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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-orion5x/
H A Dpci.c201 #define PCI_CONF_DATA ORION5X_PCI_REG(0xc7c) macro
263 * and then reading the PCI_CONF_DATA register. Need to make sure these
286 *val = readl(PCI_CONF_DATA);
311 __raw_writel(val, PCI_CONF_DATA);
313 __raw_writew(val, PCI_CONF_DATA + (where & 0x3));
315 __raw_writeb(val, PCI_CONF_DATA + (where & 0x3));

Completed in 45 milliseconds