Searched refs:sc_use (Results 1 – 4 of 4) sorted by relevance
280 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 …]
160 uint8_t sc_use; /* Capabilities to use */ member
234 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 …]
165 u_int8_t sc_use; /* Capabilities to use */ member