Home
last modified time | relevance | path

Searched full:superio (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/sys/modules/superio/
H A DMakefile1 .PATH: ${.CURDIR}/../../dev/superio
3 KMOD= superio
4 SRCS= superio.c
/freebsd/sys/dev/superio/
H A Dsuperio.c48 #include <dev/superio/superio.h>
49 #include <dev/superio/superio_io.h>
102 .d_name = "superio",
583 /* Found a matching SuperIO entry. */ in superio_detect()
610 ("Only ITE, Nuvoton and Fintek SuperIO-s are supported")); in superio_detect()
619 "ITE IT%4x SuperIO (revision 0x%02x)", in superio_detect()
636 if (device_find_child(parent, "superio", -1)) { in superio_identify()
638 printf("superio: device(s) already created\n"); in superio_identify()
649 "superio", -1); in superio_identify()
651 device_printf(parent, "failed to add superio child\n"); in superio_identify()
[all …]
H A Dsuperio.h59 device_t superio_find_dev(device_t superio, superio_dev_type_t type,
72 __BUS_ACCESSOR(superio, var, SUPERIO, ivar, type)
/freebsd/sys/dev/ftwd/
H A Dftwd.c37 #include <dev/superio/superio.h>
107 device_set_desc(dev, "Watchdog Timer on Fintek SuperIO"); in ftwd_probe()
150 DRIVER_MODULE(ftwd, superio, ftwd_driver, NULL, NULL);
151 MODULE_DEPEND(ftwd, superio, 1, 1, 1);
/freebsd/sys/dev/itwd/
H A Ditwd.c37 #include <dev/superio/superio.h>
126 device_set_desc(dev, "Watchdog Timer on ITE SuperIO"); in itwd_probe()
229 DRIVER_MODULE(itwd, superio, itwd_driver, NULL, NULL);
230 MODULE_DEPEND(itwd, superio, 1, 1, 1);
/freebsd/share/man/man9/
H A Dsuperio.931 .Nm superio ,
111 .Xr superio 4
182 .Xr superio 4 ,
/freebsd/share/man/man4/
H A Dsuperio.431 .Nm superio
38 .Cd "device superio"
144 .Xr superio 9
H A Dftwd.438 .Cd "device superio"
55 .Xr superio 4 ,
H A Ditwd.438 .Cd "device superio"
64 .Xr superio 4 ,
H A Dwbwd.436 .Cd "device superio"
128 .Xr superio 4 ,
H A Dnctgpio.411 .Cd "device superio"
H A Dncthwm.410 .Cd "device superio"
H A Dftgpio.443 .Xr superio 4 ,
/freebsd/sys/dev/ncthwm/
H A Dncthwm.c37 #include <dev/superio/superio.h>
256 DRIVER_MODULE(ncthwm, superio, ncthwm_driver, NULL, NULL);
257 MODULE_DEPEND(ncthwm, superio, 1, 1, 1);
/freebsd/sys/conf/
H A Dfiles.i386
H A Dfiles.x86318 dev/superio/superio.c optional superio isa
/freebsd/sys/dev/ftgpio/
H A Dftgpio.c44 #include <dev/superio/superio.h>
601 DRIVER_MODULE(ftgpio, superio, ftgpio_driver, NULL, NULL);
603 MODULE_DEPEND(ftgpio, superio, 1, 1, 1);
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dnuvoton,nct6775.yaml52 superio@4d {
/freebsd/sys/dev/wbwd/
H A Dwbwd.c52 #include <dev/superio/superio.h>
679 DRIVER_MODULE(wb, superio, wb_driver, NULL, NULL);
680 MODULE_DEPEND(wb, superio, 1, 1, 1);
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-tyan-s8036.dts139 * not interfere with the SuperIO. The goal is to have both the
140 * VUART and the SuperIO available and decide at runtime whether
H A Daspeed-bmc-tyan-s7106.dts139 * not interfere with the SuperIO. The goal is to have both the
140 * VUART and the SuperIO available and decide at runtime whether
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Daspeed-lpc.yaml30 * A set of SuperIO[3] scratch registers enabling implementation of e.g. custom
H A Daspeed-lpc.txt24 * A set of SuperIO[3] scratch registers: Enables implementation of e.g. custom
/freebsd/sys/x86/conf/
H A DNOTES620 # SuperIO driver.
622 device superio
/freebsd/sys/dev/nctgpio/
H A Dnctgpio.c47 #include <dev/superio/superio.h>
1514 DRIVER_MODULE(nctgpio, superio, nct_driver, NULL, NULL);
1516 MODULE_DEPEND(nctgpio, superio, 1, 1, 1);

12