Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ufs/host/
H A Dufs-renesas.c85 #define PARAM_WRITE_PHY(_addr16, _data16) \ argument
89 PARAM_WRITE_800_80C_POLL(0x18, (_data16) & 0xff), \
90 PARAM_WRITE_800_80C_POLL(0x19, ((_data16) >> 8) & 0xff), \
95 #define PARAM_SET_PHY(_addr16, _data16) \ argument
112 PARAM_SET(SET_PHY_INDEX_LO, ((_data16 & 0xff) << 16) | BIT(8) | 0x18), \
114 PARAM_SET(SET_PHY_INDEX_HI, (((_data16 >> 8) & 0xff) << 16) | BIT(8) | 0x19), \