Searched refs:ALC_MASTER_CFG (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/sys/dev/netif/alc/ |
H A D | if_alc.c | 675 if ((CSR_READ_4(sc, ALC_MASTER_CFG) & MASTER_OTP_SEL) != 0 && in alc_get_macaddr_813x() 1292 val = CSR_READ_4(sc, ALC_MASTER_CFG); in alc_init_pcie() 1298 CSR_WRITE_4(sc, ALC_MASTER_CFG, val); in alc_init_pcie() 1305 CSR_WRITE_4(sc, ALC_MASTER_CFG, val); in alc_init_pcie() 1426 sc->alc_chip_rev = CSR_READ_4(sc, ALC_MASTER_CFG) >> in alc_attach() 2459 CSR_WRITE_4(sc, ALC_MASTER_CFG, 2460 CSR_READ_4(sc, ALC_MASTER_CFG) | MASTER_CLK_SEL_DIS); 2467 CSR_WRITE_4(sc, ALC_MASTER_CFG, 2468 CSR_READ_4(sc, ALC_MASTER_CFG) & ~MASTER_CLK_SEL_DIS); 2490 CSR_WRITE_4(sc, ALC_MASTER_CFG, [all …]
|
H A D | if_alcreg.h | 192 #define ALC_MASTER_CFG 0x1400 macro
|