Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Dich.c162 uint32_t regbase, spdreg; member
324 int i, cr, regbase; in ich_resetchan() local
327 regbase = ICH_REG_PO_BASE; in ich_resetchan()
329 regbase = ICH_REG_PI_BASE; in ich_resetchan()
331 regbase = ICH_REG_MC_BASE; in ich_resetchan()
335 ich_wr(sc, regbase + ICH_REG_X_CR, 0, 1); in ich_resetchan()
340 (void)ich_rd(sc, regbase + ICH_REG_X_CR, 1); in ich_resetchan()
342 ich_wr(sc, regbase + ICH_REG_X_CR, ICH_X_CR_RR, 1); in ich_resetchan()
344 cr = ich_rd(sc, regbase + ICH_REG_X_CR, 1); in ich_resetchan()
391 ch->regbase = ICH_REG_PO_BASE; in ichchan_init()
[all …]
/freebsd/sys/powerpc/powermac/
H A Duninorthpci.c137 uint64_t regbase; in uninorth_attach() local
159 regbase = reg[0]; in uninorth_attach()
161 regbase <<= 32; in uninorth_attach()
162 regbase |= reg[1]; in uninorth_attach()
165 sc->sc_addr = (vm_offset_t)pmap_mapdev(regbase + 0x800000, PAGE_SIZE); in uninorth_attach()
166 sc->sc_data = (vm_offset_t)pmap_mapdev(regbase + 0xc00000, PAGE_SIZE); in uninorth_attach()
/freebsd/sys/arm/ti/twl/
H A Dtwl_clks.c99 uint8_t regbase; member
434 uint8_t nsub, uint8_t regbase) in twl_clks_add_clock() argument
450 new->reg_off = regbase; in twl_clks_add_clock()
499 walker->regbase); in twl_clks_add_clocks()
H A Dtwl_vreg.c159 uint8_t regbase; member
806 uint8_t nsub, uint8_t regbase, uint16_t fixed_voltage, in twl_vreg_add_regulator() argument
821 new->reg_off = regbase; in twl_vreg_add_regulator()
872 walker->regbase, walker->fixedvoltage, in twl_vreg_add_regulators()
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/
H A Dnuvoton-npcm750-runbmc-olympus.dts76 regbase = <0xf0010000 0x1000>;
82 regbase = <0xf0010000 0x1000>;
88 regbase = <0xf0010000 0x1000>;
93 regbase = <0xf0010000 0x1000>;
/freebsd/sys/dev/bge/
H A Dif_bge.c632 uint32_t bit, regbase; in bge_ape_lock_init() local
636 regbase = BGE_APE_LOCK_GRANT; in bge_ape_lock_init()
638 regbase = BGE_APE_PER_LOCK_GRANT; in bge_ape_lock_init()
655 APE_WRITE_4(sc, regbase + 4 * i, bit); in bge_ape_lock_init()