Lines Matching refs:plx_membase
958 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in hfcmulti_resync()
980 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in hfcmulti_resync()
1011 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in hfcmulti_resync()
1072 if (test_bit(HFC_CHIP_PLXSD, &hc->chip) && hc->plx_membase) { in release_io_hfcmulti()
1077 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in release_io_hfcmulti()
1101 if (hc->plx_membase) in release_io_hfcmulti()
1102 iounmap(hc->plx_membase); in release_io_hfcmulti()
1210 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in init_chip()
1246 plx_acc_32 = plx_last_hc->plx_membase + PLX_GPIOC; in init_chip()
1308 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in init_chip()
1426 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in init_chip()
1462 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in init_chip()
2726 plx_acc = hc->plx_membase + PLX_INTCSR; in hfcmulti_interrupt()
4289 plx_acc = hc->plx_membase + PLX_INTCSR; in init_card()
4338 plx_acc = hc->plx_membase + PLX_INTCSR; in init_card()
4394 hc->plx_membase = NULL; in setup_pci()
4419 hc->plx_membase = ioremap(hc->plx_origmembase, 0x80); in setup_pci()
4420 if (!hc->plx_membase) { in setup_pci()
4429 (u_long)hc->plx_membase, hc->plx_origmembase); in setup_pci()