Searched defs:BCR (Results 1 - 3 of 3) sorted by relevance

/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c2086 u8 device, class_code, header_type, BCR; local
2123 rc = pci_bus_read_config_byte (pci_bus, devfn, PCI_BRIDGE_CONTROL, &BCR);
2129 if (BCR & PCI_BRIDGE_CTL_VGA)
/drivers/net/ethernet/
H A Dfealnx.c168 BCR = 0x1C, /* bus command */ enumerator in enum:fealnx_offsets
546 iowrite32(0x00000001, ioaddr + BCR);
837 iowrite32(0x00000001, ioaddr + BCR); /* Reset */
890 iowrite32(np->bcrvalue, ioaddr + BCR);
1140 iowrite32(0x00000001, ioaddr + BCR);
1145 ioread32(ioaddr + BCR);
1165 iowrite32(np->bcrvalue, ioaddr + BCR);
/drivers/tty/
H A Dsynclinkmp.c372 #define BCR 0x8e macro

Completed in 111 milliseconds