Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/phy/
Dphy-qcom-ufs-qmp-20nm.h24 #define TX_OFF(n, x) (0x400 + (0x400 * n) + x) macro
58 #define QSERDES_TX_EMP_POST1_LVL(n) TX_OFF(n, 0x08)
59 #define QSERDES_TX_DRV_LVL(n) TX_OFF(n, 0x0C)
60 #define QSERDES_TX_LANE_MODE(n) TX_OFF(n, 0x54)
Dphy-qcom-ufs-qmp-14nm.h23 #define TX_OFF(n, x) (0x400 + (0x400 * n) + x) macro
80 #define QSERDES_TX_HIGHZ_TRANSCEIVER_BIAS_DRVR_EN TX_OFF(0, 0x68)
81 #define QSERDES_TX_LANE_MODE TX_OFF(0, 0x94)
/linux-4.4.14/drivers/usb/serial/
Dkeyspan_usa28msg.h166 #define TX_OFF 0x01 // requested by host txOff command macro
/linux-4.4.14/include/linux/
Dscc.h8 enum {TX_OFF, TX_ON}; /* command for scc_key_trx() */ enumerator
/linux-4.4.14/drivers/net/hamradio/
Dyam.c95 #define TX_OFF 0 macro
622 if (yp->magic != YAM_MAGIC || yp->tx_state != TX_OFF || in yam_arbitrate()
669 case TX_OFF: in yam_tx_byte()
675 yp->tx_state = TX_OFF; in yam_tx_byte()
732 yp->tx_state = TX_OFF; in yam_tx_byte()
Dscc.c1194 scc_key_trx(scc, TX_OFF); in t_tail()
1273 scc_key_trx(scc, TX_OFF); in t_idle()
1344 if (arg != TX_OFF) { in scc_set_param()
1349 if (arg == TX_OFF) in scc_set_param()
1407 scc_key_trx(scc, TX_OFF); in scc_stop_calibrate()