Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-orion5x/
H A Dpci.c198 #define PCI_CONF_DATA ORION5X_PCI_REG(0xc7c) macro
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()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.h52 #define PCI_CONF_DATA 0x0CFC /*PCI Configuration Space Data */ macro