Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dips.c5319 uint32_t phys_status_start; local
5327 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; local
5358 phys_status_start = ha->adapt->hw_status_start;
5359 writel(phys_status_start, ha->mem_ptr + IPS_REG_SQSR);
[all …]