Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_alereg.h74 #define MASTER_RESET 0x00000001 macro
H A Dif_agereg.h96 #define MASTER_RESET 0x00000001 macro
H A Dif_alcreg.h162 #define MASTER_RESET 0x00000001 macro
H A Dif_ale.c1582 CSR_WRITE_4(sc, ALE_MASTER_CFG, MASTER_RESET); in ale_reset()
1585 if ((CSR_READ_4(sc, ALE_MASTER_CFG) & MASTER_RESET) == 0) in ale_reset()
H A Dif_alc.c2728 reg |= MASTER_OOB_DIS_OFF | MASTER_RESET; in alc_reset()
2742 if ((CSR_READ_4(sc, ALC_MASTER_CFG) & MASTER_RESET) == 0) in alc_reset()
H A Dif_age.c1611 CSR_WRITE_4(sc, AGE_MASTER_CFG, MASTER_RESET); in age_reset()