Searched refs:atse_resource_int (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/altera/atse/
H A Dif_atse_nexus.c68 atse_resource_int(device_t dev, const char *resname, int *v) function
112 error = atse_resource_int(dev, "rx_irq", &rid);
117 error += atse_resource_int(dev, "tx_irq", &rid);
147 error = atse_resource_int(dev, "rx_irq", &sc->atse_rx_irq);
152 error += atse_resource_int(dev, "tx_irq", &sc->atse_tx_irq);

Completed in 37 milliseconds