Searched refs:regbase (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/sys/dev/sound/pci/ |
| D | ich.c | 162 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 …]
|
| D | ds1.c | 125 void *regbase; member 839 if (sc->regbase == NULL) { in ds_init() 853 sc->regbase = buf; in ds_init() 855 buf = sc->regbase; in ds_init() 908 bus_dmamem_free(sc->control_dmat, sc->regbase, sc->map); in ds_uninit() 983 sc->regbase = NULL; in ds_pci_attach()
|
| /freebsd-10-stable/sys/powerpc/powermac/ |
| D | uninorthpci.c | 138 uint64_t regbase; in uninorth_attach() local 157 regbase = reg[0]; in uninorth_attach() 159 regbase <<= 32; in uninorth_attach() 160 regbase |= reg[1]; in uninorth_attach() 163 sc->sc_addr = (vm_offset_t)pmap_mapdev(regbase + 0x800000, PAGE_SIZE); in uninorth_attach() 164 sc->sc_data = (vm_offset_t)pmap_mapdev(regbase + 0xc00000, PAGE_SIZE); in uninorth_attach()
|
| /freebsd-10-stable/sys/arm/ti/twl/ |
| D | twl_clks.c | 105 uint8_t regbase; member 451 uint8_t nsub, uint8_t regbase) in twl_clks_add_clock() argument 468 new->reg_off = regbase; in twl_clks_add_clock() 521 walker->regbase); in twl_clks_add_clocks()
|
| D | twl_vreg.c | 162 uint8_t regbase; member 825 uint8_t nsub, uint8_t regbase, uint16_t fixed_voltage, in twl_vreg_add_regulator() argument 841 new->reg_off = regbase; in twl_vreg_add_regulator() 895 walker->regbase, walker->fixedvoltage, in twl_vreg_add_regulators()
|
| /freebsd-10-stable/contrib/gcc/config/sparc/ |
| D | sparc.c | 4482 int regbase = (incoming_p in function_arg_slotno() local 4552 regno = regbase + slotno; in function_arg_slotno() 4569 regno = regbase + slotno; in function_arg_slotno() 4619 int regbase; /* regno of the base register. */ member 4774 regno = parms->regbase + this_slotno; in function_arg_record_value_3() 4902 int slotno, int named, int regbase) in function_arg_record_value() argument 4911 parms.regbase = regbase; in function_arg_record_value() 4951 return gen_rtx_REG (mode, regbase); in function_arg_record_value() 5074 int regbase = (incoming_p in function_arg() local 5111 return function_arg_record_value (type, mode, slotno, named, regbase); in function_arg() [all …]
|
| /freebsd-10-stable/sys/dev/bge/ |
| D | if_bge.c | 677 uint32_t bit, regbase; in bge_ape_lock_init() local 681 regbase = BGE_APE_LOCK_GRANT; in bge_ape_lock_init() 683 regbase = BGE_APE_PER_LOCK_GRANT; in bge_ape_lock_init() 700 APE_WRITE_4(sc, regbase + 4 * i, bit); in bge_ape_lock_init()
|
| /freebsd-10-stable/contrib/gcc/ |
| D | ChangeLog-2004 | 41469 (function_value): Move scope of 'regbase'. 45186 (function_value): Likewise. Define 'regbase' only for ARCH64.
|