Home
last modified time | relevance | path

Searched refs:gbe (Results 1 – 3 of 3) sorted by relevance

/drivers/video/fbdev/
Dgbefb.c33 static struct sgi_gbe *gbe; variable
186 gbe->ctrlstat = 0x300aa000; in gbe_reset()
206 val = gbe->vt_xy; in gbe_turn_off()
211 val = gbe->ovr_control; in gbe_turn_off()
213 gbe->ovr_control = val; in gbe_turn_off()
215 val = gbe->frm_control; in gbe_turn_off()
217 gbe->frm_control = val; in gbe_turn_off()
219 val = gbe->did_control; in gbe_turn_off()
221 gbe->did_control = val; in gbe_turn_off()
227 val = gbe->frm_inhwctrl; in gbe_turn_off()
[all …]
/drivers/staging/greybus/
Daudio_topology.c648 struct soc_enum *gbe; in gbaudio_tplg_create_enum_kctl() local
652 gbe = devm_kzalloc(gb->dev, sizeof(*gbe), GFP_KERNEL); in gbaudio_tplg_create_enum_kctl()
653 if (!gbe) in gbaudio_tplg_create_enum_kctl()
659 gbe->items = le32_to_cpu(gb_enum->items); in gbaudio_tplg_create_enum_kctl()
660 gbe->texts = gb_generate_enum_strings(gb, gb_enum); in gbaudio_tplg_create_enum_kctl()
661 if (!gbe->texts) in gbaudio_tplg_create_enum_kctl()
665 dev_dbg(gb->dev, "Max:%d, name_length:%d\n", gbe->items, in gbaudio_tplg_create_enum_kctl()
667 for (i = 0; i < gbe->items; i++) in gbaudio_tplg_create_enum_kctl()
668 dev_dbg(gb->dev, "src[%d]: %s\n", i, gbe->texts[i]); in gbaudio_tplg_create_enum_kctl()
671 SOC_ENUM_EXT(ctl->name, *gbe, gbcodec_enum_ctl_get, in gbaudio_tplg_create_enum_kctl()
[all …]
/drivers/net/ethernet/ti/
Dnetcp_ethss.c173 offsetof(struct gbe##_##rb, rn)