Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/
Da100u2w.c452 outl(host->scb_phys, host->base + ORC_SCBBASE0); in setup_SCBs()
454 outl(host->scb_phys, host->base + ORC_SCBBASE1); in setup_SCBs()
1121 host->scb_virt = dma_alloc_coherent(&pdev->dev, sz, &host->scb_phys, in inia100_probe_one()
1179 host->scb_virt, host->scb_phys); in inia100_probe_one()
1203 host->scb_virt, host->scb_phys); in inia100_remove_one()
Da100u2w.h237 dma_addr_t scb_phys; /* Scb Physical address */ member