Home
last modified time | relevance | path

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

/original-bsd/sys/hp300/dev/
H A Dite_rb.c46 if (ip->regbase == 0) {
49 ip->regbase = gp->g_regkva;
68 rb_waitbusy(ip->regbase);
87 rb_waitbusy(ip->regbase);
90 *(ip->regbase + 0x63c3 + i*4) = 0x0;
91 *(ip->regbase + 0x6403 + i*4) = 0x0;
92 *(ip->regbase + 0x6803 + i*4) = 0x0;
93 *(ip->regbase + 0x6c03 + i*4) = 0x0;
94 *(ip->regbase + 0x73c3 + i*4) = 0x0;
139 rb_waitbusy(ip->regbase);
[all …]
H A Dite_gb.c37 #define REGBASE ((struct gboxfb *)(ip->regbase))
44 if (ip->regbase == 0) {
47 ip->regbase = gp->g_regkva;
60 gb_microcode(ip->regbase);
73 gbcm_waitbusy(ip->regbase);
80 gbcm_waitbusy(ip->regbase);
87 gbcm_waitbusy(ip->regbase);
97 tile_mover_waitbusy(ip->regbase);
111 tile_mover_waitbusy(ip->regbase);
168 tile_mover_waitbusy(ip->regbase);
[all …]
H A Dite_tc.c38 #define REGBASE ((struct tcboxfb *)(ip->regbase))
45 if (ip->regbase == NULL) {
48 ip->regbase = gp->g_regkva;
95 tc_waitbusy(ip->regbase, ip->planemask);
103 tc_waitbusy(ip->regbase, ip->planemask);
106 tccm_waitbusy(ip->regbase);
114 tccm_waitbusy(ip->regbase);
121 tccm_waitbusy(ip->regbase);
129 tccm_waitbusy(ip->regbase);
148 tc_waitbusy(ip->regbase, ip->planemask);
[all …]
H A Dgrf_rbreg.h26 #define CM1RED ((struct rencm *)(ip->regbase + 0x6400))
27 #define CM1GRN ((struct rencm *)(ip->regbase + 0x6800))
28 #define CM1BLU ((struct rencm *)(ip->regbase + 0x6C00))
29 #define CM2RED ((struct rencm *)(ip->regbase + 0x7400))
30 #define CM2GRN ((struct rencm *)(ip->regbase + 0x7800))
31 #define CM2BLU ((struct rencm *)(ip->regbase + 0x7C00))
H A Dite_dv.c37 #define REGBASE ((struct dvboxfb *)(ip->regbase))
46 if (ip->regbase == 0) {
49 ip->regbase = gp->g_regkva;
68 dv_reset(ip->regbase);
117 db_waitbusy(ip->regbase);
126 db_waitbusy(ip->regbase);
140 db_waitbusy(ip->regbase);
224 db_waitbusy(ip->regbase);
H A Dgrf_hy.c139 fi->regbase = gp->g_data;
140 fi->fbbase = fi->regbase + gp->g_display.gd_regsize;
143 fi->regbase = 0;
H A Dgrf_gb.c170 fi->regbase = gp->g_data;
171 fi->fbbase = fi->regbase + gp->g_display.gd_regsize;
174 fi->regbase = 0;
H A Dgrf_rb.c152 fi->regbase = gp->g_data;
153 fi->fbbase = fi->regbase + gp->g_display.gd_regsize;
156 fi->regbase = 0;
H A Dgrf_tc.c173 fi->regbase = gp->g_data;
174 fi->fbbase = fi->regbase + gp->g_display.gd_regsize;
177 fi->regbase = 0;
H A Dgrf_dv.c202 fi->regbase = gp->g_data;
203 fi->fbbase = fi->regbase + gp->g_display.gd_regsize;
206 fi->regbase = 0;
H A Dite_hy.c39 #define REGBASE ((struct hyboxfb *)(ip->regbase))
52 if (ip->regbase == NULL) {
55 ip->regbase = gp->g_regkva;
102 ip->regbase) + FONTDATA;
/original-bsd/sys/hp300/stand/
H A Dite_rb.c35 rb_waitbusy(ip->regbase);
52 rb_waitbusy(ip->regbase);
55 *(ip->regbase + 0x63c3 + i*4) = 0x0;
56 *(ip->regbase + 0x6403 + i*4) = 0x0;
57 *(ip->regbase + 0x6803 + i*4) = 0x0;
58 *(ip->regbase + 0x6c03 + i*4) = 0x0;
59 *(ip->regbase + 0x73c3 + i*4) = 0x0;
60 *(ip->regbase + 0x7403 + i*4) = 0x0;
61 *(ip->regbase + 0x7803 + i*4) = 0x0;
62 *(ip->regbase + 0x7c03 + i*4) = 0x0;
[all …]
H A Dite_gb.c27 #define REGBASE ((struct gboxfb *)(ip->regbase))
50 gbcm_waitbusy(ip->regbase);
57 gbcm_waitbusy(ip->regbase);
64 gbcm_waitbusy(ip->regbase);
74 tile_mover_waitbusy(ip->regbase);
135 tile_mover_waitbusy(ip->regbase);
156 tile_mover_waitbusy(ip->regbase);
H A Dite_dv.c26 #define REGBASE ((struct dvboxfb *)(ip->regbase))
34 dv_reset(ip->regbase);
84 db_waitbusy(ip->regbase);
93 db_waitbusy(ip->regbase);
101 db_waitbusy(ip->regbase);
162 db_waitbusy(ip->regbase);
H A Dite.c105 ip->regbase = (caddr_t) gr; in iteconfig()
107 ip->fbbase = (caddr_t) (*((u_char *)ip->regbase+fboff) << 16); in iteconfig()
109 if (ip->regbase >= (caddr_t)DIOIIBASE) in iteconfig()
110 ip->fbbase += (int)ip->regbase; in iteconfig()
165 if ((int)ip->regbase == GRFIADDR) {
H A Dite_tc.c27 #define REGBASE ((struct tcboxfb *)(ip->regbase))
73 tc_waitbusy(ip->regbase, ip->planemask);
143 tc_waitbusy(ip->regbase, ip->planemask);
H A Dite_hy.c27 #define REGBASE ((struct hyboxfb *)(ip->regbase))
69 ip->regbase) + FONTDATA;
H A Dite_subr.c89 return((u_char) *(((u_char *)ip->regbase) + disp));
/original-bsd/sys/hp/dev/
H A Dgrfioctl.h60 caddr_t fbbase, regbase; member
H A Dite_subr.c96 return((u_char) *(((u_char *)ip->regbase) + disp));
H A Ditevar.h44 caddr_t regbase, fbbase; member
/original-bsd/contrib/gcc-2.3.3/config/
H A Dmips.c2512 int regbase = -1; local
2532 regbase = GP_ARG_FIRST;
2534 regbase = (TARGET_SOFT_FLOAT) ? GP_ARG_FIRST : FP_ARG_FIRST;
2543 regbase = (cum->gp_reg_found || TARGET_SOFT_FLOAT)
2552 regbase = GP_ARG_FIRST;
2559 regbase = GP_ARG_FIRST;
2564 regbase = GP_ARG_FIRST;
2576 if (regbase == -1)
2579 ret = gen_rtx (REG, mode, regbase + cum->arg_words + bias);
2582 fprintf (stderr, "%s%s\n", reg_names[regbase + cum->arg_words + bias],
[all …]