Home
last modified time | relevance | path

Searched refs:sc_use (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/sgimips/hpc/
Dpi1ppc.c280 lsc->sc_use = 0; in pi1ppc_sc_attach()
1045 *val = ((pi1ppc->sc_use & PI1PPC_USE_INTR) != 0); in pi1ppc_read_ivar()
1049 *val = ((pi1ppc->sc_use & PI1PPC_USE_DMA) != 0); in pi1ppc_read_ivar()
1072 pi1ppc->sc_use &= ~PI1PPC_USE_INTR; in pi1ppc_write_ivar()
1074 pi1ppc->sc_use |= PI1PPC_USE_INTR; in pi1ppc_write_ivar()
1081 pi1ppc->sc_use &= ~PI1PPC_USE_DMA; in pi1ppc_write_ivar()
1083 pi1ppc->sc_use |= PI1PPC_USE_DMA; in pi1ppc_write_ivar()
1173 if (pi1ppc->sc_use & PI1PPC_USE_INTR) { in pi1ppc_nibble_read()
1221 if (pi1ppc->sc_use & PI1PPC_USE_INTR) in pi1ppc_nibble_read()
1258 if (pi1ppc->sc_use & PI1PPC_USE_INTR) { in pi1ppc_byte_read()
[all …]
Dpi1ppcvar.h160 uint8_t sc_use; /* Capabilities to use */ member
/netbsd/src/sys/dev/ic/
Datppc.c234 lsc->sc_use = 0; in atppc_sc_attach()
1481 *val = ((atppc->sc_use & ATPPC_USE_INTR) != 0); in atppc_read_ivar()
1485 *val = ((atppc->sc_use & ATPPC_USE_DMA) != 0); in atppc_read_ivar()
1516 atppc->sc_use &= ~ATPPC_USE_INTR; in atppc_write_ivar()
1518 atppc->sc_use |= ATPPC_USE_INTR; in atppc_write_ivar()
1525 atppc->sc_use &= ~ATPPC_USE_DMA; in atppc_write_ivar()
1527 atppc->sc_use |= ATPPC_USE_DMA; in atppc_write_ivar()
1620 if (atppc->sc_use & ATPPC_USE_INTR) { in atppc_nibble_read()
1662 if (atppc->sc_use & ATPPC_USE_INTR) in atppc_nibble_read()
1696 if (atppc->sc_use & ATPPC_USE_INTR) { in atppc_byte_read()
[all …]
Datppcvar.h165 u_int8_t sc_use; /* Capabilities to use */ member