Searched refs:viapm (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/modules/i2c/controllers/viapm/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/viapm
4 KMOD = viapm
6 opt_isa.h viapm.c
/freebsd-13-stable/sys/dev/viapm/
H A Dviapm.c77 ((u_char)bus_read_1(viapm->iores, port))
79 (bus_write_1(viapm->iores, port, (u_char)(val)))
190 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
198 bzero(viapm, sizeof(struct viapm_softc));
203 viapm->type = VIAPM_TYP_586B_3040E;
204 viapm->iorid = VIAPM_586B_3040E_BASE;
214 viapm->type = VIAPM_TYP_586B_3040F;
215 viapm->iorid = VIAPM_586B_3040F_BASE;
223 viapm->base = pci_read_config(dev, viapm
248 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
344 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
419 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
449 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
467 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
493 struct viapm_softc *viapm = device_get_softc(dev); local
513 struct viapm_softc *viapm = device_get_softc(dev); local
543 struct viapm_softc *viapm = device_get_softc(dev); local
555 struct viapm_softc *viapm = device_get_softc(dev); local
565 viapm_abort(struct viapm_softc *viapm) argument
574 viapm_clear(struct viapm_softc *viapm) argument
584 viapm_busy(struct viapm_softc *viapm) argument
599 viapm_wait(struct viapm_softc *viapm) argument
661 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
695 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
721 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
747 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
774 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
801 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
829 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
861 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
900 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
[all...]
/freebsd-13-stable/sys/modules/i2c/controllers/
H A DMakefile3 SUBDIR = alpm amdpm amdsmb ichiic ichsmb intpm ismt nfsmb viapm lpbb pcf
/freebsd-13-stable/share/man/man4/
H A DMakefile566 viapm.4 \

Completed in 48 milliseconds