Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aic94xx/
Daic94xx_reg.c174 asd_ha->io_handle[0].swb_base = base; in asd_move_swb()
184 else if (io_handle->swb_base <= reg in __asd_write_reg_byte()
185 && reg < io_handle->swb_base + MBAR0_SWB_SIZE) in __asd_write_reg_byte()
207 else if (io_handle->swb_base <= reg \
208 && reg < io_handle->swb_base + MBAR0_SWB_SIZE) \
233 else if (io_handle->swb_base <= reg in __asd_read_reg_byte()
234 && reg < io_handle->swb_base + MBAR0_SWB_SIZE) in __asd_read_reg_byte()
258 else if (io_handle->swb_base <= reg \
259 && reg < io_handle->swb_base + MBAR0_SWB_SIZE) \
Daic94xx_hwi.h33 u32 swb_base; member
Daic94xx_hwi.c172 asd_ha->io_handle[0].swb_base = REG_BASE_ADDR_CSEQCIO; in asd_init_sw()