Lines Matching refs:plx
985 ha->plx = (gdt6c_plx_regs *)pcistr->io; in gdth_init_pci()
1041 outb(0x00,PTR2USHORT(&ha->plx->control1)); in gdth_init_pci()
1042 outb(0xff,PTR2USHORT(&ha->plx->edoor_reg)); in gdth_init_pci()
1050 outb(1,PTR2USHORT(&ha->plx->ldoor_reg)); in gdth_init_pci()
1080 outb(1,PTR2USHORT(&ha->plx->ldoor_reg)); in gdth_init_pci()
1259 outb(0xff, PTR2USHORT(&ha->plx->edoor_reg)); in gdth_enable_int()
1260 outb(0x03, PTR2USHORT(&ha->plx->control1)); in gdth_enable_int()
1286 IStatus = inb(PTR2USHORT(&ha->plx->edoor_reg)); in gdth_get_status()
1307 gdtsema0 = (int)inb(PTR2USHORT(&ha->plx->sema0_reg)); in gdth_test_busy()
1345 outb(1, PTR2USHORT(&ha->plx->sema0_reg)); in gdth_set_sema0()
1441 outb(1, PTR2USHORT(&ha->plx->ldoor_reg)); in gdth_release_event()
3065 ha->status = inw(PTR2USHORT(&ha->plx->status)); in __gdth_interrupt()
3069 ha->info = inl(PTR2USHORT(&ha->plx->info[0])); in __gdth_interrupt()
3070 ha->service = inw(PTR2USHORT(&ha->plx->service)); in __gdth_interrupt()
3071 ha->info2 = inl(PTR2USHORT(&ha->plx->info[1])); in __gdth_interrupt()
3073 outb(0xff, PTR2USHORT(&ha->plx->edoor_reg)); in __gdth_interrupt()
3074 outb(0x00, PTR2USHORT(&ha->plx->sema1_reg)); in __gdth_interrupt()