Home
last modified time | relevance | path

Searched refs:LLM_INIT_DONE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/
H A Dtmu_csr.h134 #define LLM_INIT_DONE BIT(9) macro
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_hw.c916 while (!(readl(TMU_CTRL) & LLM_INIT_DONE)) in tmu_init()