Searched refs:ALC_MASTER_CFG (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | if_alc.c | 1149 val = CSR_READ_4(sc, ALC_MASTER_CFG); in alc_init_pcie() 1155 CSR_WRITE_4(sc, ALC_MASTER_CFG, val); in alc_init_pcie() 1162 CSR_WRITE_4(sc, ALC_MASTER_CFG, val); in alc_init_pcie() 1318 sc->alc_chip_rev = CSR_READ_4(sc, ALC_MASTER_CFG) >> in alc_attach() 2614 reg = CSR_READ_4(sc, ALC_MASTER_CFG); in alc_reset() 2616 CSR_WRITE_4(sc, ALC_MASTER_CFG, reg); in alc_reset() 2629 if ((CSR_READ_4(sc, ALC_MASTER_CFG) & MASTER_RESET) == 0) in alc_reset() 2650 reg = CSR_READ_4(sc, ALC_MASTER_CFG); in alc_reset() 2652 CSR_WRITE_4(sc, ALC_MASTER_CFG, reg); in alc_reset() 2811 reg = CSR_READ_4(sc, ALC_MASTER_CFG); in alc_init() [all …]
|
H A D | if_alcreg.h | 167 #define ALC_MASTER_CFG 0x1400 macro
|