| /netbsd-src/sys/arch/hp300/dev/ |
| H A D | rbox.c | 165 struct diofbreg *fbr; in rbox_intio_match() local 170 fbr = (struct diofbreg *)ia->ia_addr; in rbox_intio_match() 172 if (badaddr((void *)fbr)) in rbox_intio_match() 175 if (fbr->id == GRFHWID && fbr->fbid == GID_RENAISSANCE) { in rbox_intio_match() 187 struct diofbreg *fbr; in rbox_intio_attach() local 190 fbr = (struct diofbreg *)ia->ia_addr; in rbox_intio_attach() 197 rbox_reset(sc->sc_fb, sc->sc_scode, fbr); in rbox_intio_attach() 222 struct diofbreg *fbr; in rbox_dio_attach() local 227 fbr = (struct diofbreg *)conaddr; /* already mapped */ in rbox_dio_attach() 236 fbr = bus_space_vaddr(da->da_bst, bsh); in rbox_dio_attach() [all …]
|
| H A D | dvbox.c | 165 struct diofbreg *fbr; in dvbox_intio_match() local 170 fbr = (struct diofbreg *)ia->ia_addr; in dvbox_intio_match() 172 if (badaddr((void *)fbr)) in dvbox_intio_match() 175 if (fbr->id == GRFHWID && fbr->fbid == GID_DAVINCI) { in dvbox_intio_match() 187 struct diofbreg *fbr; in dvbox_intio_attach() local 190 fbr = (struct diofbreg *)ia->ia_addr; in dvbox_intio_attach() 197 dvbox_reset(sc->sc_fb, sc->sc_scode, fbr); in dvbox_intio_attach() 222 struct diofbreg *fbr; in dvbox_dio_attach() local 227 fbr = (struct diofbreg *)conaddr; /* already mapped */ in dvbox_dio_attach() 236 fbr = bus_space_vaddr(da->da_bst, bsh); in dvbox_dio_attach() [all …]
|
| H A D | gbox.c | 170 struct diofbreg *fbr; in gbox_intio_match() local 175 fbr = (struct diofbreg *)ia->ia_addr; in gbox_intio_match() 177 if (badaddr((void *)fbr)) in gbox_intio_match() 180 if (fbr->id == GRFHWID && fbr->fbid == GID_GATORBOX) { in gbox_intio_match() 192 struct diofbreg *fbr; in gbox_intio_attach() local 195 fbr = (struct diofbreg *)ia->ia_addr; in gbox_intio_attach() 202 gbox_reset(sc->sc_fb, sc->sc_scode, fbr); in gbox_intio_attach() 231 struct diofbreg * fbr; in gbox_dio_attach() local 236 fbr = (struct diofbreg *)conaddr; /* already mapped */ in gbox_dio_attach() 245 fbr = bus_space_vaddr(da->da_bst, bsh); in gbox_dio_attach() [all …]
|
| H A D | hyper.c | 174 struct diofbreg *fbr; in hyper_attach() local 179 fbr = (struct diofbreg *)conaddr; /* already mapped */ in hyper_attach() 188 fbr = bus_space_vaddr(da->da_bst, bsh); in hyper_attach() 189 if (hyper_reset(sc->sc_fb, sc->sc_scode, fbr) != 0) { in hyper_attach() 203 hyper_reset(struct diofb *fb, int scode, struct diofbreg *fbr) in hyper_reset() argument 205 volatile struct hyboxfb *hy = (struct hyboxfb *)fbr; in hyper_reset() 208 if ((rc = diofb_fbinquire(fb, scode, fbr)) != 0) in hyper_reset() 265 struct diofbreg *fbr; in hypercnattach() local 272 fbr = va; in hypercnattach() 275 (fbr->id != GRFHWID) || (fbr->fbid != GID_HYPERION)) { in hypercnattach()
|
| H A D | tvrx.c | 107 struct diofbreg *fbr; in tvrx_attach() local 112 fbr = (struct diofbreg *)conaddr; /* already mapped */ in tvrx_attach() 121 fbr = bus_space_vaddr(da->da_bst, bsh); in tvrx_attach() 122 if (tvrx_reset(sc->sc_fb, sc->sc_scode, fbr) != 0) { in tvrx_attach() 136 tvrx_reset(struct diofb *fb, int scode, struct diofbreg *fbr) in tvrx_reset() argument 140 if ((rc = diofb_fbinquire(fb, scode, fbr)) != 0) in tvrx_reset() 204 struct diofbreg *fbr; in tvrxcnattach() local 211 fbr = va; in tvrxcnattach() 214 fbr->id != GRFHWID || fbr->fbid == GID_TIGER) { in tvrxcnattach()
|
| H A D | gendiofb.c | 111 struct diofbreg *fbr; in gendiofb_attach() local 117 fbr = (struct diofbreg *)conaddr; /* already mapped */ in gendiofb_attach() 129 fbr = bus_space_vaddr(da->da_bst, bsh); in gendiofb_attach() 130 if (gendiofb_reset(sc->sc_fb, sc->sc_scode, fbr) != 0) { in gendiofb_attach() 144 gendiofb_reset(struct diofb *fb, int scode, struct diofbreg *fbr) in gendiofb_reset() argument 149 if ((rc = diofb_fbinquire(fb, scode, fbr)) != 0) in gendiofb_reset() 240 struct diofbreg *fbr; in gendiofbcnattach() local 247 fbr = va; in gendiofbcnattach() 249 fbr->id != GRFHWID || in gendiofbcnattach() 250 (fbr->fbid != DIO_DEVICE_SECID_A1474MID && in gendiofbcnattach() [all …]
|
| H A D | topcat.c | 172 struct diofbreg *fbr; in topcat_intio_match() local 177 fbr = (struct diofbreg *)ia->ia_addr; in topcat_intio_match() 179 if (badaddr((void *)fbr)) in topcat_intio_match() 182 if (fbr->id == GRFHWID) { in topcat_intio_match() 183 switch (fbr->fbid) { in topcat_intio_match() 203 struct diofbreg *fbr; in topcat_intio_attach() local 206 fbr = (struct diofbreg *)ia->ia_addr; in topcat_intio_attach() 213 topcat_reset(sc->sc_fb, sc->sc_scode, fbr); in topcat_intio_attach() 216 topcat_end_attach(sc, fbr->fbid); in topcat_intio_attach() 246 struct diofbreg *fbr; in topcat_dio_attach() local 314 topcat_reset(struct diofb * fb,int scode,struct diofbreg * fbr) topcat_reset() argument 690 struct diofbreg *fbr; topcatcnattach() local [all...] |
| H A D | diofb.c | 97 diofb_fbinquire(struct diofb *fb, int scode, struct diofbreg *fbr) in diofb_fbinquire() argument 101 if (ISIIOVA(fbr)) in diofb_fbinquire() 102 fb->regaddr = (uint8_t *)IIOP(fbr); in diofb_fbinquire() 107 fb->fbwidth = (fbr->fbwmsb << 8) | fbr->fbwlsb; in diofb_fbinquire() 108 fb->fbheight = (fbr->fbhmsb << 8) | fbr->fbhlsb; in diofb_fbinquire() 112 fb->regkva = (uint8_t *)fbr; in diofb_fbinquire() 113 fboff = (fbr->fbomsb << 8) | fbr->fbolsb; in diofb_fbinquire() 114 fb->fbaddr = (uint8_t *) (*((uint8_t *)fbr + fboff) << 16); in diofb_fbinquire() 125 fb->fbkva = (uint8_t *)fbr + regsize; in diofb_fbinquire() 136 fb->dwidth = (fbr->dwmsb << 8) | fbr->dwlsb; in diofb_fbinquire() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| H A D | ev4.md | 76 (eq_attr "type" "fbr"))
|
| H A D | ev6.md | 147 (eq_attr "type" "fadd,fcpys,fbr"))
|
| H A D | ev5.md | 152 (eq_attr "type" "fbr"))
|
| H A D | alpha.md | 128 "ild,fld,ldsym,ist,fst,ibr,callpal,fbr,jsr,iadd,ilog,shift,icmov,fcmov, 2822 [(set_attr "type" "fbr")]) 2835 [(set_attr "type" "fbr")])
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
| H A D | ev4.md | 76 (eq_attr "type" "fbr"))
|
| H A D | ev6.md | 147 (eq_attr "type" "fadd,fcpys,fbr"))
|
| H A D | ev5.md | 152 (eq_attr "type" "fbr"))
|
| H A D | alpha.md | 128 "ild,fld,ldsym,ist,fst,ibr,callpal,fbr,jsr,iadd,ilog,shift,icmov,fcmov, 2819 [(set_attr "type" "fbr")]) 2832 [(set_attr "type" "fbr")])
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| H A D | s390.md | 5255 c<xde>fbr\t%0,%1
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
| H A D | s390.md | 5362 c<xde>fbr\t%0,%1
|