Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mailbox/
Darm_mhuv2.c242 #define readl_relaxed_bitfield(_regptr, _type, _field) \ macro
975 mhu->windows = readl_relaxed_bitfield(&mhu->send->mhu_cfg, struct mhu_cfg_t, num_ch); in mhuv2_tx_init()
976 mhu->minor = readl_relaxed_bitfield(&mhu->send->aidr, struct aidr_t, arch_minor_rev); in mhuv2_tx_init()
1029 mhu->windows = readl_relaxed_bitfield(&mhu->recv->mhu_cfg, struct mhu_cfg_t, num_ch); in mhuv2_rx_init()
1030 mhu->minor = readl_relaxed_bitfield(&mhu->recv->aidr, struct aidr_t, arch_minor_rev); in mhuv2_rx_init()