Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mly/
H A Dmly.c455 sc->mly_command_mailbox = MLY_I960RX_COMMAND_MAILBOX; in mly_pci_attach()
466 sc->mly_command_mailbox = MLY_STRONGARM_COMMAND_MAILBOX; in mly_pci_attach()
2465 param0 = MLY_GET_REG(sc, sc->mly_command_mailbox); in mly_fwhandshake()
2571 MLY_GET_REG(sc, sc->mly_command_mailbox), in mly_printstate()
2572 MLY_GET_REG(sc, sc->mly_command_mailbox + 1), in mly_printstate()
2573 MLY_GET_REG(sc, sc->mly_command_mailbox + 2), in mly_printstate()
2574 MLY_GET_REG(sc, sc->mly_command_mailbox + 3), in mly_printstate()
2575 MLY_GET_REG(sc, sc->mly_command_mailbox + 4), in mly_printstate()
2576 MLY_GET_REG(sc, sc->mly_command_mailbox + 5), in mly_printstate()
2577 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