Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dgdth.c860 register gdt6_dpram_str __iomem *dp6_ptr; in gdth_init_pci()
881 ha->brd = ioremap(pcistr->dpmem, sizeof(gdt6_dpram_str)); in gdth_init_pci()
906 ha->brd = ioremap(i, sizeof(gdt6_dpram_str)); in gdth_init_pci()
1239 gdt6_dpram_str __iomem *dp6_ptr; in gdth_enable_int()
1285 readb(&((gdt6_dpram_str __iomem *)ha->brd)->u.ic.Cmd_Index); in gdth_get_status()
1306 gdtsema0 = (int)readb(&((gdt6_dpram_str __iomem *)ha->brd)->u.ic.Sema0); in gdth_test_busy()
1344 writeb(1, &((gdt6_dpram_str __iomem *)ha->brd)->u.ic.Sema0); in gdth_set_sema0()
1358 gdt6_dpram_str __iomem *dp6_ptr; in gdth_copy_command()
1440 writeb(0, &((gdt6_dpram_str __iomem *)ha->brd)->io.event); in gdth_release_event()
2961 gdt6_dpram_str __iomem *dp6_ptr; in __gdth_interrupt()
Dgdth.h763 } __attribute__((packed)) gdt6_dpram_str; typedef