Home
last modified time | relevance | path

Searched refs:BCR (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/spi/
H A Dspi-intel-pci.c14 #define BCR 0xdc macro
23 pci_read_config_dword(pdev, BCR, &bcr); in intel_spi_pci_set_writeable()
26 pci_write_config_dword(pdev, BCR, bcr); in intel_spi_pci_set_writeable()
27 pci_read_config_dword(pdev, BCR, &bcr); in intel_spi_pci_set_writeable()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-i3c50 BCR stands for Bus Characteristics Register and express the
53 This entry describes the BCR of the master controller driving
125 BCR stands for Bus Characteristics Register and express the
/linux/drivers/net/ethernet/
H A Dfealnx.c161 BCR = 0x1C, /* bus command */ enumerator
533 iowrite32(0x00000001, ioaddr + BCR); in fealnx_init_one()
825 iowrite32(0x00000001, ioaddr + BCR); /* Reset */ in netdev_open()
879 iowrite32(np->bcrvalue, ioaddr + BCR); in netdev_open()
1126 iowrite32(0x00000001, ioaddr + BCR); in reset_and_disable_rxtx()
1131 ioread32(ioaddr + BCR); in reset_and_disable_rxtx()
1151 iowrite32(np->bcrvalue, ioaddr + BCR); in enable_rxtx()
/linux/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c2030 u8 device, class_code, header_type, BCR; in cpqhp_process_SS() local
2063 rc = pci_bus_read_config_byte(pci_bus, devfn, PCI_BRIDGE_CONTROL, &BCR); in cpqhp_process_SS()
2069 if (BCR & PCI_BRIDGE_CTL_VGA) in cpqhp_process_SS()
/linux/Documentation/driver-api/i3c/
H A Dprotocol.rst70 * BCR: Bus Characteristic Register. This 8-bit register describes the device bus
/linux/drivers/staging/gpib/tnt4882/
H A Dtnt4882_gpib.c165 case BCR: in tnt_writeb()