Symbol: fba
sys/arch/arm/footbridge/footbridge.c
117
union footbridge_attach_args *fba = aux;
sys/arch/arm/footbridge/footbridge.c
120
aprint_normal("%s at %s", fba->fba_name, pnp);
sys/arch/arm/footbridge/footbridge.c
148
union footbridge_attach_args fba;
sys/arch/arm/footbridge/footbridge.c
238
fba.fba_pba.pba_pc = &footbridge_pci_chipset;
sys/arch/arm/footbridge/footbridge.c
239
fba.fba_pba.pba_iot = &footbridge_pci_io_bs_tag;
sys/arch/arm/footbridge/footbridge.c
240
fba.fba_pba.pba_memt = &footbridge_pci_mem_bs_tag;
sys/arch/arm/footbridge/footbridge.c
241
fba.fba_pba.pba_dmat = &footbridge_pci_bus_dma_tag;
sys/arch/arm/footbridge/footbridge.c
242
fba.fba_pba.pba_dmat64 = NULL;
sys/arch/arm/footbridge/footbridge.c
243
fba.fba_pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY;
sys/arch/arm/footbridge/footbridge.c
244
fba.fba_pba.pba_bus = 0;
sys/arch/arm/footbridge/footbridge.c
245
fba.fba_pba.pba_bridgetag = NULL;
sys/arch/arm/footbridge/footbridge.c
246
config_found(self, &fba.fba_pba, pcibusprint,
sys/arch/arm/footbridge/footbridge.c
250
fba.fba_fca.fca_name = "fcom";
sys/arch/arm/footbridge/footbridge.c
251
fba.fba_fca.fca_iot = sc->sc_iot;
sys/arch/arm/footbridge/footbridge.c
252
fba.fba_fca.fca_ioh = sc->sc_ioh;
sys/arch/arm/footbridge/footbridge.c
253
fba.fba_fca.fca_rx_irq = IRQ_SERIAL_RX;
sys/arch/arm/footbridge/footbridge.c
254
fba.fba_fca.fca_tx_irq = IRQ_SERIAL_TX;
sys/arch/arm/footbridge/footbridge.c
255
config_found(self, &fba.fba_fca, footbridge_print,
sys/arch/arm/footbridge/footbridge_clock.c
113
union footbridge_attach_args *fba = aux;
sys/arch/arm/footbridge/footbridge_clock.c
116
sc->sc_iot = fba->fba_ca.ca_iot;
sys/arch/arm/footbridge/footbridge_clock.c
117
sc->sc_ioh = fba->fba_ca.ca_ioh;
sys/arch/arm/footbridge/footbridge_clock.c
96
union footbridge_attach_args *fba = aux;
sys/arch/arm/footbridge/footbridge_clock.c
98
if (strcmp(fba->fba_ca.ca_name, "clk") == 0)
sys/arch/arm/footbridge/footbridge_com.c
176
union footbridge_attach_args *fba = aux;
sys/arch/arm/footbridge/footbridge_com.c
178
if (strcmp(fba->fba_name, "fcom") == 0)
sys/arch/arm/footbridge/footbridge_com.c
192
union footbridge_attach_args *fba = aux;
sys/arch/arm/footbridge/footbridge_com.c
197
sc->sc_iot = fba->fba_fca.fca_iot;
sys/arch/arm/footbridge/footbridge_com.c
198
sc->sc_ioh = fba->fba_fca.fca_ioh;
sys/arch/arm/footbridge/footbridge_com.c
200
sc->sc_rx_irq = fba->fba_fca.fca_rx_irq;
sys/arch/arm/footbridge/footbridge_com.c
201
sc->sc_tx_irq = fba->fba_fca.fca_tx_irq;
sys/arch/sparc/dev/cgeight.c
351
struct fbgattr *fba;
sys/arch/sparc/dev/cgeight.c
361
fba = (struct fbgattr *)data;
sys/arch/sparc/dev/cgeight.c
362
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgeight.c
363
fba->owner = 0; /* XXX ??? */
sys/arch/sparc/dev/cgeight.c
364
fba->fbtype = sc->sc_fb.fb_type;
sys/arch/sparc/dev/cgeight.c
365
fba->sattr.flags = 0;
sys/arch/sparc/dev/cgeight.c
366
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgeight.c
367
fba->sattr.dev_specific[0] = -1;
sys/arch/sparc/dev/cgeight.c
368
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgeight.c
369
fba->emu_types[1] = -1;
sys/arch/sparc/dev/cgfour.c
468
struct fbgattr *fba;
sys/arch/sparc/dev/cgfour.c
478
fba = (struct fbgattr *)data;
sys/arch/sparc/dev/cgfour.c
479
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgfour.c
480
fba->owner = 0; /* XXX ??? */
sys/arch/sparc/dev/cgfour.c
481
fba->fbtype = sc->sc_fb.fb_type;
sys/arch/sparc/dev/cgfour.c
482
fba->sattr.flags = 0;
sys/arch/sparc/dev/cgfour.c
483
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgfour.c
484
fba->sattr.dev_specific[0] = -1;
sys/arch/sparc/dev/cgfour.c
485
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgfour.c
486
fba->emu_types[1] = -1;
sys/arch/sparc/dev/cgfourteen.c
453
struct fbgattr *fba;
sys/arch/sparc/dev/cgfourteen.c
463
fba = (struct fbgattr *)data;
sys/arch/sparc/dev/cgfourteen.c
464
fba->real_type = FBTYPE_MDICOLOR;
sys/arch/sparc/dev/cgfourteen.c
465
fba->owner = 0; /* XXX ??? */
sys/arch/sparc/dev/cgfourteen.c
466
fba->fbtype = sc->sc_fb.fb_type;
sys/arch/sparc/dev/cgfourteen.c
467
fba->sattr.flags = 0;
sys/arch/sparc/dev/cgfourteen.c
468
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgfourteen.c
469
fba->sattr.dev_specific[0] = -1;
sys/arch/sparc/dev/cgfourteen.c
470
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgfourteen.c
471
fba->emu_types[1] = -1;
sys/arch/sparc/dev/cgtwo.c
246
register struct fbgattr *fba;
sys/arch/sparc/dev/cgtwo.c
255
fba = (struct fbgattr *)data;
sys/arch/sparc/dev/cgtwo.c
256
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgtwo.c
257
fba->owner = 0; /* XXX ??? */
sys/arch/sparc/dev/cgtwo.c
258
fba->fbtype = sc->sc_fb.fb_type;
sys/arch/sparc/dev/cgtwo.c
259
fba->sattr.flags = 0;
sys/arch/sparc/dev/cgtwo.c
260
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgtwo.c
261
fba->sattr.dev_specific[0] = -1;
sys/arch/sparc/dev/cgtwo.c
262
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc/dev/cgtwo.c
263
fba->emu_types[1] = -1;
sys/arch/sparc64/dev/ffb.c
415
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc64/dev/ffb.c
416
fba->owner = 0; /* XXX ??? */
sys/arch/sparc64/dev/ffb.c
417
fba->fbtype = sc->sc_fb.fb_type;
sys/arch/sparc64/dev/ffb.c
418
fba->sattr.flags = 0;
sys/arch/sparc64/dev/ffb.c
419
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc64/dev/ffb.c
420
fba->sattr.dev_specific[0] = -1;
sys/arch/sparc64/dev/ffb.c
421
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/arch/sparc64/dev/ffb.c
422
fba->emu_types[1] = -1;
sys/arch/sun3/dev/cg2.c
255
struct fbgattr *fba = data;
sys/arch/sun3/dev/cg2.c
257
fba->real_type = fb->fb_fbtype.fb_type;
sys/arch/sun3/dev/cg2.c
258
fba->owner = 0; /* XXX - TIOCCONS stuff? */
sys/arch/sun3/dev/cg2.c
259
fba->fbtype = fb->fb_fbtype;
sys/arch/sun3/dev/cg2.c
260
fba->sattr.flags = 0;
sys/arch/sun3/dev/cg2.c
261
fba->sattr.emu_type = fb->fb_fbtype.fb_type;
sys/arch/sun3/dev/cg2.c
262
fba->sattr.dev_specific[0] = -1;
sys/arch/sun3/dev/cg2.c
263
fba->emu_types[0] = fb->fb_fbtype.fb_type;
sys/arch/sun3/dev/cg2.c
264
fba->emu_types[1] = -1;
sys/arch/sun3/dev/cg4.c
412
struct fbgattr *fba = data;
sys/arch/sun3/dev/cg4.c
414
fba->real_type = fb->fb_fbtype.fb_type;
sys/arch/sun3/dev/cg4.c
415
fba->owner = 0; /* XXX - TIOCCONS stuff? */
sys/arch/sun3/dev/cg4.c
416
fba->fbtype = fb->fb_fbtype;
sys/arch/sun3/dev/cg4.c
417
fba->sattr.flags = 0;
sys/arch/sun3/dev/cg4.c
418
fba->sattr.emu_type = fb->fb_fbtype.fb_type;
sys/arch/sun3/dev/cg4.c
419
fba->sattr.dev_specific[0] = -1;
sys/arch/sun3/dev/cg4.c
420
fba->emu_types[0] = fb->fb_fbtype.fb_type;
sys/arch/sun3/dev/cg4.c
421
fba->emu_types[1] = -1;
sys/dev/sbus/agten.c
1105
struct fbgattr *fba;
sys/dev/sbus/agten.c
1115
fba = (struct fbgattr *)data;
sys/dev/sbus/agten.c
1116
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/agten.c
1117
fba->owner = 0; /* XXX ??? */
sys/dev/sbus/agten.c
1118
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sbus/agten.c
1119
fba->sattr.flags = 0;
sys/dev/sbus/agten.c
1120
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/agten.c
1121
fba->sattr.dev_specific[0] = -1;
sys/dev/sbus/agten.c
1122
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/agten.c
1123
fba->emu_types[1] = -1;
sys/dev/sbus/mgx.c
1018
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/mgx.c
1019
fba->owner = 0; /* XXX ??? */
sys/dev/sbus/mgx.c
1020
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sbus/mgx.c
1021
fba->sattr.flags = 0;
sys/dev/sbus/mgx.c
1022
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/mgx.c
1023
fba->sattr.dev_specific[0] = -1;
sys/dev/sbus/mgx.c
1024
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/mgx.c
1025
fba->emu_types[1] = -1;
sys/dev/sbus/p9100.c
548
struct fbgattr *fba;
sys/dev/sbus/p9100.c
558
fba = (struct fbgattr *)data;
sys/dev/sbus/p9100.c
559
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/p9100.c
560
fba->owner = 0; /* XXX ??? */
sys/dev/sbus/p9100.c
561
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sbus/p9100.c
562
fba->sattr.flags = 0;
sys/dev/sbus/p9100.c
563
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/p9100.c
564
fba->sattr.dev_specific[0] = -1;
sys/dev/sbus/p9100.c
565
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/p9100.c
566
fba->emu_types[1] = -1;
sys/dev/sbus/tcx.c
469
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/tcx.c
470
fba->owner = 0; /* XXX ??? */
sys/dev/sbus/tcx.c
471
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sbus/tcx.c
472
fba->sattr.flags = 0;
sys/dev/sbus/tcx.c
473
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/tcx.c
474
fba->sattr.dev_specific[0] = -1;
sys/dev/sbus/tcx.c
475
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/tcx.c
476
fba->emu_types[1] = FBTYPE_SUN3COLOR;
sys/dev/sbus/tcx.c
477
fba->emu_types[2] = -1;
sys/dev/sbus/zx.c
382
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/zx.c
383
fba->owner = 0; /* XXX ??? */
sys/dev/sbus/zx.c
384
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sbus/zx.c
385
fba->sattr.flags = 0;
sys/dev/sbus/zx.c
386
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/zx.c
387
fba->sattr.dev_specific[0] = -1;
sys/dev/sbus/zx.c
388
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/dev/sbus/zx.c
389
fba->emu_types[1] = -1;
sys/dev/sbus/zx.c
390
fba->emu_types[2] = -1;
sys/dev/sun/cgsix.c
690
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sun/cgsix.c
691
fba->owner = 0; /* XXX ??? */
sys/dev/sun/cgsix.c
692
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sun/cgsix.c
693
fba->sattr.flags = 0;
sys/dev/sun/cgsix.c
694
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sun/cgsix.c
695
fba->sattr.dev_specific[0] = -1;
sys/dev/sun/cgsix.c
696
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/dev/sun/cgsix.c
697
fba->emu_types[1] = -1;
sys/dev/sun/cgthree.c
265
struct fbgattr *fba;
sys/dev/sun/cgthree.c
275
fba = (struct fbgattr *)data;
sys/dev/sun/cgthree.c
276
fba->real_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sun/cgthree.c
277
fba->owner = 0; /* XXX ??? */
sys/dev/sun/cgthree.c
278
fba->fbtype = sc->sc_fb.fb_type;
sys/dev/sun/cgthree.c
279
fba->sattr.flags = 0;
sys/dev/sun/cgthree.c
280
fba->sattr.emu_type = sc->sc_fb.fb_type.fb_type;
sys/dev/sun/cgthree.c
281
fba->sattr.dev_specific[0] = -1;
sys/dev/sun/cgthree.c
282
fba->emu_types[0] = sc->sc_fb.fb_type.fb_type;
sys/dev/sun/cgthree.c
283
fba->emu_types[1] = -1;