HomeSort by: relevance | last modified time | path
    Searched refs:SK_IF_WRITE_1 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_sk.c 2247 SK_IF_WRITE_1(sc_if, 0,
2256 SK_IF_WRITE_1(sc_if, 0, SK_LINKLED1_CTL,
2702 SK_IF_WRITE_1(sc_if, 0, SK_RXMF1_CTRL_TEST, SK_RFCTL_RESET_CLEAR);
2706 SK_IF_WRITE_1(sc_if, 0, SK_TXMF1_CTRL_TEST, SK_TFCTL_RESET_CLEAR);
2739 SK_IF_WRITE_1(sc_if, 0, SK_LINKLED1_CTL, SK_LINKLED_ON);
2740 SK_IF_WRITE_1(sc_if, 0, SK_LINKLED1_CTL,
2744 SK_IF_WRITE_1(sc_if, 0, SK_RXLED1_CTL,
2748 SK_IF_WRITE_1(sc_if, 0, SK_TXLED1_CTL,
2782 SK_IF_WRITE_1(sc_if, 0, SK_TXAR1_COUNTERCTL,
2926 SK_IF_WRITE_1(sc_if,0, SK_RXMF1_CTRL_TEST, SK_RFCTL_RESET_SET)
    [all...]
if_msk.c 1155 SK_IF_WRITE_1(sc_if, 0, SK_GPHY_CTRL, SK_GPHY_RESET_SET);
1157 SK_IF_WRITE_1(sc_if, 0, SK_GPHY_CTRL, SK_GPHY_RESET_CLEAR);
2286 SK_IF_WRITE_1(sc_if, 0, SK_RXMF1_CTRL_TEST,
2291 SK_IF_WRITE_1(sc_if, 0, SK_TXMF1_CTRL_TEST,
2498 SK_IF_WRITE_1(sc_if, 0, SK_RXMF1_CTRL_TEST, SK_RFCTL_RESET_CLEAR);
2514 SK_IF_WRITE_1(sc_if, 0, SK_TXMF1_CTRL_TEST, SK_TFCTL_RESET_CLEAR);
2558 SK_IF_WRITE_1(sc_if, 0, SK_TXAR1_COUNTERCTL, SK_TXARCTL_ON);
2718 SK_IF_WRITE_1(sc_if, 0, SK_RXMF1_CTRL_TEST, SK_RFCTL_RESET_SET);
2719 SK_IF_WRITE_1(sc_if, 0, SK_TXMF1_CTRL_TEST, SK_TFCTL_RESET_SET);
2724 SK_IF_WRITE_1(sc_if, 0, SK_TXAR1_COUNTERCTL, SK_TXARCTL_OFF)
    [all...]
if_skreg.h 160 #define SK_IF_WRITE_1(sc_if, skip, reg, val) \

Completed in 19 milliseconds