Searched refs:PARAM_POLL (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/ufs/host/ |
H A D | ufs-renesas.c | 49 #define PARAM_POLL(_reg, _expected, _mask) \ macro 65 PARAM_POLL(0xd4, BIT(8), BIT(8)) 72 PARAM_POLL(0xd4, BIT(8), BIT(8)) 78 PARAM_POLL(0xd4, BIT(8), BIT(8)) 84 PARAM_POLL(0xd4, _data_828, _data_828) 131 PARAM_POLL(0xd4, _expected, _mask), \ 166 PARAM_POLL(0xd4, BIT(8), BIT(8)), 171 PARAM_POLL(0xd4, BIT(8) | BIT(6) | BIT(0), BIT(8) | BIT(6) | BIT(0)), 179 PARAM_POLL(0xd4, BIT(27), BIT(27)), 181 PARAM_POLL(0xd4, BIT(0), BIT(0)),
|