Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dgdth.c1297 register int gdtsema0 = 0; in gdth_test_busy() local
1302 gdtsema0 = (int)inb(ha->bmic + SEMA0REG); in gdth_test_busy()
1304 gdtsema0 = (int)readb(&((gdt2_dpram_str __iomem *)ha->brd)->u.ic.Sema0); in gdth_test_busy()
1306 gdtsema0 = (int)readb(&((gdt6_dpram_str __iomem *)ha->brd)->u.ic.Sema0); in gdth_test_busy()
1308 gdtsema0 = (int)inb(PTR2USHORT(&ha->plx->sema0_reg)); in gdth_test_busy()
1310 gdtsema0 = in gdth_test_busy()
1313 return (gdtsema0 & 1); in gdth_test_busy()