Searched refs:SSI_MPU_STATUS_REG (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/hsi/controllers/ |
D | omap_ssi_port.c | 77 readl(base + SSI_MPU_STATUS_REG(port->num, 0))); in ssi_debug_port_show() 585 omap_ssi->sys + SSI_MPU_STATUS_REG(port->num, 0)); in ssi_flush() 747 SSI_MPU_STATUS_REG(port->num, 0)); in ssi_cleanup_queues() 868 omap_ssi->sys + SSI_MPU_STATUS_REG(port->num, 0)); in ssi_error() 903 omap_ssi->sys + SSI_MPU_STATUS_REG(port->num, 0)); in ssi_break_complete() 957 SSI_MPU_STATUS_REG(port->num, 0)); in ssi_pio_complete() 973 writel_relaxed(val, omap_ssi->sys + SSI_MPU_STATUS_REG(port->num, 0)); in ssi_pio_complete() 993 status_reg = readl(sys + SSI_MPU_STATUS_REG(port->num, 0)); in ssi_pio_thread() 1007 status_reg = readl(sys + SSI_MPU_STATUS_REG(port->num, 0)); in ssi_pio_thread()
|
D | omap_ssi_regs.h | 44 #define SSI_MPU_STATUS_REG(port, irq) (0x808 + ((port) * 0x10) + ((irq) * 2)) macro
|