Home
last modified time | relevance | path

Searched refs:rfctl (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/dev/igc/
H A Digc_base.c123 u32 rctl, rlpml, rxdctl[4], rfctl, temp_rctl, rx_enabled; in igc_rx_fifo_flush_base() local
129 rfctl = IGC_READ_REG(hw, IGC_RFCTL); in igc_rx_fifo_flush_base()
130 rfctl |= IGC_RFCTL_IPV6_EX_DIS; in igc_rx_fifo_flush_base()
131 IGC_WRITE_REG(hw, IGC_RFCTL, rfctl); in igc_rx_fifo_flush_base()
159 IGC_WRITE_REG(hw, IGC_RFCTL, rfctl & ~IGC_RFCTL_LEF); in igc_rx_fifo_flush_base()
182 IGC_WRITE_REG(hw, IGC_RFCTL, rfctl); in igc_rx_fifo_flush_base()
/freebsd-13.1/sys/dev/e1000/
H A De1000_base.c156 u32 rctl, rlpml, rxdctl[4], rfctl, temp_rctl, rx_enabled; in e1000_rx_fifo_flush_base() local
162 rfctl = E1000_READ_REG(hw, E1000_RFCTL); in e1000_rx_fifo_flush_base()
163 rfctl |= E1000_RFCTL_IPV6_EX_DIS; in e1000_rx_fifo_flush_base()
164 E1000_WRITE_REG(hw, E1000_RFCTL, rfctl); in e1000_rx_fifo_flush_base()
192 E1000_WRITE_REG(hw, E1000_RFCTL, rfctl & ~E1000_RFCTL_LEF); in e1000_rx_fifo_flush_base()
215 E1000_WRITE_REG(hw, E1000_RFCTL, rfctl); in e1000_rx_fifo_flush_base()
H A Dif_em.c3225 uint32_t rfctl; in em_initialize_receive_unit() local
3227 rfctl = E1000_READ_REG(hw, E1000_RFCTL); in em_initialize_receive_unit()
3228 rfctl |= E1000_RFCTL_EXTEN; in em_initialize_receive_unit()
3239 rfctl |= E1000_RFCTL_ACK_DIS; in em_initialize_receive_unit()
3241 E1000_WRITE_REG(hw, E1000_RFCTL, rfctl); in em_initialize_receive_unit()
/freebsd-13.1/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c5830 uint8_t rfctl[2]; in bwn_nphy_rev2_cal_rx_iq() local
5864 rfctl[0] = BWN_NPHY_RFCTL_INTC1; in bwn_nphy_rev2_cal_rx_iq()
5865 rfctl[1] = BWN_NPHY_RFCTL_INTC2; in bwn_nphy_rev2_cal_rx_iq()
5868 rfctl[0] = BWN_NPHY_RFCTL_INTC2; in bwn_nphy_rev2_cal_rx_iq()
5869 rfctl[1] = BWN_NPHY_RFCTL_INTC1; in bwn_nphy_rev2_cal_rx_iq()
5876 tmp[4] = BWN_PHY_READ(mac, rfctl[0]); in bwn_nphy_rev2_cal_rx_iq()
5877 tmp[5] = BWN_PHY_READ(mac, rfctl[1]); in bwn_nphy_rev2_cal_rx_iq()
5902 BWN_PHY_WRITE(mac, rfctl[1], 0x148); in bwn_nphy_rev2_cal_rx_iq()
5904 BWN_PHY_WRITE(mac, rfctl[1], 0x114); in bwn_nphy_rev2_cal_rx_iq()
5986 BWN_PHY_WRITE(mac, rfctl[1], tmp[5]); in bwn_nphy_rev2_cal_rx_iq()
[all …]