HomeSort by: relevance | last modified time | path
    Searched defs:atppc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
atppc.c 1 /* $NetBSD: atppc.c,v 1.42 2025/07/29 19:07:53 andvar Exp $ */
34 __KERNEL_RCSID(0, "$NetBSD: atppc.c,v 1.42 2025/07/29 19:07:53 andvar Exp $");
139 * Generic attach and detach functions for atppc device. If sc_dev_ok in soft
143 /* Soft configuration attach for atppc */
281 * Machine independent detection routines for atppc driver.
362 atppc_detect_chipset(struct atppc_softc *atppc)
367 if ((mode = chipset_detect[i](atppc)) != -1) {
368 atppc->sc_mode = mode;
378 atppc_detect_generic(struct atppc_softc *atppc)
380 u_int8_t ecr_sav = atppc_r_ecr(atppc);
612 struct atppc_softc *atppc = device_private(dev); local in function:atppcintr
739 struct atppc_softc *atppc = device_private(dev); local in function:atppc_check_epp_timeout
763 struct atppc_softc *atppc = device_private(dev); local in function:atppc_reset_epp_timeout
782 struct atppc_softc *atppc = device_private(dev); local in function:atppc_read
843 struct atppc_softc * const atppc = device_private(dev); local in function:atppc_write
911 struct atppc_softc *atppc = device_private(dev); local in function:atppc_setmode
1042 struct atppc_softc *atppc = device_private(dev); local in function:atppc_getmode
1089 struct atppc_softc *atppc = device_private(dev); local in function:atppc_ecp_sync
1130 struct atppc_softc *atppc = device_private(dev); local in function:atppc_exec_microseq
1377 struct atppc_softc *atppc = device_private(dev); local in function:atppc_io
1466 struct atppc_softc *atppc = device_private(dev); local in function:atppc_read_ivar
1501 struct atppc_softc *atppc = device_private(dev); local in function:atppc_write_ivar
1545 struct atppc_softc *atppc = device_private(dev); local in function:atppc_add_handler
1569 struct atppc_softc *atppc = device_private(dev); local in function:atppc_remove_handler
    [all...]
atppc.c 1 /* $NetBSD: atppc.c,v 1.42 2025/07/29 19:07:53 andvar Exp $ */
34 __KERNEL_RCSID(0, "$NetBSD: atppc.c,v 1.42 2025/07/29 19:07:53 andvar Exp $");
139 * Generic attach and detach functions for atppc device. If sc_dev_ok in soft
143 /* Soft configuration attach for atppc */
281 * Machine independent detection routines for atppc driver.
362 atppc_detect_chipset(struct atppc_softc *atppc)
367 if ((mode = chipset_detect[i](atppc)) != -1) {
368 atppc->sc_mode = mode;
378 atppc_detect_generic(struct atppc_softc *atppc)
380 u_int8_t ecr_sav = atppc_r_ecr(atppc);
612 struct atppc_softc *atppc = device_private(dev); local in function:atppcintr
739 struct atppc_softc *atppc = device_private(dev); local in function:atppc_check_epp_timeout
763 struct atppc_softc *atppc = device_private(dev); local in function:atppc_reset_epp_timeout
782 struct atppc_softc *atppc = device_private(dev); local in function:atppc_read
843 struct atppc_softc * const atppc = device_private(dev); local in function:atppc_write
911 struct atppc_softc *atppc = device_private(dev); local in function:atppc_setmode
1042 struct atppc_softc *atppc = device_private(dev); local in function:atppc_getmode
1089 struct atppc_softc *atppc = device_private(dev); local in function:atppc_ecp_sync
1130 struct atppc_softc *atppc = device_private(dev); local in function:atppc_exec_microseq
1377 struct atppc_softc *atppc = device_private(dev); local in function:atppc_io
1466 struct atppc_softc *atppc = device_private(dev); local in function:atppc_read_ivar
1501 struct atppc_softc *atppc = device_private(dev); local in function:atppc_write_ivar
1545 struct atppc_softc *atppc = device_private(dev); local in function:atppc_add_handler
1569 struct atppc_softc *atppc = device_private(dev); local in function:atppc_remove_handler
    [all...]

Completed in 113 milliseconds