Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_reg.c187 else if (io_handle->swc_base <= reg in __asd_write_reg_byte()
188 && reg < io_handle->swc_base + MBAR0_SWC_SIZE) in __asd_write_reg_byte()
210 else if (io_handle->swc_base <= reg \
211 && reg < io_handle->swc_base + MBAR0_SWC_SIZE) \
236 else if (io_handle->swc_base <= reg in __asd_read_reg_byte()
237 && reg < io_handle->swc_base + MBAR0_SWC_SIZE) in __asd_read_reg_byte()
261 else if (io_handle->swc_base <= reg \
262 && reg < io_handle->swc_base + MBAR0_SWC_SIZE) \
H A Daic94xx_hwi.h34 u32 swc_base; member
H A Daic94xx_hwi.c171 asd_ha->io_handle[0].swc_base = REG_BASE_ADDR_EXSI; in asd_init_sw()