Home
last modified time | relevance | path

Searched refs:mly_command_mailbox (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/mly/
H A Dmly.c456 sc->mly_command_mailbox = MLY_I960RX_COMMAND_MAILBOX; in mly_pci_attach()
467 sc->mly_command_mailbox = MLY_STRONGARM_COMMAND_MAILBOX; in mly_pci_attach()
2460 param0 = MLY_GET_REG(sc, sc->mly_command_mailbox); in mly_fwhandshake()
2566 MLY_GET_REG(sc, sc->mly_command_mailbox), in mly_printstate()
2567 MLY_GET_REG(sc, sc->mly_command_mailbox + 1), in mly_printstate()
2568 MLY_GET_REG(sc, sc->mly_command_mailbox + 2), in mly_printstate()
2569 MLY_GET_REG(sc, sc->mly_command_mailbox + 3), in mly_printstate()
2570 MLY_GET_REG(sc, sc->mly_command_mailbox + 4), in mly_printstate()
2571 MLY_GET_REG(sc, sc->mly_command_mailbox + 5), in mly_printstate()
2572 MLY_GET_REG(sc, sc->mly_command_mailbox + 6), in mly_printstate()
[all …]
H A Dmlyvar.h179 u_int8_t mly_command_mailbox; /* register offsets */ member