Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/aic94xx/
Daic94xx_reg.c205 else if (io_handle->swc_base <= reg in __asd_write_reg_byte()
206 && reg < io_handle->swc_base + MBAR0_SWC_SIZE) in __asd_write_reg_byte()
228 else if (io_handle->swc_base <= reg \
229 && reg < io_handle->swc_base + MBAR0_SWC_SIZE) \
254 else if (io_handle->swc_base <= reg in __asd_read_reg_byte()
255 && reg < io_handle->swc_base + MBAR0_SWC_SIZE) in __asd_read_reg_byte()
279 else if (io_handle->swc_base <= reg \
280 && reg < io_handle->swc_base + MBAR0_SWC_SIZE) \
Daic94xx_hwi.h52 u32 swc_base; member
Daic94xx_hwi.c191 asd_ha->io_handle[0].swc_base = REG_BASE_ADDR_EXSI; in asd_init_sw()