Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_dwmac_stm32h7x.c39 static const struct stm32_pclken pclken_tx = { variable
61 ret |= clock_control_on(p->clock, (clock_control_subsys_t)&pclken_tx); in dwmac_bus_init()
Deth_stm32_hal_priv.h37 struct stm32_pclken pclken_tx; member
Deth_stm32_hal.c943 (clock_control_subsys_t)&cfg->pclken_tx); in eth_initialize()
1303 .pclken_tx = {.bus = DT_INST_CLOCKS_CELL_BY_NAME(0, mac_clk_tx, bus),