PCI_CLRBIT
#define PCI_CLRBIT(pc, tag, reg, x) \
#define PCI_CLRBIT(pc, tag, reg, x) pci_conf_write(pc, tag, reg, (pci_conf_read(pc, tag, reg) & ~(x)))