Searched refs:fixed_link (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/ethernet/phy/ |
D | phy_qualcomm_ar8031.c | 58 bool fixed_link; member 453 if (cfg->fixed_link) { in qc_ar8031_init() 497 .fixed_link = DT_INST_NODE_HAS_PROP(n, fixed_link), \ 498 .fixed_speed = DT_INST_ENUM_IDX_OR(n, fixed_link, 0), \
|
D | phy_mii.c | 489 #define IS_FIXED_LINK(n) DT_INST_NODE_HAS_PROP(n, fixed_link) 504 .fixed_speed = DT_INST_ENUM_IDX_OR(n, fixed_link, 0), \
|
/Zephyr-latest/drivers/ethernet/nxp_enet/ |
D | eth_mcux.c | 98 DT_CHILD(DT_NODELABEL(enet), fixed_link)
|