/Zephyr-latest/dts/bindings/test/ |
D | vnd,phandle-holder.yaml | 11 ph: {type: "phandle"}
|
/Zephyr-latest/samples/drivers/jesd216/ |
D | README.rst | 32 MX25R8035F: SFDP v 1.6 AP ff with 3 PH
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ |
D | numaker-m46x-pinctrl.h | 1798 /* PH.0 MFP */ 1804 /* PH.1 MFP */ 1810 /* PH.2 MFP */ 1818 /* PH.3 MFP */ 1827 /* PH.4 MFP */ 1834 /* PH.5 MFP */ 1841 /* PH.6 MFP */ 1848 /* PH.7 MFP */ 1855 /* PH.8 MFP */ 1868 /* PH.9 MFP */ [all …]
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | mtk_adsp_load.py | 64 for i, ph in enumerate(struct.unpack(">II", readfile(path + "memory-region"))): 67 if os.path.exists(phf) and struct.unpack(">I", readfile(phf))[0] == ph:
|
/Zephyr-latest/samples/drivers/jesd216/src/ |
D | main.c | 315 printf("%s: SFDP v %u.%u AP %x with %u PH\n", dev->name, in main() 325 printf("PH%u: %04x rev %u.%u: %u DW @ %x\n", in main()
|
/Zephyr-latest/soc/nuvoton/npcx/common/ecst/ |
D | ecst_args.py | 201 parser.add_argument("-ph", nargs='?', dest="paste_firmware_header")
|
D | ecst.py | 12 # [-nohcrc] [-nofcrc] [-ph <offset>]
|
/Zephyr-latest/boards/bcdevices/plt_demo_v2/doc/ |
D | index.rst | 98 * JST-PH Battery Connector
|
/Zephyr-latest/tests/lib/devicetree/api/ |
D | app.overlay | 23 ph = <&test_gpio_1>; 67 ph = <&test_gpio_1>;
|
/Zephyr-latest/drivers/flash/ |
D | flash_andes_qspi.c | 567 LOG_DBG("%s: SFDP v %u.%u AP %x with %u PH", dev->name, in spi_nor_process_sfdp() 577 LOG_DBG("PH%zu: %04x rev %u.%u: %u DW @ %x", in spi_nor_process_sfdp()
|
D | flash_stm32_qspi.c | 1488 LOG_INF("%s: SFDP v %u.%u AP %x with %u PH", dev->name, in flash_stm32_qspi_init() 1498 LOG_INF("PH%u: %04x rev %u.%u: %u DW @ %x", in flash_stm32_qspi_init()
|
D | spi_nor.c | 1256 LOG_INF("%s: SFDP v %u.%u AP %x with %u PH", dev->name, in spi_nor_process_sfdp() 1265 LOG_INF("PH%u: %04x rev %u.%u: %u DW @ %x", in spi_nor_process_sfdp()
|
D | flash_stm32_xspi.c | 2257 LOG_DBG("%s: SFDP v %u.%u AP %x with %u PH", dev->name, in flash_stm32_xspi_init() 2267 LOG_DBG("PH%u: %04x rev %u.%u: %u DW @ %x", in flash_stm32_xspi_init()
|
D | flash_stm32_ospi.c | 2438 LOG_DBG("%s: SFDP v %u.%u AP %x with %u PH", dev->name, in flash_stm32_ospi_init() 2448 LOG_DBG("PH%u: %04x rev %u.%u: %u DW @ %x", in flash_stm32_ospi_init()
|
/Zephyr-latest/dts/arm/raspberrypi/rpi_pico/ |
D | rp2040.dtsi | 160 rosc_ph: rosc-ph {
|
D | rp2350.dtsi | 156 rosc_ph: rosc-ph {
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 938 bool gpio_controller = DT_PROP_BY_PHANDLE(TEST_PH, ph, gpio_controller); in ZTEST() 943 zassert_true(DT_NODE_HAS_PROP(TEST_PH, ph), ""); in ZTEST() 944 zassert_true(DT_SAME_NODE(DT_PROP(TEST_PH, ph), in ZTEST() 946 zassert_equal(DT_PROP_LEN(TEST_PH, ph), 1, ""); in ZTEST() 947 zassert_true(DT_SAME_NODE(DT_PROP_BY_IDX(TEST_PH, ph, 0), in ZTEST() 1061 zassert_equal(DT_INST_PROP_BY_PHANDLE(0, ph, ngpios), 100, ""); in ZTEST() 1899 DT_FOREACH_PROP_ELEM(TEST_PH, ph, PATH_COMMA) in ZTEST() 1906 DT_FOREACH_PROP_ELEM(ZEPHYR_USER, ph, PATH_COMMA) in ZTEST()
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 1489 * This is equivalent to DT_PROP_BY_PHANDLE_IDX(node_id, ph, 0, prop). 1492 * @param ph lowercase-and-underscores property of @p node_id 1497 #define DT_PROP_BY_PHANDLE(node_id, ph, prop) \ argument 1498 DT_PROP_BY_PHANDLE_IDX(node_id, ph, 0, prop) 1787 * @return a node identifier for the node pointed to by "ph" 4276 * @param ph lowercase-and-underscores property of @p inst 4281 #define DT_INST_PROP_BY_PHANDLE(inst, ph, prop) \ argument 4282 DT_INST_PROP_BY_PHANDLE_IDX(inst, ph, 0, prop) 4395 * @return a node identifier for the node pointed to by "ph"
|
/Zephyr-latest/scripts/dts/ |
D | gen_defines.py | 549 for idx, ph in enumerate(pinctrl.conf_nodes): 551 f"DT_{ph.z_path_id}")
|