Home
last modified time | relevance | path

Searched refs:BCR (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/
H A 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/mfd/
H A 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/
H A 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/mfd/
H A Dlpc_ich.c74 #define BCR 0xdc macro
1203 pci_bus_read_config_dword(bus, devfn, BCR, &bcr); in lpc_ich_set_writeable()
1206 pci_bus_write_config_dword(bus, devfn, BCR, bcr); in lpc_ich_set_writeable()
1207 pci_bus_read_config_dword(bus, devfn, BCR, &bcr); in lpc_ich_set_writeable()
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/tty/
H A Dsynclinkmp.c371 #define BCR 0x8e macro

Completed in 21 milliseconds