Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dscmi.c112 sc->sc_command = scmi_smc_command; in scmi_init_smc()
121 status = sc->sc_command(sc); in scmi_init_smc()
154 sc->sc_command = scmi_mbox_command; in scmi_init_mbox()
158 status = sc->sc_command(sc); in scmi_init_mbox()
237 status = sc->sc_command(sc); in scmi_attach_clock()
264 sc->sc_command(sc); in scmi_clock_enable()
278 status = sc->sc_command(sc); in scmi_clock_get_frequency()
301 status = sc->sc_command(sc); in scmi_clock_set_frequency()
322 status = sc->sc_command(sc); in scmi_attach_perf()
338 status = sc->sc_command(sc); in scmi_attach_perf()
[all …]
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 …]
Dseeq8005var.h69 int sc_command; /* Current command bits */ member
Dscmi.h110 int32_t (*sc_command)(struct scmi_softc *); member
/netbsd/src/sys/arch/i386/pci/
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/
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()