Home
last modified time | relevance | path

Searched refs:sema0_reg (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/
Dgdth.h769 u8 volatile sema0_reg; /* command semaphore */ member
797 u8 volatile sema0_reg; /* command semaphore */ member
Dgdth.c1115 while( ((int)readb(&dp6m_ptr->i960r.sema0_reg) ) & 3 ) in gdth_init_pci()
1308 gdtsema0 = (int)inb(PTR2USHORT(&ha->plx->sema0_reg)); in gdth_test_busy()
1311 (int)readb(&((gdt6m_dpram_str __iomem *)ha->brd)->i960r.sema0_reg); in gdth_test_busy()
1346 outb(1, PTR2USHORT(&ha->plx->sema0_reg)); in gdth_set_sema0()
1348 writeb(1, &((gdt6m_dpram_str __iomem *)ha->brd)->i960r.sema0_reg); in gdth_set_sema0()