Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/sound/pci/
H A Dich.c164 uint32_t regbase, spdreg; member
326 int i, cr, regbase; in ich_resetchan() local
329 regbase = ICH_REG_PO_BASE; in ich_resetchan()
331 regbase = ICH_REG_PI_BASE; in ich_resetchan()
333 regbase = ICH_REG_MC_BASE; in ich_resetchan()
337 ich_wr(sc, regbase + ICH_REG_X_CR, 0, 1); in ich_resetchan()
393 ch->regbase = ICH_REG_PO_BASE; in ichchan_init()
400 ch->regbase = ICH_REG_PI_BASE; in ichchan_init()
407 ch->regbase = ICH_REG_MC_BASE; in ichchan_init()
628 st = ich_rd(sc, ch->regbase + in ich_intr()
[all …]
H A Dds1.c127 void *regbase; member
840 if (sc->regbase == NULL) { in ds_init()
854 sc->regbase = buf; in ds_init()
856 buf = sc->regbase; in ds_init()
909 bus_dmamem_free(sc->control_dmat, sc->regbase, sc->map); in ds_uninit()
984 sc->regbase = NULL; in ds_pci_attach()
/freebsd-13.1/sys/powerpc/powermac/
H A Duninorthpci.c143 uint64_t regbase; in uninorth_attach() local
165 regbase = reg[0]; in uninorth_attach()
167 regbase <<= 32; in uninorth_attach()
168 regbase |= reg[1]; in uninorth_attach()
171 sc->sc_addr = (vm_offset_t)pmap_mapdev(regbase + 0x800000, PAGE_SIZE); in uninorth_attach()
172 sc->sc_data = (vm_offset_t)pmap_mapdev(regbase + 0xc00000, PAGE_SIZE); in uninorth_attach()
/freebsd-13.1/sys/arm/ti/twl/
H A Dtwl_clks.c101 uint8_t regbase; member
436 uint8_t nsub, uint8_t regbase) in twl_clks_add_clock() argument
452 new->reg_off = regbase; in twl_clks_add_clock()
501 walker->regbase); in twl_clks_add_clocks()
H A Dtwl_vreg.c161 uint8_t regbase; member
808 uint8_t nsub, uint8_t regbase, uint16_t fixed_voltage, in twl_vreg_add_regulator() argument
823 new->reg_off = regbase; in twl_vreg_add_regulator()
874 walker->regbase, walker->fixedvoltage, in twl_vreg_add_regulators()
/freebsd-13.1/sys/dev/bge/
H A Dif_bge.c636 uint32_t bit, regbase; in bge_ape_lock_init() local
640 regbase = BGE_APE_LOCK_GRANT; in bge_ape_lock_init()
642 regbase = BGE_APE_PER_LOCK_GRANT; in bge_ape_lock_init()
659 APE_WRITE_4(sc, regbase + 4 * i, bit); in bge_ape_lock_init()