Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic94xx/
Daic94xx_reg.c199 if (io_handle->swa_base <= reg in __asd_write_reg_byte()
200 && reg < io_handle->swa_base + MBAR0_SWA_SIZE) in __asd_write_reg_byte()
222 if (io_handle->swa_base <= reg \
223 && reg < io_handle->swa_base + MBAR0_SWA_SIZE) \
248 if (io_handle->swa_base <= reg in __asd_read_reg_byte()
249 && reg < io_handle->swa_base + MBAR0_SWA_SIZE) in __asd_read_reg_byte()
273 if (io_handle->swa_base <= reg \
274 && reg < io_handle->swa_base + MBAR0_SWA_SIZE) \
Daic94xx_hwi.h50 u32 swa_base; /* mmspace 1 (MBAR1) uses this only */ member
Daic94xx_hwi.c189 asd_ha->io_handle[0].swa_base = REG_BASE_ADDR; in asd_init_sw()
196 asd_ha->io_handle[1].swa_base = OCM_BASE_ADDR; in asd_init_sw()