Searched refs:is_txa (Results 1 – 3 of 3) sorted by relevance
74 adv_dbg(state, "Registered %s (%s)", is_txa(tx) ? "TXA":"TXB", in adv748x_csi2_registered()301 is_txa(tx) ? "txa" : "txb"); in adv748x_csi2_init()
95 #define is_txa(_tx) ((_tx) == &(_tx)->state->txa) macro97 #define is_tx(_tx) (is_txa(_tx) || is_txb(_tx))
240 u8 page = is_txa(tx) ? ADV748X_PAGE_TXA : ADV748X_PAGE_TXB; in adv748x_power_up_tx()287 u8 page = is_txa(tx) ? ADV748X_PAGE_TXA : ADV748X_PAGE_TXB; in adv748x_power_down_tx()360 if (is_txa(tx)) { in adv748x_link_setup()