Home
last modified time | relevance | path

Searched refs:burst_timer (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/ethernet/phy/
Dphy_oa_tc14_plca.c66 val = (plca_cfg->burst_count << 8) | plca_cfg->burst_timer; in genphy_set_plca_cfg()
119 plca_cfg->burst_timer = val & MDIO_OATC14_PLCA_BTMR; in genphy_get_plca_cfg()
Dphy_microchip_t1s.c88 uint8_t burst_timer; member
483 plca_cfg.burst_timer = cfg->plca->burst_timer; in phy_mc_t1s_set_dt_plca()
553 .burst_timer = DT_INST_PROP(n, plca_burst_timer), \
/Zephyr-latest/include/zephyr/net/
Dphy.h101 uint8_t burst_timer; member
Dethernet.h293 uint8_t burst_timer; member
/Zephyr-latest/drivers/ethernet/
Deth_lan865x.c146 plca_cfg.burst_timer = config->t1s_param.plca.burst_timer; in lan865x_set_config()