Searched refs:IMR_MASK (Results 1 – 4 of 4) 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
54 #define IMR_MASK (IMR_RXOF | IMR_RXTO | IMR_RX | IMR_TX) macro212 writel(IMR_MASK, hs->regs + HISI_SPI_IMR); in hisi_spi_disable()406 writel(~(u32)IMR_MASK, hs->regs + HISI_SPI_IMR); in hisi_spi_transfer_one()
153 #define IMR_MASK (3 << 13) macro