Searched refs:PARAM_POLL (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/ufs/host/ |
D | ufs-renesas.c | 48 #define PARAM_POLL(_reg, _expected, _mask) \ macro 64 PARAM_POLL(0xd4, BIT(8), BIT(8)) 71 PARAM_POLL(0xd4, BIT(8), BIT(8)) 77 PARAM_POLL(0xd4, BIT(8), BIT(8)) 83 PARAM_POLL(0xd4, _data_828, _data_828) 130 PARAM_POLL(0xd4, _expected, _mask), \ 165 PARAM_POLL(0xd4, BIT(8), BIT(8)), 170 PARAM_POLL(0xd4, BIT(8) | BIT(6) | BIT(0), BIT(8) | BIT(6) | BIT(0)), 178 PARAM_POLL(0xd4, BIT(27), BIT(27)), 180 PARAM_POLL(0xd4, BIT(0), BIT(0)),
|