Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic94xx/
Daic94xx_reg.c102 return asd_mem_offs_swc() + MBAR0_SWC_SIZE + 0x20; in asd_mem_offs_swb()
188 && reg < io_handle->swc_base + MBAR0_SWC_SIZE) in __asd_write_reg_byte()
211 && reg < io_handle->swc_base + MBAR0_SWC_SIZE) \
237 && reg < io_handle->swc_base + MBAR0_SWC_SIZE) in __asd_read_reg_byte()
262 && reg < io_handle->swc_base + MBAR0_SWC_SIZE) \
Daic94xx_reg.h25 #define MBAR0_SWC_SIZE 0x8 macro