Searched refs:TX_EN (Results 1 – 15 of 15) sorted by relevance
/linux-6.6.21/arch/powerpc/boot/dts/ |
D | kmeter1.dts | 159 0 7 1 0 1 0 /* TX_EN */ 185 0 21 1 0 1 0 /* TX_EN */ 207 1 18 1 0 1 0 /* TX_EN (PB18, out, f1) */ 227 3 4 1 0 1 0 /* TX_EN (PD4, out, f1) */ 245 3 18 1 0 1 0 /* TX_EN (PD18, out, f1) */ 263 4 4 1 0 1 0 /* TX_EN (PE4, out, f1) */ 281 4 18 1 0 1 0 /* TX_EN (PE18, out, f1) */
|
D | mpc832x_rdb.dts | 193 0 30 1 0 1 0 /* TX_EN */ 213 1 12 1 0 1 0 /* TX_EN */
|
/linux-6.6.21/drivers/net/ethernet/apm/xgene-v2/ |
D | mac.c | 91 data |= TX_EN | RX_EN; in xge_mac_enable() 102 data &= ~(TX_EN | RX_EN); in xge_mac_disable()
|
D | mac.h | 33 #define TX_EN BIT(0) macro
|
/linux-6.6.21/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
D | pincfg.txt | 48 0 7 1 0 1 0 /* TX_EN */
|
/linux-6.6.21/arch/powerpc/boot/dts/fsl/ |
D | mpc8568mds.dts | 144 0x4 0xb 0x1 0x0 0x2 0x0 /* TX_EN */ 172 0x5 0xb 0x1 0x0 0x2 0x0 /* TX_EN */
|
/linux-6.6.21/drivers/net/ethernet/cavium/thunder/ |
D | thunder_bgx.h | 145 #define TX_EN BIT_ULL(1) macro
|
D | thunder_bgx.c | 477 pfc->fc_tx = cfg & TX_EN; in bgx_lmac_get_pfc() 496 cfg &= ~(RX_EN | TX_EN); in bgx_lmac_set_pfc() 498 cfg |= (pfc->fc_tx ? TX_EN : 0x00); in bgx_lmac_set_pfc() 830 BCK_EN | DRP_EN | TX_EN | RX_EN)); in bgx_lmac_xaui_init()
|
/linux-6.6.21/drivers/scsi/mvsas/ |
D | mv_defs.h | 112 TX_EN = (1U << 16), /* Enable TX */ enumerator
|
D | mv_64xx.c | 389 mw32(MVS_TX_CFG, MVS_CHIP_SLOT_SZ | TX_EN); in mvs_64xx_init()
|
D | mv_94xx.c | 529 mw32(MVS_TX_CFG, MVS_CHIP_SLOT_SZ | TX_EN); in mvs_94xx_init()
|
/linux-6.6.21/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_sgmac.c | 424 xgene_sgmac_rxtx(p, TX_EN, true); in xgene_sgmac_tx_enable() 434 xgene_sgmac_rxtx(p, TX_EN, false); in xgene_sgmac_tx_disable()
|
D | xgene_enet_hw.h | 210 #define TX_EN BIT(0) macro
|
D | xgene_enet_hw.c | 664 xgene_enet_wr_mac(pdata, MAC_CONFIG_1_ADDR, data | TX_EN); in xgene_gmac_tx_enable() 680 xgene_enet_wr_mac(pdata, MAC_CONFIG_1_ADDR, data & ~TX_EN); in xgene_gmac_tx_disable()
|
/linux-6.6.21/drivers/net/ethernet/cadence/ |
D | macb_main.c | 576 config |= GEM_BIT(TX_EN); in macb_usx_pcs_link_up()
|