Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rapidio/devices/
H A Dtsi721.c371 regval = ioread32(priv->regs + TSI721_SR_CHINTE(IDB_QUEUE)); in tsi721_dbell_handler()
374 priv->regs + TSI721_SR_CHINTE(IDB_QUEUE)); in tsi721_dbell_handler()
439 regval = ioread32(priv->regs + TSI721_SR_CHINTE(IDB_QUEUE)); in tsi721_db_dpc()
442 priv->regs + TSI721_SR_CHINTE(IDB_QUEUE)); in tsi721_db_dpc()
577 priv->regs + TSI721_SR_CHINTE(IDB_QUEUE)); in tsi721_interrupts_init()
2607 iowrite32(0, priv->regs + TSI721_SR_CHINTE(ch)); in tsi721_disable_ints()
H A Dtsi721.h172 #define TSI721_SR_CHINTE(x) (0x20044 + (x) * 0x1000) macro