Searched refs:SK_IF_WRITE_1 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/sk/ |
H A D | if_sk.c | 2896 SK_IF_WRITE_1(sc_if, 0, in sk_intr_bcom() 2905 SK_IF_WRITE_1(sc_if, 0, SK_LINKLED1_CTL, in sk_intr_bcom() 2960 SK_IF_WRITE_1(sc_if, 0, SK_RXMF1_CTRL_TEST, in sk_intr_yukon() 2965 SK_IF_WRITE_1(sc_if, 0, SK_RXMF1_CTRL_TEST, in sk_intr_yukon() 3338 SK_IF_WRITE_1(sc_if, 0, SK_RXMF1_CTRL_TEST, SK_RFCTL_RESET_CLEAR); in sk_init_yukon() 3346 SK_IF_WRITE_1(sc_if, 0, SK_TXMF1_CTRL_TEST, SK_TFCTL_RESET_CLEAR); in sk_init_yukon() 3390 SK_IF_WRITE_1(sc_if, 0, SK_LINKLED1_CTL, SK_LINKLED_ON); in sk_init_locked() 3391 SK_IF_WRITE_1(sc_if, 0, SK_LINKLED1_CTL, in sk_init_locked() 3395 SK_IF_WRITE_1(sc_if, 0, SK_RXLED1_CTL, in sk_init_locked() 3399 SK_IF_WRITE_1(sc_if, 0, SK_TXLED1_CTL, in sk_init_locked() [all …]
|
H A D | if_skreg.h | 190 #define SK_IF_WRITE_1(sc_if, skip, reg, val) \ macro
|