Searched refs:HSFLL_NODE (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/soc/nordic/nrf92/ |
| D | soc.c | 21 #define HSFLL_NODE DT_NODELABEL(cpuapp_hsfll) macro 23 #define HSFLL_NODE DT_NODELABEL(cpurad_hsfll) macro 58 #if defined(HSFLL_NODE) in trim_hsfll() 60 NRF_HSFLL_Type *hsfll = (NRF_HSFLL_Type *)DT_REG_ADDR(HSFLL_NODE); in trim_hsfll() 62 .vsup = sys_read32(FICR_ADDR_GET(HSFLL_NODE, vsup)), in trim_hsfll() 63 .coarse = sys_read32(FICR_ADDR_GET(HSFLL_NODE, coarse)), in trim_hsfll() 64 .fine = sys_read32(FICR_ADDR_GET(HSFLL_NODE, fine)) in trim_hsfll() 72 DT_PROP(HSFLL_NODE, clock_frequency) / in trim_hsfll() 73 DT_PROP(DT_CLOCKS_CTLR(HSFLL_NODE), clock_frequency)); in trim_hsfll()
|
| /Zephyr-latest/soc/nordic/nrf54h/ |
| D | soc.c | 29 #define HSFLL_NODE DT_NODELABEL(cpuapp_hsfll) macro 31 #define HSFLL_NODE DT_NODELABEL(cpurad_hsfll) macro 88 #if defined(HSFLL_NODE) in trim_hsfll() 90 NRF_HSFLL_Type *hsfll = (NRF_HSFLL_Type *)DT_REG_ADDR(HSFLL_NODE); in trim_hsfll() 92 .vsup = sys_read32(FICR_ADDR_GET(HSFLL_NODE, vsup)), in trim_hsfll() 93 .coarse = sys_read32(FICR_ADDR_GET(HSFLL_NODE, coarse)), in trim_hsfll() 94 .fine = sys_read32(FICR_ADDR_GET(HSFLL_NODE, fine)) in trim_hsfll() 102 DT_PROP(HSFLL_NODE, clock_frequency) / in trim_hsfll() 103 DT_PROP(DT_CLOCKS_CTLR(HSFLL_NODE), clock_frequency)); in trim_hsfll()
|