Searched refs:ctrl_base (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/bwi/ |
| H A D | if_bwi.c | 2037 bwi_dma_txstats_alloc(struct bwi_softc *sc, uint32_t ctrl_base, in bwi_dma_txstats_alloc() argument 2142 st->stats_ctrl_base = ctrl_base; in bwi_dma_txstats_alloc() 2355 bwi_init_rxdesc_ring32(struct bwi_softc *sc, uint32_t ctrl_base, in bwi_init_rxdesc_ring32() argument 2366 CSR_WRITE_4(sc, ctrl_base + BWI_RX32_RINGINFO, val); in bwi_init_rxdesc_ring32() 2371 CSR_WRITE_4(sc, ctrl_base + BWI_RX32_CTRL, val); in bwi_init_rxdesc_ring32() 2373 CSR_WRITE_4(sc, ctrl_base + BWI_RX32_INDEX, in bwi_init_rxdesc_ring32() 3287 uint32_t val, ctrl_base; in bwi_txeof_status32() local 3290 ctrl_base = sc->sc_txstats->stats_ctrl_base; in bwi_txeof_status32() 3292 val = CSR_READ_4(sc, ctrl_base + BWI_RX32_STATUS); in bwi_txeof_status32() 3298 CSR_WRITE_4(sc, ctrl_base + BWI_RX32_INDEX, in bwi_txeof_status32()
|
| /freebsd/sys/dev/coreboot/ |
| H A D | coreboot.h | 229 uint64_t ctrl_base; member
|
| H A D | coreboot.c | 320 sc->pcie_ctrl_base = pcie->ctrl_base; in coreboot_parse_table()
|