Lines Matching refs:plx_membase
913 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in hfcmulti_resync()
935 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in hfcmulti_resync()
966 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in hfcmulti_resync()
1027 if (test_bit(HFC_CHIP_PLXSD, &hc->chip) && hc->plx_membase) { in release_io_hfcmulti()
1032 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in release_io_hfcmulti()
1056 if (hc->plx_membase) in release_io_hfcmulti()
1057 iounmap(hc->plx_membase); in release_io_hfcmulti()
1165 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in init_chip()
1201 plx_acc_32 = plx_last_hc->plx_membase + PLX_GPIOC; in init_chip()
1263 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in init_chip()
1381 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in init_chip()
1417 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in init_chip()
2680 plx_acc = hc->plx_membase + PLX_INTCSR; in hfcmulti_interrupt()
4244 plx_acc = hc->plx_membase + PLX_INTCSR; in init_card()
4293 plx_acc = hc->plx_membase + PLX_INTCSR; in init_card()
4350 hc->plx_membase = NULL; in setup_pci()
4375 hc->plx_membase = ioremap(hc->plx_origmembase, 0x80); in setup_pci()
4376 if (!hc->plx_membase) { in setup_pci()
4385 (u_long)hc->plx_membase, hc->plx_origmembase); in setup_pci()