Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dseeq8005.c401 sc->sc_command | SEEQ_CMD_TX_OFF); in ea_stoptx()
414 sc->sc_command | SEEQ_CMD_TX_INTACK); in ea_stoptx()
442 sc->sc_command | SEEQ_CMD_RX_OFF); in ea_stoprx()
456 sc->sc_command | SEEQ_CMD_RX_INTACK); in ea_stoprx()
481 sc->sc_command &= ~(SEEQ_CMD_RX_INTEN | SEEQ_CMD_TX_INTEN); in ea_stop()
485 sc->sc_command | SEEQ_CMD_RX_INTACK | SEEQ_CMD_TX_INTACK | in ea_stop()
528 sc->sc_command = 0; in ea_chipreset()
608 sc->sc_command | SEEQ_CMD_FIFO_WRITE); in ea_writebuf()
682 sc->sc_command | SEEQ_CMD_FIFO_WRITE); in ea_readbuf()
687 sc->sc_command | SEEQ_CMD_FIFO_READ); in ea_readbuf()
[all …]
H A Dseeq8005var.h69 int sc_command; /* Current command bits */ member
/netbsd-src/sys/arch/i386/pci/
H A Dpiixpcib.c70 int sc_command; member
235 : "a" (sc->sc_command), in piixpcib_set_ownership()
267 : "a" (sc->sc_command), in piixpcib_getset_state()
350 sc->sc_command = (sig & 0xffffff00) | (cmd & 0xff); in speedstep_configure()
356 sc->sc_command = 0x47534982; in speedstep_configure()
/netbsd-src/sys/dev/nand/
H A Dnandemulator.c108 uint8_t sc_command; member
309 sc->sc_command = 0; in nandemulator_device_reset()
372 sc->sc_command = command; in nandemulator_command()
451 switch (sc->sc_command) { in nandemulator_address()
495 switch (sc->sc_command) { in nandemulator_busy()