Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/greybus/
A Dgpio.c338 mutex_lock(&ggc->irq_lock); in gb_gpio_irq_bus_lock()
494 ggc->lines = kcalloc(ggc->line_max + 1, sizeof(*ggc->lines), in gb_gpio_controller_setup()
496 if (!ggc->lines) in gb_gpio_controller_setup()
512 ggc = kzalloc(sizeof(*ggc), GFP_KERNEL); in gb_gpio_probe()
513 if (!ggc) in gb_gpio_probe()
538 irqc = &ggc->irqc; in gb_gpio_probe()
548 gpio = &ggc->chip; in gb_gpio_probe()
589 kfree(ggc->lines); in gb_gpio_probe()
595 kfree(ggc); in gb_gpio_probe()
613 kfree(ggc->lines); in gb_gpio_remove()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/
A Di915_gem_stolen.c841 u16 ggc, gms; in mtl_get_gms_size() local
843 ggc = intel_uncore_read16(uncore, GGC); in mtl_get_gms_size()
846 if ((ggc & GGMS_MASK) != GGMS_MASK) in mtl_get_gms_size()
850 gms = REG_FIELD_GET(GMS_MASK, ggc); in mtl_get_gms_size()
/linux-6.3-rc2/drivers/iommu/intel/
A Diommu.c4890 unsigned short ggc; in quirk_calpella_no_shadow_gtt() local
4895 if (pci_read_config_word(dev, GGC, &ggc)) in quirk_calpella_no_shadow_gtt()
4898 if (!(ggc & GGC_MEMORY_VT_ENABLED)) { in quirk_calpella_no_shadow_gtt()

Completed in 20 milliseconds