Home
last modified time | relevance | path

Searched refs:sc_mbox_tx (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/ic/
Dscmi.h86 void *sc_mbox_tx; member
Dscmi.c145 if (sc->sc_mbox_tx == NULL) { in scmi_init_mbox()
203 ret = sc->sc_mbox_tx_send(sc->sc_mbox_tx); in scmi_mbox_command()
/netbsd/src/sys/dev/acpi/
Dqcompep.c261 sc->sc_scmi.sc_mbox_tx = qccpucp_channel(0); in qcpep_attach()