Home
last modified time | relevance | path

Searched full:podf (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/soc/nxp/imxrt/imxrt10xx/
Dsoc.c31 #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/
Dmimxrt1170_evk_mimxrt1176_cm7.overlay16 podf = < 0x4 >;
/Zephyr-latest/tests/drivers/i2s/i2s_api/boards/
Dmimxrt1170_evk_mimxrt1176_cm7_A.overlay17 podf = < 0x4 >;
/Zephyr-latest/dts/bindings/i2s/
Dnxp,mcux-i2s.yaml42 podf:
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt1050.dtsi30 arm-podf {
34 ipg-podf {
Dnxp_rt1010.dtsi35 /delete-node/ arm-podf;
37 ipg-podf {
305 podf = <0x0F>;
329 podf = <63>;
Dnxp_rt1040.dtsi18 ipg-podf {
22 arm-podf {
Dnxp_rt1015.dtsi39 ipg-podf {
Dnxp_rt1060.dtsi39 arm-podf {
43 ipg-podf {
Dnxp_rt1020.dtsi40 ipg-podf {
Dnxp_rt1024.dtsi45 ipg-podf {
Dnxp_rt10xx.dtsi282 arm-podf {
288 ahb-podf {
294 ipg-podf {
992 podf = <0x0F>;
1016 podf = <63>;
1043 podf = <63>;
Dnxp_rt11xx.dtsi1108 podf = <4>;
1131 podf = <63>;
1154 podf = <63>;
1177 podf = <63>;
/Zephyr-latest/drivers/i2s/
Di2s_mcux_sai.c1180 .clk_src_div = DT_INST_PROP(i2s_id, podf), \