Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dips.c5172 ha->adapt->hw_status_tail = phys_status_start; in ips_statinit()
5202 ha->adapt->hw_status_tail = phys_status_start; in ips_statinit_memio()
5221 ha->adapt->hw_status_tail += sizeof (IPS_STATUS); in ips_statupd_copperhead()
5224 ha->adapt->hw_status_tail = ha->adapt->hw_status_start; in ips_statupd_copperhead()
5227 outl(ha->adapt->hw_status_tail, in ips_statupd_copperhead()
5249 ha->adapt->hw_status_tail += sizeof (IPS_STATUS); in ips_statupd_copperhead_memio()
5252 ha->adapt->hw_status_tail = ha->adapt->hw_status_start; in ips_statupd_copperhead_memio()
5255 writel(ha->adapt->hw_status_tail, ha->mem_ptr + IPS_REG_SQTR); in ips_statupd_copperhead_memio()
Dips.h679 volatile uint32_t hw_status_tail; member