Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic94xx/
Daic94xx_reg.c172 u32 base = reg & ~(MBAR0_SWB_SIZE-1); in asd_move_swb()
185 && reg < io_handle->swb_base + MBAR0_SWB_SIZE) in __asd_write_reg_byte()
208 && reg < io_handle->swb_base + MBAR0_SWB_SIZE) \
234 && reg < io_handle->swb_base + MBAR0_SWB_SIZE) in __asd_read_reg_byte()
259 && reg < io_handle->swb_base + MBAR0_SWB_SIZE) \
Daic94xx_reg.h24 extern u32 MBAR0_SWB_SIZE;
Daic94xx_hwi.c21 u32 MBAR0_SWB_SIZE; variable
174 MBAR0_SWB_SIZE = asd_ha->io_handle[0].len - 0x80; in asd_init_sw()