Searched refs:TX_OFF (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/phy/ |
D | phy-qcom-ufs-qmp-20nm.h | 24 #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)
|
D | phy-qcom-ufs-qmp-14nm.h | 23 #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/ |
D | keyspan_usa28msg.h | 166 #define TX_OFF 0x01 // requested by host txOff command macro
|
/linux-4.4.14/include/linux/ |
D | scc.h | 8 enum {TX_OFF, TX_ON}; /* command for scc_key_trx() */ enumerator
|
/linux-4.4.14/drivers/net/hamradio/ |
D | yam.c | 95 #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()
|
D | scc.c | 1194 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()
|