HomeSort by: relevance | last modified time | path
    Searched defs:regbase (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
ite_hy.c 55 struct hyboxfb *regbase = (void *)ip->regbase; local
64 regbase->nblank = 0x05;
ite_tc.c 58 struct tcboxfb *regbase = (void *)ip->regbase; local
66 if (regbase->fbid != GID_TOPCAT) {
67 while ((regbase->catseye_status & 1))
69 regbase->catseye_status = 0x0;
70 regbase->vb_select = 0x0;
71 regbase->tcntrl = 0x0;
72 regbase->acntrl = 0x0;
73 regbase->pncntrl = 0x0;
74 regbase->rug_cmdstat = 0x90
    [all...]
ite_rb.c 57 struct rboxfb *regbase = (void *)ip->regbase; local
62 rb_waitbusy(regbase);
65 regbase->interrupt = 0x04;
66 regbase->display_enable = 0x01;
67 regbase->video_enable = 0x01;
68 regbase->drive = 0x01;
69 regbase->vdrive = 0x0;
73 regbase->opwen = 0xFF;
79 rb_waitbusy(regbase);
    [all...]
ite_dv.c 58 struct dvboxfb *regbase; local
62 regbase = (void *)ip->regbase;
63 dv_reset(regbase);
72 regbase->interrupt = 0x04;
73 regbase->drive = 0x10;
74 regbase->rep_rule = RR_COPY << 4 | RR_COPY;
75 regbase->opwen = 0x01;
76 regbase->fbwen = 0x0;
77 regbase->fold = 0x01
    [all...]
ite_gb.c 57 struct gboxfb *regbase = (void *)ip->regbase; local
61 regbase->write_protect = 0x0;
62 regbase->interrupt = 0x4;
63 regbase->rep_rule = RR_COPY;
64 regbase->blink1 = 0xff;
65 regbase->blink2 = 0xff;
66 regbase->sec_interrupt = 0x01;
73 regbase->creg_select = 0x00;
74 regbase->cmap_red = 0x00
115 struct gboxfb *regbase = (void *)ip->regbase; local
127 struct gboxfb *regbase = (void *)ip->regbase; local
    [all...]
itevar.h 46 *(((u_char *)(ip)->regbase) + (offset))
60 void *regbase, *fbbase; member in struct:ite_data
  /src/sys/arch/arm/ti/
am3_prcm.c 211 bus_addr_t regbase; local
229 if (fdtbus_get_reg(cc_phandle, 0, &regbase, NULL) != 0)
231 regoff += (regbase - sc->sc_regbase);
omap4_prcm.c 239 bus_addr_t regbase; local
257 if (fdtbus_get_reg(cc_phandle, 0, &regbase, NULL) != 0)
259 regoff += (regbase - sc->sc_regbase);
  /src/sys/arch/macppc/dev/
kauai.c 112 paddr_t regbase, dmabase; local
130 regbase = reg[2] + 0x2000;
171 if (bus_space_map(wdr->cmd_iot, regbase, WDC_REG_NPORTS << 4, 0,
  /src/external/gpl3/gdb/dist/sim/rl78/
cpu.c 61 #define regbase regbase_table[memory[RL78_SFR_PSW]] macro
63 #define REG(r) ((regbase)->r)
  /src/external/gpl3/gdb.old/dist/sim/rl78/
cpu.c 61 #define regbase regbase_table[memory[RL78_SFR_PSW]] macro
63 #define REG(r) ((regbase)->r)
  /src/sys/arch/arm/marvell/
mvsoc.c 82 static vaddr_t regbase = 0xffffffff, dsc_base, pex_base; variable
1047 sc->sc_addr = vtophys(regbase);
1173 regbase = iobase;
1196 KASSERT(regbase != 0xffffffff);
1203 reg = le32toh(*(volatile uint32_t *)(regbase + ORION_PMI_BASE +
1211 reg = le32toh(*(volatile uint32_t *)(regbase +
1227 KASSERT(regbase != 0xffffffff);
1242 KASSERT(regbase != 0xffffffff);
1405 val = le32toh(*(volatile uint32_t *)(regbase + MVSOC_AXI_MMAP1(cs)));
  /src/sys/arch/arm/xscale/
ixp425_if_npe.c 141 uint32_t regbase; member in struct:__anon1185
154 .regbase = IXP425_MAC_A_HWBASE,
167 .regbase = IXP425_MAC_B_HWBASE,
533 if (bus_space_map(sc->sc_iot, npeconfig[unit].regbase,
536 npeconfig[unit].regbase, npeconfig[unit].regsize);
540 if (npeconfig[unit].miibase != npeconfig[unit].regbase) {
  /src/sys/dev/pci/
if_bge.c 635 uint32_t bit, regbase; local
639 regbase = BGE_APE_LOCK_GRANT;
641 regbase = BGE_APE_PER_LOCK_GRANT;
658 APE_WRITE_4(sc, regbase + 4 * i, bit);
  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c 2673 int regbase = up ? DP_SIDEBAND_MSG_UP_REP_BASE : DP_SIDEBAND_MSG_DOWN_REQ_BASE; local
2683 ret = drm_dp_dpcd_write(mgr->aux, regbase + offset,
  /src/external/gpl3/gcc/dist/gcc/config/iq2000/
iq2000.cc 1239 int regbase = -1;
1260 regbase = GP_ARG_FIRST;
1266 regbase = GP_ARG_FIRST;
1277 regbase = GP_ARG_FIRST;
1284 regbase = GP_ARG_FIRST;
1289 regbase = GP_ARG_FIRST;
1294 regbase = GP_ARG_FIRST;
1307 gcc_assert (regbase != -1);
1312 ret = gen_rtx_REG (mode, regbase + *arg_words + bias);
1328 ret = gen_rtx_REG (mode, regbase + *arg_words + bias)
1227 int regbase = -1; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
iq2000.cc 1240 int regbase = -1;
1263 regbase = GP_ARG_FIRST;
1269 regbase = GP_ARG_FIRST;
1280 regbase = GP_ARG_FIRST;
1287 regbase = GP_ARG_FIRST;
1292 regbase = GP_ARG_FIRST;
1297 regbase = GP_ARG_FIRST;
1310 gcc_assert (regbase != -1);
1315 ret = gen_rtx_REG (mode, regbase + *arg_words + bias);
1331 ret = gen_rtx_REG (mode, regbase + *arg_words + bias)
1228 int regbase = -1; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/microblaze/
microblaze.cc 1613 int regbase = -1; local
1627 regbase = GP_ARG_FIRST;
1634 regbase = GP_ARG_FIRST;
1642 gcc_assert (regbase != -1);
1644 ret = gen_rtx_REG (arg.mode, regbase + *arg_words);
  /src/external/gpl3/gcc/dist/gcc/config/xtensa/
xtensa.cc 2774 int regbase, words, max;
2779 regbase = (incoming_p ? GP_ARG_FIRST : GP_OUTGOING_ARG_FIRST);
2794 regno = regbase + *arg_words;
2772 int regbase, words, max; local
  /src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
microblaze.cc 1608 int regbase = -1; local
1622 regbase = GP_ARG_FIRST;
1629 regbase = GP_ARG_FIRST;
1637 gcc_assert (regbase != -1);
1639 ret = gen_rtx_REG (arg.mode, regbase + *arg_words);
  /src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
xtensa.cc 2166 int regbase, words, max;
2171 regbase = (incoming_p ? GP_ARG_FIRST : GP_OUTGOING_ARG_FIRST);
2186 regno = regbase + *arg_words;
2164 int regbase, words, max; local
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 6898 const int regbase
6970 regno = regbase + slotno;
7020 regno = regbase + slotno;
7037 int regbase; /* regno of the base register. */
7178 unsigned int regno = data->regbase + this_slotno;
7255 REGBASE is the regno of the base register for the parameter array. */
7259 int slotno, bool named, int regbase)
7266 data.regbase = regbase;
7290 return gen_rtx_REG (mode, regbase);
6887 const int regbase local
7026 int regbase; \/* regno of the base register. *\/ member in struct:__anon13534
7406 const int regbase local
7777 const int regbase local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 6890 const int regbase
6962 regno = regbase + slotno;
7012 regno = regbase + slotno;
7029 int regbase; /* regno of the base register. */
7163 unsigned int regno = data->regbase + this_slotno;
7240 REGBASE is the regno of the base register for the parameter array. */
7244 int slotno, bool named, int regbase)
7251 data.regbase = regbase;
7275 return gen_rtx_REG (mode, regbase);
6879 const int regbase local
7018 int regbase; \/* regno of the base register. *\/ member in struct:__anon15962
7391 const int regbase local
7762 const int regbase local
    [all...]

Completed in 77 milliseconds