Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/mux/
H A Dnb7vpq904m.c25 #define NB7_IS_CHAN_AD(channel) (channel == NB7_CHNA || channel == NB7_CHND) macro
87 eq = NB7_IS_CHAN_AD(channel) ? 0x6 : 0x4; in nb7vpq904m_set_channel()
89 flat_gain = NB7_IS_CHAN_AD(channel) ? 0x2 : 0x1; in nb7vpq904m_set_channel()
94 flat_gain = NB7_IS_CHAN_AD(channel) ? 0x3 : 0x1; in nb7vpq904m_set_channel()
95 loss_match = NB7_IS_CHAN_AD(channel) ? 0x1 : 0x3; in nb7vpq904m_set_channel()