Warren Turkal wrote:
I am sure this it bike shedding, but here are a few other options for the name scheme:
- pci_bit_and8()
- pci_bitwise_and8()
- pci_bit_andb()
- pci_bitwise_andb()
Don't like _set and _clear at all?
I am waffling between preferring pci_bitwise_andb() or pci_bitwise_and8() for readability.
I think it's a good idea to be consistent with the other functions, which are all using the numeric size.
//Peter