Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mailbox/
H A Dmailbox-sti.c32 #define STI_ENA_VAL_OFFSET 0x64 /* Read enable status */ macro
259 if (!(readl_relaxed(base + STI_ENA_VAL_OFFSET) & BIT(channel))) { in sti_mbox_tx_is_ready()