Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dgdth.c1852 cmd_ptr->u.ioctl.p_param = ha->scratch_phys; in gdth_internal_cmd()
4549 ha->scratch_phys = scratch_dma_handle; in GDTH_INITFUNC()
4562 ha->scratch_phys = virt_to_bus(ha->pscratch); in GDTH_INITFUNC()
4597 ha->pscratch, ha->scratch_phys); in GDTH_INITFUNC()
4695 ha->scratch_phys = scratch_dma_handle; in GDTH_INITFUNC()
4711 ha->scratch_phys = virt_to_bus(ha->pscratch); in GDTH_INITFUNC()
4747 ha->pscratch, ha->scratch_phys); in GDTH_INITFUNC()
4849 ha->scratch_phys = scratch_dma_handle; in GDTH_INITFUNC()
4862 ha->scratch_phys = virt_to_bus(ha->pscratch); in GDTH_INITFUNC()
4930 ha->pscratch, ha->scratch_phys); in GDTH_INITFUNC()
[all …]
Dgdth.h881 ulong64 scratch_phys; /* phys. address */ member
Dgdth_proc.c937 *paddr = ha->scratch_phys; in gdth_ioctl_alloc()