Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic94xx/
Daic94xx_reg.c192 asd_ha->io_handle[0].swb_base = base; in asd_move_swb()
202 else if (io_handle->swb_base <= reg in __asd_write_reg_byte()
203 && reg < io_handle->swb_base + MBAR0_SWB_SIZE) in __asd_write_reg_byte()
225 else if (io_handle->swb_base <= reg \
226 && reg < io_handle->swb_base + MBAR0_SWB_SIZE) \
251 else if (io_handle->swb_base <= reg in __asd_read_reg_byte()
252 && reg < io_handle->swb_base + MBAR0_SWB_SIZE) in __asd_read_reg_byte()
276 else if (io_handle->swb_base <= reg \
277 && reg < io_handle->swb_base + MBAR0_SWB_SIZE) \
Daic94xx_hwi.h51 u32 swb_base; member
Daic94xx_hwi.c190 asd_ha->io_handle[0].swb_base = REG_BASE_ADDR_CSEQCIO; in asd_init_sw()