Searched refs:fba (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-current/sys/arch/arm/footbridge/
H A Dfootbridge.c117 union footbridge_attach_args *fba = aux; local
120 aprint_normal("%s at %s", fba->fba_name, pnp);
148 union footbridge_attach_args fba; local
238 fba.fba_pba.pba_pc = &footbridge_pci_chipset;
239 fba.fba_pba.pba_iot = &footbridge_pci_io_bs_tag;
240 fba.fba_pba.pba_memt = &footbridge_pci_mem_bs_tag;
241 fba.fba_pba.pba_dmat = &footbridge_pci_bus_dma_tag;
242 fba.fba_pba.pba_dmat64 = NULL;
243 fba.fba_pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY;
244 fba
[all...]
H A Dfootbridge_clock.c96 union footbridge_attach_args *fba = aux;
98 if (strcmp(fba->fba_ca.ca_name, "clk") == 0)
113 union footbridge_attach_args *fba = aux;
116 sc->sc_iot = fba->fba_ca.ca_iot;
117 sc->sc_ioh = fba->fba_ca.ca_ioh;
H A Dfootbridge_com.c176 union footbridge_attach_args *fba = aux; local
178 if (strcmp(fba->fba_name, "fcom") == 0)
192 union footbridge_attach_args *fba = aux; local
197 sc->sc_iot = fba->fba_fca.fca_iot;
198 sc->sc_ioh = fba->fba_fca.fca_ioh;
200 sc->sc_rx_irq = fba->fba_fca.fca_rx_irq;
201 sc->sc_tx_irq = fba->fba_fca.fca_tx_irq;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dunwind-on-each-insn.exp45 set fba ""
48 set fba $expect_out(1,string)
52 return [list $sp $fba]
/netbsd-current/sys/arch/sparc/dev/
H A Dcgtwo.c246 register struct fbgattr *fba; local
255 fba = (struct fbgattr *)data;
256 fba->real_type = sc->sc_fb.fb_type.fb_type;
257 fba->owner = 0; /* XXX ??? */
258 fba->fbtype = sc->sc_fb.fb_type;
259 fba->sattr.flags = 0;
260 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
261 fba->sattr.dev_specific[0] = -1;
262 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
263 fba
[all...]
H A Dcgeight.c351 struct fbgattr *fba; local
361 fba = (struct fbgattr *)data;
362 fba->real_type = sc->sc_fb.fb_type.fb_type;
363 fba->owner = 0; /* XXX ??? */
364 fba->fbtype = sc->sc_fb.fb_type;
365 fba->sattr.flags = 0;
366 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
367 fba->sattr.dev_specific[0] = -1;
368 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
369 fba
[all...]
H A Dcgfour.c342 struct fbgattr *fba; local
352 fba = (struct fbgattr *)data;
353 fba->real_type = sc->sc_fb.fb_type.fb_type;
354 fba->owner = 0; /* XXX ??? */
355 fba->fbtype = sc->sc_fb.fb_type;
356 fba->sattr.flags = 0;
357 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
358 fba->sattr.dev_specific[0] = -1;
359 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
360 fba
[all...]
H A Dcgfourteen.c445 struct fbgattr *fba; local
455 fba = (struct fbgattr *)data;
456 fba->real_type = FBTYPE_MDICOLOR;
457 fba->owner = 0; /* XXX ??? */
458 fba->fbtype = sc->sc_fb.fb_type;
459 fba->sattr.flags = 0;
460 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
461 fba->sattr.dev_specific[0] = -1;
462 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
463 fba
[all...]
/netbsd-current/sys/arch/sun3/dev/
H A Dcg2.c255 struct fbgattr *fba = data; local
257 fba->real_type = fb->fb_fbtype.fb_type;
258 fba->owner = 0; /* XXX - TIOCCONS stuff? */
259 fba->fbtype = fb->fb_fbtype;
260 fba->sattr.flags = 0;
261 fba->sattr.emu_type = fb->fb_fbtype.fb_type;
262 fba->sattr.dev_specific[0] = -1;
263 fba->emu_types[0] = fb->fb_fbtype.fb_type;
264 fba->emu_types[1] = -1;
H A Dcg4.c412 struct fbgattr *fba = data; local
414 fba->real_type = fb->fb_fbtype.fb_type;
415 fba->owner = 0; /* XXX - TIOCCONS stuff? */
416 fba->fbtype = fb->fb_fbtype;
417 fba->sattr.flags = 0;
418 fba->sattr.emu_type = fb->fb_fbtype.fb_type;
419 fba->sattr.dev_specific[0] = -1;
420 fba->emu_types[0] = fb->fb_fbtype.fb_type;
421 fba->emu_types[1] = -1;
/netbsd-current/sys/dev/sun/
H A Dcgthree.c265 struct fbgattr *fba; local
275 fba = (struct fbgattr *)data;
276 fba->real_type = sc->sc_fb.fb_type.fb_type;
277 fba->owner = 0; /* XXX ??? */
278 fba->fbtype = sc->sc_fb.fb_type;
279 fba->sattr.flags = 0;
280 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
281 fba->sattr.dev_specific[0] = -1;
282 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
283 fba
[all...]
H A Dcgsix.c730 #define fba ((struct fbgattr *)data) macro
731 fba->real_type = sc->sc_fb.fb_type.fb_type;
732 fba->owner = 0; /* XXX ??? */
733 fba->fbtype = sc->sc_fb.fb_type;
734 fba->sattr.flags = 0;
735 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
736 fba->sattr.dev_specific[0] = -1;
737 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
738 fba->emu_types[1] = -1;
739 #undef fba macro
[all...]
/netbsd-current/sys/dev/sbus/
H A Dtcx.c461 #define fba ((struct fbgattr *)data) macro
462 fba->real_type = sc->sc_fb.fb_type.fb_type;
463 fba->owner = 0; /* XXX ??? */
464 fba->fbtype = sc->sc_fb.fb_type;
465 fba->sattr.flags = 0;
466 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
467 fba->sattr.dev_specific[0] = -1;
468 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
469 fba->emu_types[1] = FBTYPE_SUN3COLOR;
470 fba
471 #undef fba macro
[all...]
H A Dagten.c1105 struct fbgattr *fba; local
1115 fba = (struct fbgattr *)data;
1116 fba->real_type = sc->sc_fb.fb_type.fb_type;
1117 fba->owner = 0; /* XXX ??? */
1118 fba->fbtype = sc->sc_fb.fb_type;
1119 fba->sattr.flags = 0;
1120 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
1121 fba->sattr.dev_specific[0] = -1;
1122 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
1123 fba
[all...]
H A Dzx.c381 #define fba ((struct fbgattr *)data) macro
382 fba->real_type = sc->sc_fb.fb_type.fb_type;
383 fba->owner = 0; /* XXX ??? */
384 fba->fbtype = sc->sc_fb.fb_type;
385 fba->sattr.flags = 0;
386 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
387 fba->sattr.dev_specific[0] = -1;
388 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
389 fba->emu_types[1] = -1;
390 fba
391 #undef fba macro
[all...]
H A Dp9100.c548 struct fbgattr *fba; local
558 fba = (struct fbgattr *)data;
559 fba->real_type = sc->sc_fb.fb_type.fb_type;
560 fba->owner = 0; /* XXX ??? */
561 fba->fbtype = sc->sc_fb.fb_type;
562 fba->sattr.flags = 0;
563 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
564 fba->sattr.dev_specific[0] = -1;
565 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
566 fba
[all...]
H A Dmgx.c1017 #define fba ((struct fbgattr *)data) macro
1018 fba->real_type = sc->sc_fb.fb_type.fb_type;
1019 fba->owner = 0; /* XXX ??? */
1020 fba->fbtype = sc->sc_fb.fb_type;
1021 fba->sattr.flags = 0;
1022 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
1023 fba->sattr.dev_specific[0] = -1;
1024 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
1025 fba->emu_types[1] = -1;
1026 #undef fba macro
[all...]
/netbsd-current/sys/arch/sparc64/dev/
H A Dffb.c414 #define fba ((struct fbgattr *)data) macro
415 fba->real_type = sc->sc_fb.fb_type.fb_type;
416 fba->owner = 0; /* XXX ??? */
417 fba->fbtype = sc->sc_fb.fb_type;
418 fba->sattr.flags = 0;
419 fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
420 fba->sattr.dev_specific[0] = -1;
421 fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
422 fba->emu_types[1] = -1;
423 #undef fba macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dcortex-a8-fix-b-rel-arm.d57 8fba: eb01 0002 add\.w r0, r1, r2
H A Dcortex-a8-fix-bl-rel-arm.d57 8fba: eb01 0002 add\.w r0, r1, r2
H A Dcortex-a8-fix-bl-rel-thumb.d57 8fba: eb01 0002 add\.w r0, r1, r2
H A Dcortex-a8-fix-blx-rel-arm.d57 8fba: eb01 0002 add\.w r0, r1, r2
H A Dcortex-a8-fix-blx-rel-thumb.d57 8fba: eb01 0002 add\.w r0, r1, r2
H A Dcortex-a8-fix-blx.d57 8fba: eb01 0002 add\.w r0, r1, r2
H A Dcortex-a8-fix-b-rel-thumb.d57 8fba: eb01 0002 add\.w r0, r1, r2

Completed in 408 milliseconds

12