Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dips.c5136 ha->adapt->hw_status_tail = phys_status_start; in ips_statinit()
5166 ha->adapt->hw_status_tail = phys_status_start; in ips_statinit_memio()
5185 ha->adapt->hw_status_tail += sizeof (IPS_STATUS); in ips_statupd_copperhead()
5188 ha->adapt->hw_status_tail = ha->adapt->hw_status_start; in ips_statupd_copperhead()
5191 outl(ha->adapt->hw_status_tail, in ips_statupd_copperhead()
5213 ha->adapt->hw_status_tail += sizeof (IPS_STATUS); in ips_statupd_copperhead_memio()
5216 ha->adapt->hw_status_tail = ha->adapt->hw_status_start; in ips_statupd_copperhead_memio()
5219 writel(ha->adapt->hw_status_tail, ha->mem_ptr + IPS_REG_SQTR); in ips_statupd_copperhead_memio()
H A Dips.h662 volatile uint32_t hw_status_tail; member