HomeSort by: relevance | last modified time | path
    Searched defs:twi_dev (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbarm/mpcsa/
mpcsa_machdep.c 363 device_t twi_dev = 0; local
365 if (cd && (twi_dev = device_lookup(cd, 0)) != NULL) {
366 struct at91twi_softc *sc = device_private(twi_dev);
mpcsa_machdep.c 363 device_t twi_dev = 0; local
365 if (cd && (twi_dev = device_lookup(cd, 0)) != NULL) {
366 struct at91twi_softc *sc = device_private(twi_dev);

Completed in 41 milliseconds