Home
last modified time | relevance | path

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

12

/netbsd-src/sys/arch/hp300/stand/common/
H A Dite_gb.c56 struct gboxfb *regbase = (void *)ip->regbase; in gbox_init() local
60 regbase->write_protect = 0x0; in gbox_init()
61 regbase->interrupt = 0x4; in gbox_init()
62 regbase->rep_rule = RR_COPY; in gbox_init()
63 regbase->blink1 = 0xff; in gbox_init()
64 regbase->blink2 = 0xff; in gbox_init()
65 regbase->sec_interrupt = 0x01; in gbox_init()
72 regbase->creg_select = 0x00; in gbox_init()
73 regbase->cmap_red = 0x00; in gbox_init()
74 regbase->cmap_grn = 0x00; in gbox_init()
[all …]
H A Dite_dv.c58 struct dvboxfb *regbase; in dvbox_init() local
62 regbase = (void *)ip->regbase; in dvbox_init()
63 dv_reset(regbase); in dvbox_init()
72 regbase->interrupt = 0x04; in dvbox_init()
73 regbase->drive = 0x10; in dvbox_init()
74 regbase->rep_rule = RR_COPY << 4 | RR_COPY; in dvbox_init()
75 regbase->opwen = 0x01; in dvbox_init()
76 regbase->fbwen = 0x0; in dvbox_init()
77 regbase->fold = 0x01; in dvbox_init()
78 regbase->vdrive = 0x0; in dvbox_init()
[all …]
H A Dite_rb.c56 struct rboxfb *regbase = (void *)ip->regbase; in rbox_init() local
61 rb_waitbusy(regbase); in rbox_init()
64 regbase->interrupt = 0x04; in rbox_init()
65 regbase->display_enable = 0x01; in rbox_init()
66 regbase->video_enable = 0x01; in rbox_init()
67 regbase->drive = 0x01; in rbox_init()
68 regbase->vdrive = 0x0; in rbox_init()
72 regbase->opwen = 0xFF; in rbox_init()
78 rb_waitbusy(regbase); in rbox_init()
81 *((char *)ip->regbase + 0x63c3 + i * 4) = 0x0; in rbox_init()
[all …]
H A Dite_tc.c57 struct tcboxfb *regbase = (void *)ip->regbase; in topcat_init() local
65 if (regbase->fbid != GID_TOPCAT) { in topcat_init()
66 while ((regbase->catseye_status & 1)) in topcat_init()
68 regbase->catseye_status = 0x0; in topcat_init()
69 regbase->vb_select = 0x0; in topcat_init()
70 regbase->tcntrl = 0x0; in topcat_init()
71 regbase->acntrl = 0x0; in topcat_init()
72 regbase->pncntrl = 0x0; in topcat_init()
73 regbase->rug_cmdstat = 0x90; in topcat_init()
80 regbase->wen = ~0; in topcat_init()
[all …]
H A Dgrf_rbreg.h50 #define CM1RED ((struct rencm *)((char *)ip->regbase + 0x6400))
51 #define CM1GRN ((struct rencm *)((char *)ip->regbase + 0x6800))
52 #define CM1BLU ((struct rencm *)((char *)ip->regbase + 0x6C00))
53 #define CM2RED ((struct rencm *)((char *)ip->regbase + 0x7400))
54 #define CM2GRN ((struct rencm *)((char *)ip->regbase + 0x7800))
55 #define CM2BLU ((struct rencm *)((char *)ip->regbase + 0x7C00))
H A Dite_hy.c55 struct hyboxfb *regbase = (void *)ip->regbase; in hyper_init() local
64 regbase->nblank = 0x05; in hyper_init()
H A Dite.c153 ip->regbase = (void *)fb; in iteconfig()
155 ip->fbbase = (void *)(*((u_char *)ip->regbase + fboff) << 16); in iteconfig()
157 if (ip->regbase >= (void *)DIOIIBASE) in iteconfig()
158 ip->fbbase = (char*)ip->fbbase + (int)ip->regbase; in iteconfig()
213 ip->regbase = (uint8_t *)(INTIOBASE + FB_BASE); in iteconfig()
256 if ((int)ip->regbase == INTIOBASE + FB_BASE) { in iteprobe()
H A Ditevar.h46 *(((u_char *)(ip)->regbase) + (offset))
60 void *regbase, *fbbase; member
H A Dite_subr.c91 (char *)ip->regbase) + FONTDATA; in ite_fontinit1bpp()
/netbsd-src/sys/arch/arm/ti/
H A Dam3_prcm.c211 bus_addr_t regbase; in am3_prcm_clock_decode() local
229 if (fdtbus_get_reg(cc_phandle, 0, &regbase, NULL) != 0) in am3_prcm_clock_decode()
231 regoff += (regbase - sc->sc_regbase); in am3_prcm_clock_decode()
/netbsd-src/sys/arch/macppc/dev/
H A Dkauai.c112 paddr_t regbase, dmabase; in kauai_attach() local
130 regbase = reg[2] + 0x2000; in kauai_attach()
171 if (bus_space_map(wdr->cmd_iot, regbase, WDC_REG_NPORTS << 4, 0, in kauai_attach()
/netbsd-src/sys/arch/arm/marvell/
H A Dmvsoc.c82 static vaddr_t regbase = 0xffffffff, dsc_base, pex_base; variable
1047 sc->sc_addr = vtophys(regbase); in mvsoc_attach()
1173 regbase = iobase; in mvsoc_bootstrap()
1196 KASSERT(regbase != 0xffffffff); in mvsoc_model()
1203 reg = le32toh(*(volatile uint32_t *)(regbase + ORION_PMI_BASE + in mvsoc_model()
1211 reg = le32toh(*(volatile uint32_t *)(regbase + in mvsoc_model()
1227 KASSERT(regbase != 0xffffffff); in mvsoc_rev()
1242 KASSERT(regbase != 0xffffffff); in mvsoc_target()
1405 val = le32toh(*(volatile uint32_t *)(regbase + MVSOC_AXI_MMAP1(cs))); in mvsoc_target_axi()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.cc1228 int regbase = -1; in iq2000_function_arg() local
1251 regbase = GP_ARG_FIRST; in iq2000_function_arg()
1257 regbase = GP_ARG_FIRST; in iq2000_function_arg()
1268 regbase = GP_ARG_FIRST; in iq2000_function_arg()
1275 regbase = GP_ARG_FIRST; in iq2000_function_arg()
1280 regbase = GP_ARG_FIRST; in iq2000_function_arg()
1285 regbase = GP_ARG_FIRST; in iq2000_function_arg()
1298 gcc_assert (regbase != -1); in iq2000_function_arg()
1303 ret = gen_rtx_REG (mode, regbase + *arg_words + bias); in iq2000_function_arg()
1319 ret = gen_rtx_REG (mode, regbase + *arg_words + bias); in iq2000_function_arg()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.c1228 int regbase = -1; in iq2000_function_arg() local
1251 regbase = GP_ARG_FIRST; in iq2000_function_arg()
1257 regbase = GP_ARG_FIRST; in iq2000_function_arg()
1268 regbase = GP_ARG_FIRST; in iq2000_function_arg()
1275 regbase = GP_ARG_FIRST; in iq2000_function_arg()
1280 regbase = GP_ARG_FIRST; in iq2000_function_arg()
1285 regbase = GP_ARG_FIRST; in iq2000_function_arg()
1298 gcc_assert (regbase != -1); in iq2000_function_arg()
1303 ret = gen_rtx_REG (mode, regbase + *arg_words + bias); in iq2000_function_arg()
1319 ret = gen_rtx_REG (mode, regbase + *arg_words + bias); in iq2000_function_arg()
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dnuvoton-npcm750-runbmc-olympus.dts76 regbase = <0xf0010000 0x1000>;
82 regbase = <0xf0010000 0x1000>;
88 regbase = <0xf0010000 0x1000>;
93 regbase = <0xf0010000 0x1000>;
/netbsd-src/sys/arch/arm/xscale/
H A Dixp425_if_npe.c141 uint32_t regbase; member
154 .regbase = IXP425_MAC_A_HWBASE,
167 .regbase = IXP425_MAC_B_HWBASE,
533 if (bus_space_map(sc->sc_iot, npeconfig[unit].regbase, in npe_activate()
536 npeconfig[unit].regbase, npeconfig[unit].regsize); in npe_activate()
540 if (npeconfig[unit].miibase != npeconfig[unit].regbase) { in npe_activate()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dinterrupt.c442 #define DEFINE_GVT_GEN8_INTEL_GVT_IRQ_INFO(regname, regbase) \ argument
445 .reg_base = (regbase), \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.c1607 int regbase = -1; in microblaze_function_arg() local
1621 regbase = GP_ARG_FIRST; in microblaze_function_arg()
1628 regbase = GP_ARG_FIRST; in microblaze_function_arg()
1636 gcc_assert (regbase != -1); in microblaze_function_arg()
1638 ret = gen_rtx_REG (arg.mode, regbase + *arg_words); in microblaze_function_arg()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.cc1608 int regbase = -1; in microblaze_function_arg() local
1622 regbase = GP_ARG_FIRST; in microblaze_function_arg()
1629 regbase = GP_ARG_FIRST; in microblaze_function_arg()
1637 gcc_assert (regbase != -1); in microblaze_function_arg()
1639 ret = gen_rtx_REG (arg.mode, regbase + *arg_words); in microblaze_function_arg()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c6947 const int regbase in function_arg_slotno() local
7019 regno = regbase + slotno; in function_arg_slotno()
7069 regno = regbase + slotno; in function_arg_slotno()
7086 int regbase; /* regno of the base register. */ member
7220 unsigned int regno = data->regbase + this_slotno; in assign_int_registers()
7301 int slotno, bool named, int regbase) in function_arg_record_value() argument
7308 data.regbase = regbase; in function_arg_record_value()
7332 return gen_rtx_REG (mode, regbase); in function_arg_record_value()
7459 const int regbase in sparc_function_arg_1() local
7486 return function_arg_record_value (type, mode, slotno, named, regbase); in sparc_function_arg_1()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc6879 const int regbase in function_arg_slotno() local
6951 regno = regbase + slotno; in function_arg_slotno()
7001 regno = regbase + slotno; in function_arg_slotno()
7018 int regbase; /* regno of the base register. */ member
7152 unsigned int regno = data->regbase + this_slotno; in assign_int_registers()
7233 int slotno, bool named, int regbase) in function_arg_record_value() argument
7240 data.regbase = regbase; in function_arg_record_value()
7264 return gen_rtx_REG (mode, regbase); in function_arg_record_value()
7391 const int regbase in sparc_function_arg_1() local
7418 return function_arg_record_value (type, mode, slotno, named, regbase); in sparc_function_arg_1()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.cc2164 int regbase, words, max; in xtensa_function_arg_1() local
2169 regbase = (incoming_p ? GP_ARG_FIRST : GP_OUTGOING_ARG_FIRST); in xtensa_function_arg_1()
2184 regno = regbase + *arg_words; in xtensa_function_arg_1()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.c2138 int regbase, words, max; in xtensa_function_arg_1() local
2143 regbase = (incoming_p ? GP_ARG_FIRST : GP_OUTGOING_ARG_FIRST); in xtensa_function_arg_1()
2158 regno = regbase + *arg_words; in xtensa_function_arg_1()
/netbsd-src/sys/dev/pci/
H A Dif_bge.c635 uint32_t bit, regbase; in bge_ape_lock_init()
639 regbase = BGE_APE_LOCK_GRANT; in bge_ape_lock_init()
641 regbase = BGE_APE_PER_LOCK_GRANT; in bge_ape_lock_init()
658 APE_WRITE_4(sc, regbase + 4 * i, bit); in bge_ape_lock_init()
637 uint32_t bit, regbase; bge_ape_lock_init() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_dp_mst_topology.c2673 int regbase = up ? DP_SIDEBAND_MSG_UP_REP_BASE : DP_SIDEBAND_MSG_DOWN_REQ_BASE; in drm_dp_send_sideband_msg() local
2683 ret = drm_dp_dpcd_write(mgr->aux, regbase + offset, in drm_dp_send_sideband_msg()

12