Searched full:podf (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/soc/nxp/imxrt/imxrt10xx/ |
D | soc.c | 31 #define BUILD_ASSERT_PODF_IN_RANGE(podf, a, b) \ argument 32 BUILD_ASSERT(DT_PROP(DT_CHILD(CCM_NODE, podf), clock_div) >= (a) && \ 33 DT_PROP(DT_CHILD(CCM_NODE, podf), clock_div) <= (b), \ 34 #podf " is out of supported range (" #a ", " #b ")") 178 /* Set ARM PODF */ in clock_init() 182 /* Set AHB PODF */ in clock_init() 185 /* Set IPG PODF */ in clock_init()
|
/Zephyr-latest/tests/drivers/i2s/i2s_speed/boards/ |
D | mimxrt1170_evk_mimxrt1176_cm7.overlay | 16 podf = < 0x4 >;
|
/Zephyr-latest/tests/drivers/i2s/i2s_api/boards/ |
D | mimxrt1170_evk_mimxrt1176_cm7_A.overlay | 17 podf = < 0x4 >;
|
/Zephyr-latest/dts/bindings/i2s/ |
D | nxp,mcux-i2s.yaml | 42 podf:
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt1050.dtsi | 30 arm-podf { 34 ipg-podf {
|
D | nxp_rt1010.dtsi | 35 /delete-node/ arm-podf; 37 ipg-podf { 305 podf = <0x0F>; 329 podf = <63>;
|
D | nxp_rt1040.dtsi | 18 ipg-podf { 22 arm-podf {
|
D | nxp_rt1015.dtsi | 39 ipg-podf {
|
D | nxp_rt1060.dtsi | 39 arm-podf { 43 ipg-podf {
|
D | nxp_rt1020.dtsi | 40 ipg-podf {
|
D | nxp_rt1024.dtsi | 45 ipg-podf {
|
D | nxp_rt10xx.dtsi | 282 arm-podf { 288 ahb-podf { 294 ipg-podf { 992 podf = <0x0F>; 1016 podf = <63>; 1043 podf = <63>;
|
D | nxp_rt11xx.dtsi | 1108 podf = <4>; 1131 podf = <63>; 1154 podf = <63>; 1177 podf = <63>;
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_mcux_sai.c | 1180 .clk_src_div = DT_INST_PROP(i2s_id, podf), \
|