Searched refs:PTP_INST_NODEID (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.6.0/drivers/ethernet/ |
D | eth_mcux.c | 1422 #define PTP_INST_NODEID(n) DT_INST_CHILD(n, ptp) macro 1426 IRQ_CONNECT(DT_IRQ_BY_NAME(PTP_INST_NODEID(n), ieee1588_tmr, irq), \ 1427 DT_IRQ_BY_NAME(PTP_INST_NODEID(n), ieee1588_tmr, priority), \ 1431 irq_enable(DT_IRQ_BY_NAME(PTP_INST_NODEID(n), ieee1588_tmr, irq)); \ 1435 COND_CODE_1(DT_NODE_HAS_STATUS(PTP_INST_NODEID(n), okay), \
|
D | eth_e1000.c | 25 #define PTP_INST_NODEID(n) DT_INST_CHILD(n, ptp) macro
|