Home
last modified time | relevance | path

Searched refs:PCI_CONF_DATA (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
H A Dpci.c198 #define PCI_CONF_DATA ORION5X_PCI_REG(0xc7c) macro
260 * and then reading the PCI_CONF_DATA register. Need to make sure these
283 *val = readl(PCI_CONF_DATA); in orion5x_pci_hw_rd_conf()
308 __raw_writel(val, PCI_CONF_DATA); in orion5x_pci_hw_wr_conf()
310 __raw_writew(val, PCI_CONF_DATA + (where & 0x3)); in orion5x_pci_hw_wr_conf()
312 __raw_writeb(val, PCI_CONF_DATA + (where & 0x3)); in orion5x_pci_hw_wr_conf()
/kernel/linux/linux-6.6/arch/arm/mach-orion5x/
H A Dpci.c198 #define PCI_CONF_DATA ORION5X_PCI_REG(0xc7c) macro
260 * and then reading the PCI_CONF_DATA register. Need to make sure these
283 *val = readl(PCI_CONF_DATA); in orion5x_pci_hw_rd_conf()
308 __raw_writel(val, PCI_CONF_DATA); in orion5x_pci_hw_wr_conf()
310 __raw_writew(val, PCI_CONF_DATA + (where & 0x3)); in orion5x_pci_hw_wr_conf()
312 __raw_writeb(val, PCI_CONF_DATA + (where & 0x3)); in orion5x_pci_hw_wr_conf()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.h52 #define PCI_CONF_DATA 0x0CFC /*PCI Configuration Space Data */ macro
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.h52 #define PCI_CONF_DATA 0x0CFC /*PCI Configuration Space Data */ macro

Completed in 4 milliseconds