Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/sk/
HDif_sk.c3009 SK_IF_WRITE_1(sc_if, 0,
3018 SK_IF_WRITE_1(sc_if, 0, SK_LINKLED1_CTL,
3077 SK_IF_WRITE_1(sc_if, 0, SK_RXMF1_CTRL_TEST,
3082 SK_IF_WRITE_1(sc_if, 0, SK_RXMF1_CTRL_TEST,
3458 SK_IF_WRITE_1(sc_if, 0, SK_RXMF1_CTRL_TEST, SK_RFCTL_RESET_CLEAR);
3466 SK_IF_WRITE_1(sc_if, 0, SK_TXMF1_CTRL_TEST, SK_TFCTL_RESET_CLEAR);
3512 SK_IF_WRITE_1(sc_if, 0, SK_LINKLED1_CTL, SK_LINKLED_ON);
3513 SK_IF_WRITE_1(sc_if, 0, SK_LINKLED1_CTL,
3517 SK_IF_WRITE_1(sc_if, 0, SK_RXLED1_CTL,
3521 SK_IF_WRITE_1(sc_if, 0, SK_TXLED1_CTL,
[all …]
HDif_skreg.h191 #define SK_IF_WRITE_1(sc_if, skip, reg, val) \ macro