Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/net/
H A Dif_muge.c893 uint32_t hw_reg; in lan78xx_phy_init() local
947 lan78xx_read_reg(sc, ETH_HW_CFG, &hw_reg) == 0) { in lan78xx_phy_init()
948 hw_reg &= ~(ETH_HW_CFG_LEDO_EN_ | ETH_HW_CFG_LED1_EN_ | in lan78xx_phy_init()
950 hw_reg |= sc->sc_leds; in lan78xx_phy_init()
951 lan78xx_write_reg(sc, ETH_HW_CFG, hw_reg); in lan78xx_phy_init()
/freebsd/sys/contrib/dev/rtw88/
H A Dphy.c165 edcca_th[EDCCA_TH_L2H_IDX].hw_reg.addr, in rtw_phy_set_edcca_th()
166 edcca_th[EDCCA_TH_L2H_IDX].hw_reg.mask, in rtw_phy_set_edcca_th()
169 edcca_th[EDCCA_TH_H2L_IDX].hw_reg.addr, in rtw_phy_set_edcca_th()
170 edcca_th[EDCCA_TH_H2L_IDX].hw_reg.mask, in rtw_phy_set_edcca_th()
H A Dfw.c288 rtw_read32_mask(rtwdev, edcca_th[EDCCA_TH_L2H_IDX].hw_reg.addr, in rtw_fw_adaptivity_result()
289 edcca_th[EDCCA_TH_L2H_IDX].hw_reg.mask), in rtw_fw_adaptivity_result()
290 rtw_read32_mask(rtwdev, edcca_th[EDCCA_TH_H2L_IDX].hw_reg.addr, in rtw_fw_adaptivity_result()
291 edcca_th[EDCCA_TH_H2L_IDX].hw_reg.mask)); in rtw_fw_adaptivity_result()
H A Dmain.h585 struct rtw_hw_reg hw_reg; member