Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hsi/controllers/
H A Domap_ssi_port.c64 readl(base + SSI_MPU_STATUS_REG(port->num, 0))); in ssi_port_regs_show()
556 omap_ssi->sys + SSI_MPU_STATUS_REG(port->num, 0)); in ssi_flush()
718 SSI_MPU_STATUS_REG(port->num, 0)); in ssi_cleanup_queues()
839 omap_ssi->sys + SSI_MPU_STATUS_REG(port->num, 0)); in ssi_error()
874 omap_ssi->sys + SSI_MPU_STATUS_REG(port->num, 0)); in ssi_break_complete()
928 SSI_MPU_STATUS_REG(port->num, 0)); in ssi_pio_complete()
944 writel_relaxed(val, omap_ssi->sys + SSI_MPU_STATUS_REG(port->num, 0)); in ssi_pio_complete()
964 status_reg = readl(sys + SSI_MPU_STATUS_REG(port->num, 0)); in ssi_pio_thread()
978 status_reg = readl(sys + SSI_MPU_STATUS_REG(port->num, 0)); in ssi_pio_thread()
H A Domap_ssi_regs.h31 #define SSI_MPU_STATUS_REG(port, irq) (0x808 + ((port) * 0x10) + ((irq) * 2)) macro