Searched full:gpr (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/soc/nxp/imxrt/imxrt10xx/ |
D | pinctrl_soc.h | 51 uint32_t gpr_register; /* IOMUXC GPR register */ 52 uint8_t gpr_shift: 5; /* bitshift for GPR register write */ 55 uint8_t gpr_val: 1; /* value to write to GPR register */ 73 IF_ENABLED(DT_PROP_HAS_IDX(node_id, gpr, 0), \ 74 (.gpr_register = DT_PROP_BY_IDX(node_id, gpr, 0),)) \ 75 IF_ENABLED(DT_PROP_HAS_IDX(node_id, gpr, 1), \ 76 (.gpr_shift = DT_PROP_BY_IDX(node_id, gpr, 1),)) \ 77 IF_ENABLED(DT_PROP_HAS_IDX(node_id, gpr, 2), \ 78 (.gpr_val = DT_PROP_BY_IDX(node_id, gpr, 2),)) \
|
/Zephyr-latest/soc/nxp/imxrt/imxrt11xx/ |
D | pinctrl_soc.h | 97 uint32_t gpr_register; /* IOMUXC GPR register */ 98 uint8_t gpr_shift: 5; /* bitshift for GPR register write */ 101 uint8_t gpr_val: 1; /* value to write to GPR register */ 123 IF_ENABLED(DT_PROP_HAS_IDX(node_id, gpr, 0), \ 124 (.gpr_register = DT_PROP_BY_IDX(node_id, gpr, 0),)) \ 125 IF_ENABLED(DT_PROP_HAS_IDX(node_id, gpr, 1), \ 126 (.gpr_shift = DT_PROP_BY_IDX(node_id, gpr, 1),)) \ 127 IF_ENABLED(DT_PROP_HAS_IDX(node_id, gpr, 2), \ 128 (.gpr_val = DT_PROP_BY_IDX(node_id, gpr, 2),)) \
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | nxp,imx-iomuxc.yaml | 36 gpr: 39 An array of values defining the GPR bit write required, if one exists. 43 gpr_reg: GPR register address to write to
|
D | nxp,imx-gpr.yaml | 6 compatible: "nxp,imx-gpr"
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_imx.c | 26 /* Set or clear specified GPR bit for this mux */ in pinctrl_configure_pins()
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_WINDOWS.rst | 42 many calls, so they need to be GPR data that lives in registers and
|
/Zephyr-latest/arch/arc/include/ |
D | swap_macros.h | 511 /* macro to disable stack checking in assembly, need a GPR 529 /* macro to enable stack checking in assembly, need a GPR
|
/Zephyr-latest/arch/arc/ |
D | Kconfig | 290 (also referred to as r58:r59). These can also be used by gcc as GPR so
|
/Zephyr-latest/drivers/sensor/ens160/ |
D | ens160.c | 230 LOG_ERR("Failed to clear GPR registers"); in ens160_init()
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt11xx.dtsi | 388 compatible = "nxp,imx-gpr"; 1093 compatible = "nxp,imx-gpr";
|
D | nxp_rt10xx.dtsi | 953 compatible = "nxp,imx-gpr";
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 819 * :dtcompatible:`nxp,imx-gpr` has replaced ``nxp,imx-pinmux``
|