Home
last modified time | relevance | path

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

/freebsd/sys/dev/nctgpio/
H A Dnctgpio.c1149 device_t dev_8; in nct_attach() local
1157 dev_8 = superio_find_dev(device_get_parent(dev), SUPERIO_DEV_WDT, 8); in nct_attach()
1158 if (dev_8 != NULL) in nct_attach()
1159 iobase = superio_get_iobase(dev_8); in nct_attach()