Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/phy/qualcomm/
Dphy-qcom-ufs-qmp-20nm.h15 #define TX_OFF(n, x) (0x400 + (0x400 * n) + x) macro
49 #define QSERDES_TX_EMP_POST1_LVL(n) TX_OFF(n, 0x08)
50 #define QSERDES_TX_DRV_LVL(n) TX_OFF(n, 0x0C)
51 #define QSERDES_TX_LANE_MODE(n) TX_OFF(n, 0x54)
Dphy-qcom-ufs-qmp-14nm.h14 #define TX_OFF(n, x) (0x400 + (0x400 * n) + x) macro
71 #define QSERDES_TX_HIGHZ_TRANSCEIVER_BIAS_DRVR_EN TX_OFF(0, 0x68)
72 #define QSERDES_TX_LANE_MODE TX_OFF(0, 0x94)
/Linux-v5.4/drivers/usb/serial/
Dkeyspan_usa28msg.h167 #define TX_OFF 0x01 // requested by host txOff command macro
/Linux-v5.4/include/linux/
Dscc.h9 enum {TX_OFF, TX_ON}; /* command for scc_key_trx() */ enumerator
/Linux-v5.4/drivers/net/hamradio/
Dyam.c80 #define TX_OFF 0 macro
607 if (yp->magic != YAM_MAGIC || yp->tx_state != TX_OFF || in yam_arbitrate()
654 case TX_OFF: in yam_tx_byte()
660 yp->tx_state = TX_OFF; in yam_tx_byte()
717 yp->tx_state = TX_OFF; in yam_tx_byte()
Dscc.c1196 scc_key_trx(scc, TX_OFF); in t_tail()
1275 scc_key_trx(scc, TX_OFF); in t_idle()
1346 if (arg != TX_OFF) { in scc_set_param()
1351 if (arg == TX_OFF) in scc_set_param()
1409 scc_key_trx(scc, TX_OFF); in scc_stop_calibrate()