Home
last modified time | relevance | path

Searched refs:TX_EN (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/arch/powerpc/boot/dts/
Dkmeter1.dts163 0 7 1 0 1 0 /* TX_EN */
189 0 21 1 0 1 0 /* TX_EN */
211 1 18 1 0 1 0 /* TX_EN (PB18, out, f1) */
231 3 4 1 0 1 0 /* TX_EN (PD4, out, f1) */
249 3 18 1 0 1 0 /* TX_EN (PD18, out, f1) */
267 4 4 1 0 1 0 /* TX_EN (PE4, out, f1) */
285 4 18 1 0 1 0 /* TX_EN (PE18, out, f1) */
Dmpc832x_rdb.dts197 0 30 1 0 1 0 /* TX_EN */
217 1 12 1 0 1 0 /* TX_EN */
Dmpc836x_mds.dts250 0 7 1 0 1 0 /* TX_EN */
277 0 21 1 0 1 0 /* TX_EN */
Dmpc832x_mds.dts208 1 12 1 0 1 0 /* TX_EN */
228 1 30 1 0 1 0 /* TX_EN */
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/
Dpincfg.txt48 0 7 1 0 1 0 /* TX_EN */
/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_sgmac.c319 xgene_sgmac_rxtx(p, TX_EN, true); in xgene_sgmac_tx_enable()
329 xgene_sgmac_rxtx(p, TX_EN, false); in xgene_sgmac_tx_disable()
Dxgene_enet_hw.h179 #define TX_EN BIT(0) macro
Dxgene_enet_hw.c628 xgene_enet_wr_mcx_mac(pdata, MAC_CONFIG_1_ADDR, data | TX_EN); in xgene_gmac_tx_enable()
644 xgene_enet_wr_mcx_mac(pdata, MAC_CONFIG_1_ADDR, data & ~TX_EN); in xgene_gmac_tx_disable()
/linux-4.4.14/drivers/net/ethernet/aurora/
Dnb8800.h28 #define TX_EN BIT(0) macro
Dnb8800.c179 nb8800_modb(priv, NB8800_TX_CTL1, TX_EN, enable); in nb8800_mac_tx()
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Dmpc8568mds.dts148 0x4 0xb 0x1 0x0 0x2 0x0 /* TX_EN */
176 0x5 0xb 0x1 0x0 0x2 0x0 /* TX_EN */
/linux-4.4.14/drivers/scsi/mvsas/
Dmv_defs.h127 TX_EN = (1U << 16), /* Enable TX */ enumerator
Dmv_64xx.c404 mw32(MVS_TX_CFG, MVS_CHIP_SLOT_SZ | TX_EN); in mvs_64xx_init()
Dmv_94xx.c500 mw32(MVS_TX_CFG, MVS_CHIP_SLOT_SZ | TX_EN); in mvs_94xx_init()