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

  /src/sys/arch/hp300/dev/
tvrx.c 107 struct diofbreg *fbr; local in function:tvrx_attach
112 fbr = (struct diofbreg *)conaddr; /* already mapped */
121 fbr = bus_space_vaddr(da->da_bst, bsh);
122 if (tvrx_reset(sc->sc_fb, sc->sc_scode, fbr) != 0) {
136 tvrx_reset(struct diofb *fb, int scode, struct diofbreg *fbr)
140 if ((rc = diofb_fbinquire(fb, scode, fbr)) != 0)
204 struct diofbreg *fbr; local in function:tvrxcnattach
211 fbr = va;
214 fbr->id != GRFHWID || fbr->fbid != GID_TIGER)
    [all...]
dvbox.c 165 struct diofbreg *fbr; local in function:dvbox_intio_match
170 fbr = (struct diofbreg *)ia->ia_addr;
172 if (badaddr((void *)fbr))
175 if (fbr->id == GRFHWID && fbr->fbid == GID_DAVINCI) {
187 struct diofbreg *fbr; local in function:dvbox_intio_attach
190 fbr = (struct diofbreg *)ia->ia_addr;
197 dvbox_reset(sc->sc_fb, sc->sc_scode, fbr);
222 struct diofbreg *fbr; local in function:dvbox_dio_attach
227 fbr = (struct diofbreg *)conaddr; /* already mapped *
445 struct diofbreg *fbr; local in function:dvboxcnattach
    [all...]
gendiofb.c 111 struct diofbreg *fbr; local in function:gendiofb_attach
117 fbr = (struct diofbreg *)conaddr; /* already mapped */
129 fbr = bus_space_vaddr(da->da_bst, bsh);
130 if (gendiofb_reset(sc->sc_fb, sc->sc_scode, fbr) != 0) {
144 gendiofb_reset(struct diofb *fb, int scode, struct diofbreg *fbr)
149 if ((rc = diofb_fbinquire(fb, scode, fbr)) != 0)
240 struct diofbreg *fbr; local in function:gendiofbcnattach
247 fbr = va;
249 fbr->id != GRFHWID ||
250 (fbr->fbid != DIO_DEVICE_SECID_A1474MID &
    [all...]
hyper.c 174 struct diofbreg *fbr; local in function:hyper_attach
179 fbr = (struct diofbreg *)conaddr; /* already mapped */
188 fbr = bus_space_vaddr(da->da_bst, bsh);
189 if (hyper_reset(sc->sc_fb, sc->sc_scode, fbr) != 0) {
203 hyper_reset(struct diofb *fb, int scode, struct diofbreg *fbr)
205 volatile struct hyboxfb *hy = (struct hyboxfb *)fbr;
208 if ((rc = diofb_fbinquire(fb, scode, fbr)) != 0)
265 struct diofbreg *fbr; local in function:hypercnattach
272 fbr = va;
275 (fbr->id != GRFHWID) || (fbr->fbid != GID_HYPERION))
    [all...]
rbox.c 165 struct diofbreg *fbr; local in function:rbox_intio_match
170 fbr = (struct diofbreg *)ia->ia_addr;
172 if (badaddr((void *)fbr))
175 if (fbr->id == GRFHWID && fbr->fbid == GID_RENAISSANCE) {
187 struct diofbreg *fbr; local in function:rbox_intio_attach
190 fbr = (struct diofbreg *)ia->ia_addr;
197 rbox_reset(sc->sc_fb, sc->sc_scode, fbr);
222 struct diofbreg *fbr; local in function:rbox_dio_attach
227 fbr = (struct diofbreg *)conaddr; /* already mapped *
405 struct diofbreg *fbr; local in function:rboxcnattach
    [all...]
gbox.c 170 struct diofbreg *fbr; local in function:gbox_intio_match
175 fbr = (struct diofbreg *)ia->ia_addr;
177 if (badaddr((void *)fbr))
180 if (fbr->id == GRFHWID && fbr->fbid == GID_GATORBOX) {
192 struct diofbreg *fbr; local in function:gbox_intio_attach
195 fbr = (struct diofbreg *)ia->ia_addr;
202 gbox_reset(sc->sc_fb, sc->sc_scode, fbr);
231 struct diofbreg * fbr; local in function:gbox_dio_attach
236 fbr = (struct diofbreg *)conaddr; /* already mapped *
466 struct diofbreg *fbr; local in function:gboxcnattach
    [all...]
topcat.c 172 struct diofbreg *fbr; local in function:topcat_intio_match
177 fbr = (struct diofbreg *)ia->ia_addr;
179 if (badaddr((void *)fbr))
182 if (fbr->id == GRFHWID) {
183 switch (fbr->fbid) {
203 struct diofbreg *fbr; local in function:topcat_intio_attach
206 fbr = (struct diofbreg *)ia->ia_addr;
213 topcat_reset(sc->sc_fb, sc->sc_scode, fbr);
216 topcat_end_attach(sc, fbr->fbid);
246 struct diofbreg *fbr; local in function:topcat_dio_attach
690 struct diofbreg *fbr; local in function:topcatcnattach
    [all...]

Completed in 17 milliseconds