Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mailbox/
H A Dstm32-ipcc.c86 u32 status, mr, tosr, chan; in stm32_ipcc_rx_irq() local
92 tosr = readl_relaxed(ipcc->reg_proc + proc_offset + IPCC_XTOYSR); in stm32_ipcc_rx_irq()
96 status = tosr & FIELD_GET(RX_BIT_MASK, ~mr); in stm32_ipcc_rx_irq()
119 u32 status, mr, tosr, chan; in stm32_ipcc_tx_irq() local
122 tosr = readl_relaxed(ipcc->reg_proc + IPCC_XTOYSR); in stm32_ipcc_tx_irq()
126 status = ~tosr & FIELD_GET(TX_BIT_MASK, ~mr); in stm32_ipcc_tx_irq()