Searched refs:regbase (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/dev/sound/pci/ |
| H A D | ich.c | 164 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 D | ds1.c | 127 void *regbase; member 841 if (sc->regbase == NULL) { in ds_init() 855 sc->regbase = buf; in ds_init() 857 buf = sc->regbase; in ds_init() 910 bus_dmamem_free(sc->control_dmat, sc->regbase, sc->map); in ds_uninit() 985 sc->regbase = NULL; in ds_pci_attach()
|
| /freebsd-12.1/sys/powerpc/powermac/ |
| H A D | uninorthpci.c | 142 uint64_t regbase; in uninorth_attach() local 164 regbase = reg[0]; in uninorth_attach() 166 regbase <<= 32; in uninorth_attach() 167 regbase |= reg[1]; in uninorth_attach() 170 sc->sc_addr = (vm_offset_t)pmap_mapdev(regbase + 0x800000, PAGE_SIZE); in uninorth_attach() 171 sc->sc_data = (vm_offset_t)pmap_mapdev(regbase + 0xc00000, PAGE_SIZE); in uninorth_attach()
|
| /freebsd-12.1/sys/arm/ti/twl/ |
| H A 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()
|
| H A 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-12.1/contrib/gcc/config/sparc/ |
| H A 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 5495 int regbase = (incoming_p in function_value() local [all …]
|
| /freebsd-12.1/sys/dev/bge/ |
| H A D | if_bge.c | 685 uint32_t bit, regbase; in bge_ape_lock_init() local 689 regbase = BGE_APE_LOCK_GRANT; in bge_ape_lock_init() 691 regbase = BGE_APE_PER_LOCK_GRANT; in bge_ape_lock_init() 708 APE_WRITE_4(sc, regbase + 4 * i, bit); in bge_ape_lock_init()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2004 | 41469 (function_value): Move scope of 'regbase'. 45186 (function_value): Likewise. Define 'regbase' only for ARCH64.
|