Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_reg.c181 if (io_handle->swa_base <= reg in __asd_write_reg_byte()
182 && reg < io_handle->swa_base + MBAR0_SWA_SIZE) in __asd_write_reg_byte()
204 if (io_handle->swa_base <= reg \
205 && reg < io_handle->swa_base + MBAR0_SWA_SIZE) \
230 if (io_handle->swa_base <= reg in __asd_read_reg_byte()
231 && reg < io_handle->swa_base + MBAR0_SWA_SIZE) in __asd_read_reg_byte()
255 if (io_handle->swa_base <= reg \
256 && reg < io_handle->swa_base + MBAR0_SWA_SIZE) \
H A Daic94xx_hwi.h32 u32 swa_base; /* mmspace 1 (MBAR1) uses this only */ member
H A Daic94xx_hwi.c169 asd_ha->io_handle[0].swa_base = REG_BASE_ADDR; in asd_init_sw()
176 asd_ha->io_handle[1].swa_base = OCM_BASE_ADDR; in asd_init_sw()