Lines Matching defs:afb
390 struct sunxifb_attach_args afb = {
398 sc->sc_fbdev = config_found(sc->sc_dev, &afb, NULL, CFARGS_NONE);
741 struct sunxifb_attach_args * const afb = aux;
747 sc->sc_dmat = afb->afb_dmat;
748 sc->sc_dmasegs = afb->afb_dmasegs;
749 sc->sc_ndmasegs = afb->afb_ndmasegs;
751 prop_dictionary_set_uint32(cfg, "width", afb->afb_width);
752 prop_dictionary_set_uint32(cfg, "height", afb->afb_height);
754 prop_dictionary_set_uint16(cfg, "linebytes", afb->afb_width * 4);
757 (uintptr_t)afb->afb_fb);