HomeSort by: relevance | last modified time | path
    Searched defs:weasel_issue_command (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
weasel_pci.c 78 static int weasel_issue_command(struct weasel_softc *, uint8_t cmd);
120 if (weasel_issue_command(sc, OS_CMD_PING)) {
133 if (weasel_issue_command(sc, OS_CMD_SHOW_CONFIG)) {
189 if (weasel_issue_command(sc, OS_CMD_QUERY_SW_VER)) {
215 if (weasel_issue_command(sc, OS_CMD_QUERY_L_VER)) {
226 if (weasel_issue_command(sc, OS_CMD_QUERY_VB_VER)) {
237 if (weasel_issue_command(sc, OS_CMD_QUERY_HW_VER)) {
285 weasel_issue_command(struct weasel_softc *sc, uint8_t cmd) function in typeref:typename:int
363 if (weasel_issue_command(sc, OS_CMD_WDT_ENABLE)) {
404 if (weasel_issue_command(sc, OS_CMD_WDT_DISABLE))
    [all...]

Completed in 12 milliseconds