| /freebsd/sys/modules/superio/ |
| H A D | Makefile | 1 .PATH: ${.CURDIR}/../../dev/superio 3 KMOD= superio 4 SRCS= superio.c
|
| /freebsd/sys/dev/superio/ |
| H A D | superio.c | 48 #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", DEVICE_UNIT_ANY)) { 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 D | superio.h | 59 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 D | ftwd.c | 37 #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 D | itwd.c | 37 #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 D | superio.9 | 31 .Nm superio , 111 .Xr superio 4 182 .Xr superio 4 ,
|
| H A D | Makefile | 2518 _superio.9= superio.9 2519 MLINKS+=superio.9 superio_devid.9 \ 2520 superio.9 superio_dev_disable.9 \ 2521 superio.9 superio_dev_enable.9 \ 2522 superio.9 superio_dev_enabled.9 \ 2523 superio.9 superio_find_dev.9 \ 2524 superio.9 superio_get_dma.9 \ 2525 superio.9 superio_get_iobase.9 \ 2526 superio.9 superio_get_irq.9 \ 2527 superio.9 superio_get_ldn.9 \ [all …]
|
| /freebsd/share/man/man4/ |
| H A D | superio.4 | 31 .Nm superio 38 .Cd "device superio" 144 .Xr superio 9
|
| H A D | ftwd.4 | 38 .Cd "device superio" 55 .Xr superio 4 ,
|
| H A D | itwd.4 | 38 .Cd "device superio" 64 .Xr superio 4 ,
|
| H A D | wbwd.4 | 36 .Cd "device superio" 128 .Xr superio 4 ,
|
| H A D | nctgpio.4 | 11 .Cd "device superio"
|
| H A D | ncthwm.4 | 10 .Cd "device superio"
|
| H A D | ftgpio.4 | 43 .Xr superio 4 ,
|
| /freebsd/sys/dev/ncthwm/ |
| H A D | ncthwm.c | 37 #include <dev/superio/superio.h> 256 DRIVER_MODULE(ncthwm, superio, ncthwm_driver, NULL, NULL); 257 MODULE_DEPEND(ncthwm, superio, 1, 1, 1);
|
| /freebsd/sys/dev/ftgpio/ |
| H A D | ftgpio.c | 44 #include <dev/superio/superio.h> 602 DRIVER_MODULE(ftgpio, superio, ftgpio_driver, NULL, NULL); 604 MODULE_DEPEND(ftgpio, superio, 1, 1, 1);
|
| /freebsd/sys/dev/wbwd/ |
| H A D | wbwd.c | 52 #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/Bindings/hwmon/ |
| H A D | nuvoton,nct6775.yaml | 53 superio@4d {
|
| /freebsd/sys/conf/ |
| H A D | files.x86 | 320 dev/superio/superio.c optional superio isa
|
| /freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
| H A D | aspeed-bmc-tyan-s8036.dts | 139 * 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 D | aspeed-bmc-tyan-s7106.dts | 139 * 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 D | aspeed-lpc.yaml | 30 * A set of SuperIO[3] scratch registers enabling implementation of e.g. custom
|
| H A D | aspeed-lpc.txt | 24 * A set of SuperIO[3] scratch registers: Enables implementation of e.g. custom
|
| /freebsd/sys/x86/conf/ |
| H A D | NOTES | 619 # SuperIO driver. 621 device superio
|
| /freebsd/sys/dev/nctgpio/ |
| H A D | nctgpio.c | 47 #include <dev/superio/superio.h> 1515 DRIVER_MODULE(nctgpio, superio, nct_driver, NULL, NULL); 1517 MODULE_DEPEND(nctgpio, superio, 1, 1, 1);
|