/src/sys/arch/sgimips/hpc/ |
pi1ppc.c | 1 /* $NetBSD: pi1ppc.c,v 1.17 2022/11/01 19:45:35 andvar Exp $ */ 36 __KERNEL_RCSID(0, "$NetBSD: pi1ppc.c,v 1.17 2022/11/01 19:45:35 andvar Exp $"); 77 static uint8_t r_reg(int reg, struct pi1ppc_softc *pi1ppc); 78 static void w_reg(int reg, struct pi1ppc_softc *pi1ppc, uint8_t byte); 146 CFATTACH_DECL_NEW(pi1ppc, sizeof(struct pi1ppc_softc), 193 * Generic attach and detach functions for pi1ppc device. 199 /* Soft configuration attach for pi1ppc */ 328 /* Interrupt handler for pi1ppc device: wakes up read/write functions */ 335 struct pi1ppc_softc *pi1ppc = device_private(dev); 339 PI1PPC_LOCK(pi1ppc); 468 struct pi1ppc_softc *pi1ppc = device_private(dev); local in function:pi1ppc_read 520 struct pi1ppc_softc * const pi1ppc = device_private(dev); local in function:pi1ppc_write 579 struct pi1ppc_softc *pi1ppc = device_private(dev); local in function:pi1ppc_setmode 633 struct pi1ppc_softc *pi1ppc = device_private(dev); local in function:pi1ppc_getmode 759 struct pi1ppc_softc *pi1ppc = device_private(dev); local in function:pi1ppc_exec_microseq 997 struct pi1ppc_softc *pi1ppc = device_private(dev); local in function:pi1ppc_io 1038 struct pi1ppc_softc *pi1ppc = device_private(dev); local in function:pi1ppc_read_ivar 1064 struct pi1ppc_softc *pi1ppc = device_private(dev); local in function:pi1ppc_write_ivar 1100 struct pi1ppc_softc *pi1ppc = device_private(dev); local in function:pi1ppc_add_handler 1123 struct pi1ppc_softc *pi1ppc = device_private(dev); local in function:pi1ppc_remove_handler [all...] |
pi1ppc.c | 1 /* $NetBSD: pi1ppc.c,v 1.17 2022/11/01 19:45:35 andvar Exp $ */ 36 __KERNEL_RCSID(0, "$NetBSD: pi1ppc.c,v 1.17 2022/11/01 19:45:35 andvar Exp $"); 77 static uint8_t r_reg(int reg, struct pi1ppc_softc *pi1ppc); 78 static void w_reg(int reg, struct pi1ppc_softc *pi1ppc, uint8_t byte); 146 CFATTACH_DECL_NEW(pi1ppc, sizeof(struct pi1ppc_softc), 193 * Generic attach and detach functions for pi1ppc device. 199 /* Soft configuration attach for pi1ppc */ 328 /* Interrupt handler for pi1ppc device: wakes up read/write functions */ 335 struct pi1ppc_softc *pi1ppc = device_private(dev); 339 PI1PPC_LOCK(pi1ppc); 468 struct pi1ppc_softc *pi1ppc = device_private(dev); local in function:pi1ppc_read 520 struct pi1ppc_softc * const pi1ppc = device_private(dev); local in function:pi1ppc_write 579 struct pi1ppc_softc *pi1ppc = device_private(dev); local in function:pi1ppc_setmode 633 struct pi1ppc_softc *pi1ppc = device_private(dev); local in function:pi1ppc_getmode 759 struct pi1ppc_softc *pi1ppc = device_private(dev); local in function:pi1ppc_exec_microseq 997 struct pi1ppc_softc *pi1ppc = device_private(dev); local in function:pi1ppc_io 1038 struct pi1ppc_softc *pi1ppc = device_private(dev); local in function:pi1ppc_read_ivar 1064 struct pi1ppc_softc *pi1ppc = device_private(dev); local in function:pi1ppc_write_ivar 1100 struct pi1ppc_softc *pi1ppc = device_private(dev); local in function:pi1ppc_add_handler 1123 struct pi1ppc_softc *pi1ppc = device_private(dev); local in function:pi1ppc_remove_handler [all...] |