Searched refs:IMR_MASK (Results 1 – 3 of 3) sorted by relevance
175 imr_to_phys(imr->addr_lo), imr_to_phys(imr->addr_hi) + IMR_MASK); in imr_write()212 end = imr_to_phys(imr.addr_hi) + IMR_MASK; in imr_dbgfs_state_show()251 if ((base & IMR_MASK) || (size & IMR_MASK)) { in imr_check_params()
49 #define IMR_MASK (IMR_ALIGN - 1) macro
153 #define IMR_MASK (3 << 13) macro