Searched refs:regbase (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/powerpc/powermac/
H A Duninorthpci.c137 uint64_t regbase; local
156 regbase = reg[0];
158 regbase <<= 32;
159 regbase |= reg[1];
162 sc->sc_addr = (vm_offset_t)pmap_mapdev(regbase + 0x800000, PAGE_SIZE);
163 sc->sc_data = (vm_offset_t)pmap_mapdev(regbase + 0xc00000, PAGE_SIZE);
/freebsd-11-stable/sys/dev/sound/pci/
H A Dich.c162 uint32_t regbase, spdreg; member in struct:sc_chinfo
324 int i, cr, regbase; local
327 regbase = ICH_REG_PO_BASE;
329 regbase = ICH_REG_PI_BASE;
331 regbase = ICH_REG_MC_BASE;
335 ich_wr(sc, regbase + ICH_REG_X_CR, 0, 1);
340 (void)ich_rd(sc, regbase + ICH_REG_X_CR, 1);
342 ich_wr(sc, regbase + ICH_REG_X_CR, ICH_X_CR_RR, 1);
344 cr = ich_rd(sc, regbase + ICH_REG_X_CR, 1);
391 ch->regbase
[all...]
H A Dds1.c125 void *regbase; member in struct:sc_info
839 if (sc->regbase == NULL) {
853 sc->regbase = buf;
855 buf = sc->regbase;
908 bus_dmamem_free(sc->control_dmat, sc->regbase, sc->map);
983 sc->regbase = NULL;
/freebsd-11-stable/sys/arm/ti/twl/
H A Dtwl_clks.c103 uint8_t regbase; member in struct:twl_clock
436 * @regbase: the base address of the clocks registers
449 uint8_t nsub, uint8_t regbase)
466 new->reg_off = regbase;
519 walker->regbase);
448 twl_clks_add_clock(struct twl_clks_softc *sc, const char *name, uint8_t nsub, uint8_t regbase) argument
H A Dtwl_vreg.c160 uint8_t regbase; member in struct:twl_regulator
807 * @regbase: the base address of the voltage regulator registers
823 uint8_t nsub, uint8_t regbase, uint16_t fixed_voltage,
839 new->reg_off = regbase;
893 walker->regbase, walker->fixedvoltage,
822 twl_vreg_add_regulator(struct twl_vreg_softc *sc, const char *name, uint8_t nsub, uint8_t regbase, uint16_t fixed_voltage, const uint16_t *voltages, uint32_t num_voltages) argument
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c4494 int regbase = (incoming_p
4564 regno = regbase + slotno;
4581 regno = regbase + slotno;
4631 int regbase; /* regno of the base register. */
4786 regno = parms->regbase + this_slotno;
4914 int slotno, int named, int regbase)
4923 parms.regbase = regbase;
4963 return gen_rtx_REG (mode, regbase);
5086 int regbase
4482 int regbase = (incoming_p local
4619 int regbase; /* regno of the base register. */ member in struct:function_arg_record_value_parms
4901 function_arg_record_value(tree type, enum machine_mode mode, int slotno, int named, int regbase) argument
5074 int regbase = (incoming_p local
5495 int regbase = (incoming_p local
[all...]
/freebsd-11-stable/sys/dev/bge/
H A Dif_bge.c677 uint32_t bit, regbase; local
681 regbase = BGE_APE_LOCK_GRANT;
683 regbase = BGE_APE_PER_LOCK_GRANT;
700 APE_WRITE_4(sc, regbase + 4 * i, bit);

Completed in 189 milliseconds