Symbol: tx4927_pcic_reg
arch/mips/include/asm/txx9/tx4927.h
193
((struct tx4927_pcic_reg __iomem *)TX4927_PCIC_REG)
arch/mips/include/asm/txx9/tx4927pcic.h
194
struct tx4927_pcic_reg __iomem *get_tx4927_pcicptr(
arch/mips/include/asm/txx9/tx4927pcic.h
196
void tx4927_pcic_setup(struct tx4927_pcic_reg __iomem *pcicptr,
arch/mips/include/asm/txx9/tx4938.h
255
((struct tx4927_pcic_reg __iomem *)TX4938_PCIC1_REG)
arch/mips/pci/ops-tx4927.c
101
static u16 icd_readw(int offset, struct tx4927_pcic_reg __iomem *pcicptr)
arch/mips/pci/ops-tx4927.c
108
static u32 icd_readl(struct tx4927_pcic_reg __iomem *pcicptr)
arch/mips/pci/ops-tx4927.c
113
struct tx4927_pcic_reg __iomem *pcicptr)
arch/mips/pci/ops-tx4927.c
121
struct tx4927_pcic_reg __iomem *pcicptr)
arch/mips/pci/ops-tx4927.c
128
static void icd_writel(u32 val, struct tx4927_pcic_reg __iomem *pcicptr)
arch/mips/pci/ops-tx4927.c
133
static struct tx4927_pcic_reg __iomem *pci_bus_to_pcicptr(struct pci_bus *bus)
arch/mips/pci/ops-tx4927.c
142
struct tx4927_pcic_reg __iomem *pcicptr = pci_bus_to_pcicptr(bus);
arch/mips/pci/ops-tx4927.c
166
struct tx4927_pcic_reg __iomem *pcicptr = pci_bus_to_pcicptr(bus);
arch/mips/pci/ops-tx4927.c
22
struct tx4927_pcic_reg __iomem *pcicptr;
arch/mips/pci/ops-tx4927.c
223
void __init tx4927_pcic_setup(struct tx4927_pcic_reg __iomem *pcicptr,
arch/mips/pci/ops-tx4927.c
26
struct tx4927_pcic_reg __iomem *pcicptr)
arch/mips/pci/ops-tx4927.c
370
static void tx4927_report_pcic_status1(struct tx4927_pcic_reg __iomem *pcicptr)
arch/mips/pci/ops-tx4927.c
438
static void tx4927_dump_pcic_settings1(struct tx4927_pcic_reg __iomem *pcicptr)
arch/mips/pci/ops-tx4927.c
444
for (i = 0; i < sizeof(struct tx4927_pcic_reg); i += 4, preg++) {
arch/mips/pci/ops-tx4927.c
450
if (i == offsetof(struct tx4927_pcic_reg, g2pintack)
arch/mips/pci/ops-tx4927.c
451
|| i == offsetof(struct tx4927_pcic_reg, g2pspc)
arch/mips/pci/ops-tx4927.c
452
|| i == offsetof(struct tx4927_pcic_reg, g2pcfgadrs)
arch/mips/pci/ops-tx4927.c
453
|| i == offsetof(struct tx4927_pcic_reg, g2pcfgdata)) {
arch/mips/pci/ops-tx4927.c
46
struct tx4927_pcic_reg __iomem *get_tx4927_pcicptr(
arch/mips/pci/ops-tx4927.c
475
struct tx4927_pcic_reg __iomem *pcicptr =
arch/mips/pci/ops-tx4927.c
476
(struct tx4927_pcic_reg __iomem *)(unsigned long)dev_id;
arch/mips/pci/ops-tx4927.c
501
struct tx4927_pcic_reg __iomem *pcicptr = pci_bus_to_pcicptr(dev->bus);
arch/mips/pci/ops-tx4927.c
59
struct tx4927_pcic_reg __iomem *pcicptr)
arch/mips/pci/ops-tx4927.c
75
static int check_abort(struct tx4927_pcic_reg __iomem *pcicptr)
arch/mips/pci/ops-tx4927.c
94
static u8 icd_readb(int offset, struct tx4927_pcic_reg __iomem *pcicptr)