Home
last modified time | relevance | path

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

/drivers/mtd/spi-nor/controllers/
Dintel-spi-pci.c16 #define BCR 0xdc macro
25 pci_read_config_dword(pdev, BCR, &bcr); in intel_spi_pci_set_writeable()
28 pci_write_config_dword(pdev, BCR, bcr); in intel_spi_pci_set_writeable()
29 pci_read_config_dword(pdev, BCR, &bcr); in intel_spi_pci_set_writeable()
/drivers/mfd/
Dlpc_ich.c71 #define BCR 0xdc macro
1107 pci_read_config_dword(pdev, BCR, &bcr); in lpc_ich_lpt_set_writeable()
1110 pci_write_config_dword(pdev, BCR, bcr); in lpc_ich_lpt_set_writeable()
1111 pci_read_config_dword(pdev, BCR, &bcr); in lpc_ich_lpt_set_writeable()
1123 pci_bus_read_config_dword(bus, spi, BCR, &bcr); in lpc_ich_bxt_set_writeable()
1126 pci_bus_write_config_dword(bus, spi, BCR, bcr); in lpc_ich_bxt_set_writeable()
1127 pci_bus_read_config_dword(bus, spi, BCR, &bcr); in lpc_ich_bxt_set_writeable()
/drivers/net/ethernet/
Dfealnx.c161 BCR = 0x1C, /* bus command */ enumerator
531 iowrite32(0x00000001, ioaddr + BCR); in fealnx_init_one()
823 iowrite32(0x00000001, ioaddr + BCR); /* Reset */ in netdev_open()
877 iowrite32(np->bcrvalue, ioaddr + BCR); in netdev_open()
1124 iowrite32(0x00000001, ioaddr + BCR); in reset_and_disable_rxtx()
1129 ioread32(ioaddr + BCR); in reset_and_disable_rxtx()
1149 iowrite32(np->bcrvalue, ioaddr + BCR); in enable_rxtx()
/drivers/pci/hotplug/
Dcpqphp_ctrl.c2039 u8 device, class_code, header_type, BCR; in cpqhp_process_SS() local
2075 rc = pci_bus_read_config_byte(pci_bus, devfn, PCI_BRIDGE_CONTROL, &BCR); in cpqhp_process_SS()
2081 if (BCR & PCI_BRIDGE_CTL_VGA) in cpqhp_process_SS()
/drivers/tty/
Dsynclinkmp.c371 #define BCR 0x8e macro