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

/linux-4.4.14/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); orion5x_pci_hw_rd_conf()
308 __raw_writel(val, PCI_CONF_DATA); orion5x_pci_hw_wr_conf()
310 __raw_writew(val, PCI_CONF_DATA + (where & 0x3)); orion5x_pci_hw_wr_conf()
312 __raw_writeb(val, PCI_CONF_DATA + (where & 0x3)); orion5x_pci_hw_wr_conf()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.h77 #define PCI_CONF_DATA 0x0CFC /*PCI Configuration Space Data */ macro

Completed in 252 milliseconds