Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/nctgpio/
H A Dnctgpio.c447 device_t dev_8; in nct_attach() local
467 dev_8 = superio_find_dev(device_get_parent(dev), SUPERIO_DEV_WDT, 8); in nct_attach()
468 if (dev_8 != NULL) in nct_attach()
469 iobase = superio_get_iobase(dev_8); in nct_attach()