Home
last modified time | relevance | path

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

/drivers/scsi/aic94xx/
Daic94xx_reg.c190 u32 base = reg & ~(MBAR0_SWB_SIZE-1); in asd_move_swb()
203 && reg < io_handle->swb_base + MBAR0_SWB_SIZE) in __asd_write_reg_byte()
226 && reg < io_handle->swb_base + MBAR0_SWB_SIZE) \
252 && reg < io_handle->swb_base + MBAR0_SWB_SIZE) in __asd_read_reg_byte()
277 && reg < io_handle->swb_base + MBAR0_SWB_SIZE) \
Daic94xx_reg.h42 extern u32 MBAR0_SWB_SIZE;
Daic94xx_hwi.c39 u32 MBAR0_SWB_SIZE; variable
192 MBAR0_SWB_SIZE = asd_ha->io_handle[0].len - 0x80; in asd_init_sw()