Searched refs:TX_OFF (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/drivers/phy/ |
H A 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)
|
H A 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)
|
/linux-4.1.27/include/linux/ |
H A D | scc.h | 8 enum {TX_OFF, TX_ON}; /* command for scc_key_trx() */ enumerator in enum:__anon12407
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | keyspan_usa28msg.h | 131 port ends in a TX_OFF state); any non-zero value is respected 166 #define TX_OFF 0x01 // requested by host txOff command macro
|
H A D | keyspan_usa26msg.h | 174 port ends in a TX_OFF state); any non-zero value is respected
|
H A D | keyspan_usa49msg.h | 175 port ends in a TX_OFF state); any non-zero value is respected
|
H A D | keyspan_usa67msg.h | 170 port ends in a TX_OFF state); any non-zero value is respected
|
/linux-4.1.27/drivers/net/hamradio/ |
H A D | yam.c | 95 #define TX_OFF 0 macro 622 if (yp->magic != YAM_MAGIC || yp->tx_state != TX_OFF || yam_arbitrate() 625 /* tx_state is TX_OFF and there is data to send */ yam_arbitrate() 669 case TX_OFF: yam_tx_byte() 675 yp->tx_state = TX_OFF; yam_tx_byte() 732 yp->tx_state = TX_OFF; yam_tx_byte()
|
H A D | scc.c | 1194 scc_key_trx(scc, TX_OFF); t_tail() 1273 scc_key_trx(scc, TX_OFF); t_idle() 1344 if (arg != TX_OFF) { scc_set_param() 1349 if (arg == TX_OFF) scc_set_param() 1407 scc_key_trx(scc, TX_OFF); scc_stop_calibrate()
|
Completed in 224 milliseconds