Home
last modified time | relevance | path

Searched refs:MASTER_RESET (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/dev/age/
H A Dif_agereg.h101 #define MASTER_RESET 0x00000001 macro
H A Dif_age.c2521 CSR_WRITE_4(sc, AGE_MASTER_CFG, MASTER_RESET); in age_reset()
/freebsd-14.2/sys/dev/ale/
H A Dif_alereg.h79 #define MASTER_RESET 0x00000001 macro
H A Dif_ale.c2578 CSR_WRITE_4(sc, ALE_MASTER_CFG, MASTER_RESET); in ale_reset()
2581 if ((CSR_READ_4(sc, ALE_MASTER_CFG) & MASTER_RESET) == 0) in ale_reset()
/freebsd-14.2/sys/dev/alc/
H A Dif_alcreg.h180 #define MASTER_RESET 0x00000001 macro
H A Dif_alc.c3861 reg |= MASTER_OOB_DIS_OFF | MASTER_RESET; in alc_reset()
3875 if ((CSR_READ_4(sc, ALC_MASTER_CFG) & MASTER_RESET) == 0) in alc_reset()