Searched refs:phys_status_start (Results 1 – 1 of 1) sorted by relevance
5319 uint32_t phys_status_start; local5327 phys_status_start = ha->adapt->hw_status_start;5328 outl(cpu_to_le32(phys_status_start), ha->io_addr + IPS_REG_SQSR);5329 outl(cpu_to_le32(phys_status_start + IPS_STATUS_Q_SIZE),5331 outl(cpu_to_le32(phys_status_start + IPS_STATUS_SIZE),5333 outl(cpu_to_le32(phys_status_start), ha->io_addr + IPS_REG_SQTR);5335 ha->adapt->hw_status_tail = phys_status_start;5350 uint32_t phys_status_start; local5358 phys_status_start = ha->adapt->hw_status_start;5359 writel(phys_status_start, ha->mem_ptr + IPS_REG_SQSR);[all …]