Searched refs:gbe (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | gbefb.c | 31 #include <video/gbe.h> 33 static struct sgi_gbe *gbe; variable 186 gbe->ctrlstat = 0x300aa000; in gbe_reset() 193 * Description: This should turn off the monitor and gbe. This is used 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 in gbe_turn_off() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | gbefb.c | 31 #include <video/gbe.h> 33 static struct sgi_gbe *gbe; variable 186 gbe->ctrlstat = 0x300aa000; in gbe_reset() 193 * Description: This should turn off the monitor and gbe. This is used 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 in gbe_turn_off() [all...] |
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | audio_topology.c | 648 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 in gbaudio_tplg_create_enum_kctl() 857 struct soc_enum *gbe; gbaudio_tplg_create_enum_ctl() local [all...] |
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | audio_topology.c | 647 struct soc_enum *gbe; in gbaudio_tplg_create_enum_kctl() local 651 gbe = devm_kzalloc(gb->dev, sizeof(*gbe), GFP_KERNEL); in gbaudio_tplg_create_enum_kctl() 652 if (!gbe) in gbaudio_tplg_create_enum_kctl() 658 gbe->items = le32_to_cpu(gb_enum->items); in gbaudio_tplg_create_enum_kctl() 659 gbe->texts = gb_generate_enum_strings(gb, gb_enum); in gbaudio_tplg_create_enum_kctl() 660 if (!gbe->texts) in gbaudio_tplg_create_enum_kctl() 664 dev_dbg(gb->dev, "Max:%d, name_length:%d\n", gbe->items, in gbaudio_tplg_create_enum_kctl() 666 for (i = 0; i < gbe->items; i++) in gbaudio_tplg_create_enum_kctl() 667 dev_dbg(gb->dev, "src[%d]: %s\n", i, gbe in gbaudio_tplg_create_enum_kctl() 856 struct soc_enum *gbe; gbaudio_tplg_create_enum_ctl() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | netcp_ethss.c | 37 #define GBE_MODULE_NAME "netcp-gbe" 173 offsetof(struct gbe##_##rb, rn) 2903 dev_dbg(gbe_dev->dev, "initializing gbe version %d.%d (%d) GBE identification value 0x%x\n", in gbe_open() 3339 "Can't translate of node(%pOFn) of gbe ss address at %d\n", in get_gbe_resource_version() 3346 dev_err(gbe_dev->dev, "Failed to map gbe register base\n"); in get_gbe_resource_version() 3364 "Can't translate of gbe node(%pOFn) address at index %d\n", in set_gbe_ethss14_priv() 3372 "Failed to map gbe sgmii port34 register base\n"); in set_gbe_ethss14_priv() 3380 "Can't translate of gbe node(%pOFn) address at index %d\n", in set_gbe_ethss14_priv() 3388 "Failed to map gbe switch module register base\n"); in set_gbe_ethss14_priv() 3567 if (of_device_is_compatible(node, "ti,netcp-gbe in gbe_probe() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | netcp_ethss.c | 37 #define GBE_MODULE_NAME "netcp-gbe" 173 offsetof(struct gbe##_##rb, rn) 2899 dev_dbg(gbe_dev->dev, "initializing gbe version %d.%d (%d) GBE identification value 0x%x\n", in gbe_open() 3335 "Can't translate of node(%pOFn) of gbe ss address at %d\n", in get_gbe_resource_version() 3342 dev_err(gbe_dev->dev, "Failed to map gbe register base\n"); in get_gbe_resource_version() 3360 "Can't translate of gbe node(%pOFn) address at index %d\n", in set_gbe_ethss14_priv() 3368 "Failed to map gbe sgmii port34 register base\n"); in set_gbe_ethss14_priv() 3376 "Can't translate of gbe node(%pOFn) address at index %d\n", in set_gbe_ethss14_priv() 3384 "Failed to map gbe switch module register base\n"); in set_gbe_ethss14_priv() 3563 if (of_device_is_compatible(node, "ti,netcp-gbe in gbe_probe() [all...] |
Completed in 15 milliseconds