Home
last modified time | relevance | path

Searched refs:MBAR0_SWA_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_reg.c97 return asd_mem_offs_swa() + MBAR0_SWA_SIZE; in asd_mem_offs_swc()
182 && reg < io_handle->swa_base + MBAR0_SWA_SIZE) in __asd_write_reg_byte()
205 && reg < io_handle->swa_base + MBAR0_SWA_SIZE) \
231 && reg < io_handle->swa_base + MBAR0_SWA_SIZE) in __asd_read_reg_byte()
256 && reg < io_handle->swa_base + MBAR0_SWA_SIZE) \
H A Daic94xx_reg.h23 #define MBAR0_SWA_SIZE 0x58 macro