Searched refs:swc_base (Results 1 – 3 of 3) sorted by relevance
205 else if (io_handle->swc_base <= reg in __asd_write_reg_byte()206 && reg < io_handle->swc_base + MBAR0_SWC_SIZE) in __asd_write_reg_byte()228 else if (io_handle->swc_base <= reg \229 && reg < io_handle->swc_base + MBAR0_SWC_SIZE) \254 else if (io_handle->swc_base <= reg in __asd_read_reg_byte()255 && reg < io_handle->swc_base + MBAR0_SWC_SIZE) in __asd_read_reg_byte()279 else if (io_handle->swc_base <= reg \280 && reg < io_handle->swc_base + MBAR0_SWC_SIZE) \
52 u32 swc_base; member
191 asd_ha->io_handle[0].swc_base = REG_BASE_ADDR_EXSI; in asd_init_sw()