Lines Matching defs:cfg_base
29 unsigned long cfg_base;
41 cfg_base = (unsigned long) ltq_pci_mapped_cfg;
42 cfg_base |= (bus->number << LTQ_PCI_CFG_BUSNUM_SHF) | (devfn <<
47 ltq_w32(swab32(*data), ((u32 *)cfg_base));
49 *data = ltq_r32(((u32 *)(cfg_base)));
55 cfg_base = (unsigned long) ltq_pci_mapped_cfg;
56 cfg_base |= (0x0 << LTQ_PCI_CFG_FUNNUM_SHF) + 4;
57 temp = ltq_r32(((u32 *)(cfg_base)));
59 cfg_base = (unsigned long) ltq_pci_mapped_cfg;
60 cfg_base |= (0x68 << LTQ_PCI_CFG_FUNNUM_SHF) + 4;
61 ltq_w32(temp, ((u32 *)cfg_base));