Searched refs:B0_CTST (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/msk/ |
H A D | if_msk.c | 1293 CSR_WRITE_2(sc, B0_CTST, Y2_HW_WOL_ON); in msk_phy_power() 1370 CSR_WRITE_2(sc, B0_CTST, Y2_ASF_DISABLE); in mskc_reset() 1375 CSR_WRITE_2(sc, B0_CTST, CS_RST_SET); in mskc_reset() 1376 CSR_WRITE_2(sc, B0_CTST, CS_RST_CLR); in mskc_reset() 1386 CSR_WRITE_2(sc, B0_CTST, CS_MRST_CLR); in mskc_reset() 1441 CSR_WRITE_2(sc, B0_CTST, Y2_LED_STAT_ON); in mskc_reset() 1773 CSR_WRITE_2(sc, B0_CTST, CS_RST_CLR); in mskc_attach() 2059 CSR_WRITE_2(sc, B0_CTST, Y2_LED_STAT_OFF); in mskc_detach() 2062 CSR_WRITE_2(sc, B0_CTST, CS_RST_SET); in mskc_detach() 2976 CSR_WRITE_2(sc, B0_CTST, CS_RST_SET); in mskc_shutdown() [all …]
|
H A D | if_mskreg.h | 432 #define B0_CTST 0x0004 /* 16 bit Control/Status register */ macro
|