Lines Matching refs:aps
1 /* $NetBSD: aps.c,v 1.20 2025/02/17 22:56:46 andvar Exp $ */
2 /* $OpenBSD: aps.c,v 1.15 2007/05/19 19:14:11 tedu Exp $ */
3 /* $OpenBSD: aps.c,v 1.17 2008/06/27 06:08:43 canacar Exp $ */
27 __KERNEL_RCSID(0, "$NetBSD: aps.c,v 1.20 2025/02/17 22:56:46 andvar Exp $");
161 CFATTACH_DECL_NEW(aps, sizeof(struct aps_softc),
255 aprint_error("aps: can't map i/o space\n");
260 /* See if this machine has APS */
262 /* get APS mode */
280 DPRINTF(("aps: state register 0x%x\n", cr));
537 * Redo the init sequence on resume, because APS is
541 /* get APS mode */
552 MODULE(MODULE_CLASS_DRIVER, aps, "sysmon_envsys");