Searched refs:pdma_glo_cfg (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/sys/dev/rt/ |
| HD | if_rt.c | 411 sc->pdma_glo_cfg=RT5350_PDMA_BASE+RT5350_PDMA_GLO_CFG; in rt_attach() 449 sc->pdma_glo_cfg=PDMA_BASE+PDMA_GLO_CFG; in rt_attach() 450 sc->pdma_glo_cfg=PDMA_BASE+PDMA_GLO_CFG; in rt_attach() 799 RT_WRITE(sc, sc->pdma_glo_cfg, 0); in rt_init_locked() 804 tmp = RT_READ(sc, sc->pdma_glo_cfg); in rt_init_locked() 856 RT_WRITE(sc, sc->pdma_glo_cfg, tmp); in rt_init_locked() 1564 tmp = RT_READ(sc, sc->pdma_glo_cfg); in rt_tx_coherent_intr() 1566 RT_WRITE(sc, sc->pdma_glo_cfg, tmp); in rt_tx_coherent_intr() 1596 tmp = RT_READ(sc, sc->pdma_glo_cfg); in rt_rx_coherent_intr() 1598 RT_WRITE(sc, sc->pdma_glo_cfg, tmp); in rt_rx_coherent_intr() [all …]
|
| HD | if_rtvar.h | 284 uint32_t pdma_glo_cfg; member
|