| /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...]
 | 
| atppcreg.h | 134 #define atppc_r_dtr(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh, \ 136 #define atppc_r_str(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh, \
 138 #define atppc_r_ctr(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh, \
 140 #define atppc_r_eppA(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh,
 [all...]
 | 
| /src/sys/arch/sgimips/hpc/ | 
| pi1ppc.c | 347 	switch (atppc->sc_mode) { 350 		atppc->sc_irqstat = ATPPC_IRQ_nACK;
 351 		if (atppc->sc_outb)
 360 		if (!(atppc->sc_str_intr & nACK)) {
 364 		atppc->sc_irqstat = ATPPC_IRQ_nACK;
 365 		if (atppc->sc_inb)
 372 		if (atppc->sc_ecr_intr & ATPPC_SERVICE_INTR) {
 373 			if (atppc->sc_ecr_intr & ATPPC_ENABLE_DMA)
 374 				atppc->sc_irqstat |= ATPPC_IRQ_DMA;
 376 				atppc->sc_irqstat |= ATPPC_IRQ_FIFO
 [all...]
 | 
| /src/share/man/man4/ | 
| Makefile | 10 	ath.4 athn.4 atphy.4 atppc.4 attimer.4 atw.4 \ 
 |