Home
last modified time | relevance | path

Searched refs:NET_SLAVE_DEVICE_INIT_INSTANCE (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Ddsa_ksz8xxx.c1065 #define NET_SLAVE_DEVICE_INIT_INSTANCE(slave, n) \ macro
1083 NET_SLAVE_DEVICE_INIT_INSTANCE(slave, 0)
1085 NET_SLAVE_DEVICE_INIT_INSTANCE(slave, 1)
1087 NET_SLAVE_DEVICE_INIT_INSTANCE(slave, 2)
1089 NET_SLAVE_DEVICE_INIT_INSTANCE(slave, 3)
1091 NET_SLAVE_DEVICE_INIT_INSTANCE(slave, 4)
1113 DT_INST_FOREACH_CHILD_VARGS(n, NET_SLAVE_DEVICE_INIT_INSTANCE, n);