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.c1162 #define NET_SLAVE_DEVICE_INIT_INSTANCE(slave, n) \ macro
1180 NET_SLAVE_DEVICE_INIT_INSTANCE(slave, 0)
1182 NET_SLAVE_DEVICE_INIT_INSTANCE(slave, 1)
1184 NET_SLAVE_DEVICE_INIT_INSTANCE(slave, 2)
1186 NET_SLAVE_DEVICE_INIT_INSTANCE(slave, 3)
1188 NET_SLAVE_DEVICE_INIT_INSTANCE(slave, 4)
1210 DT_INST_FOREACH_CHILD_VARGS(n, NET_SLAVE_DEVICE_INIT_INSTANCE, n);