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

/freebsd-9.3-release/sys/pci/
H A Dviapm.c77 ((u_char)bus_read_1(viapm->iores, port))
79 (bus_write_1(viapm->iores, port, (u_char)(val)))
191 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
199 bzero(viapm, sizeof(struct viapm_softc));
204 viapm->type = VIAPM_TYP_586B_3040E;
205 viapm->iorid = VIAPM_586B_3040E_BASE;
215 viapm->type = VIAPM_TYP_586B_3040F;
216 viapm->iorid = VIAPM_586B_3040F_BASE;
224 viapm->base = pci_read_config(dev, viapm
250 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
346 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
421 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
451 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
469 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
495 struct viapm_softc *viapm = device_get_softc(dev); local
515 struct viapm_softc *viapm = device_get_softc(dev); local
545 struct viapm_softc *viapm = device_get_softc(dev); local
557 struct viapm_softc *viapm = device_get_softc(dev); local
567 viapm_abort(struct viapm_softc *viapm) argument
576 viapm_clear(struct viapm_softc *viapm) argument
586 viapm_busy(struct viapm_softc *viapm) argument
601 viapm_wait(struct viapm_softc *viapm) argument
663 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
697 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
723 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
749 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
776 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
803 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
831 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
863 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
902 struct viapm_softc *viapm = (struct viapm_softc *)device_get_softc(dev); local
[all...]
/freebsd-9.3-release/sys/modules/i2c/controllers/viapm/
H A DMakefile4 KMOD = viapm
6 opt_isa.h viapm.c
/freebsd-9.3-release/sys/modules/i2c/controllers/
H A DMakefile6 SUBDIR = alpm amdpm amdsmb ichsmb intpm nfsmb viapm lpbb pcf
/freebsd-9.3-release/sys/pc98/conf/
H A DNOTES631 nodevice viapm
/freebsd-9.3-release/share/man/man4/
H A DMakefile522 viapm.4 \

Completed in 165 milliseconds