Home
last modified time | relevance | path

Searched refs:tx_cfg (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/mips/nlm/dev/net/
H A Dnae.c835 uint32_t tx_cfg; in nlm_nae_init_egress() local
837 tx_cfg = nlm_read_nae_reg(nae_base, NAE_TX_CONFIG); in nlm_nae_init_egress()
840 tx_cfg | in nlm_nae_init_egress()
847 tx_cfg | in nlm_nae_init_egress()
/f-stack/freebsd/contrib/alpine-hal/eth/
H A Dal_hal_eth_ec_regs.h411 uint32_t tx_cfg; member
H A Dal_hal_eth_main.c685 …al_reg_write32(&adapter->ec_regs_base->tmi.tx_cfg, EC_TMI_TX_CFG_EN_FWD_TO_RX|EC_TMI_TX_CFG_SWAP_B… in al_eth_adapter_init()