Home
last modified time | relevance | path

Searched refs:gsc_write (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_gsc.c65 #define gsc_write(cfg, offset) writel(cfg, ctx->regs + (offset)) macro
386 gsc_write(cfg, GSC_SW_RESET); in gsc_sw_reset()
405 gsc_write(cfg, GSC_IN_BASE_ADDR_Y_MASK); in gsc_sw_reset()
406 gsc_write(cfg, GSC_IN_BASE_ADDR_CB_MASK); in gsc_sw_reset()
407 gsc_write(cfg, GSC_IN_BASE_ADDR_CR_MASK); in gsc_sw_reset()
412 gsc_write(cfg, GSC_OUT_BASE_ADDR_Y_MASK); in gsc_sw_reset()
413 gsc_write(cfg, GSC_OUT_BASE_ADDR_CB_MASK); in gsc_sw_reset()
414 gsc_write(cfg, GSC_OUT_BASE_ADDR_CR_MASK); in gsc_sw_reset()
445 gsc_write(cfg, GSC_IRQ); in gsc_handle_irq()
518 gsc_write(cf in gsc_src_set_fmt()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_drm_gsc.c65 #define gsc_write(cfg, offset) writel(cfg, ctx->regs + (offset)) macro
385 gsc_write(cfg, GSC_SW_RESET); in gsc_sw_reset()
404 gsc_write(cfg, GSC_IN_BASE_ADDR_Y_MASK); in gsc_sw_reset()
405 gsc_write(cfg, GSC_IN_BASE_ADDR_CB_MASK); in gsc_sw_reset()
406 gsc_write(cfg, GSC_IN_BASE_ADDR_CR_MASK); in gsc_sw_reset()
411 gsc_write(cfg, GSC_OUT_BASE_ADDR_Y_MASK); in gsc_sw_reset()
412 gsc_write(cfg, GSC_OUT_BASE_ADDR_CB_MASK); in gsc_sw_reset()
413 gsc_write(cfg, GSC_OUT_BASE_ADDR_CR_MASK); in gsc_sw_reset()
444 gsc_write(cfg, GSC_IRQ); in gsc_handle_irq()
517 gsc_write(cf in gsc_src_set_fmt()
[all...]
/kernel/linux/linux-5.10/drivers/mfd/
H A Dgateworks-gsc.c32 int gsc_write(void *context, unsigned int reg, unsigned int val) in gsc_write() function
49 EXPORT_SYMBOL_GPL(gsc_write); variable
165 .reg_write = gsc_write,
/kernel/linux/linux-6.6/drivers/mfd/
H A Dgateworks-gsc.c32 int gsc_write(void *context, unsigned int reg, unsigned int val) in gsc_write() function
49 EXPORT_SYMBOL_GPL(gsc_write); variable
165 .reg_write = gsc_write,
/kernel/linux/linux-5.10/include/linux/mfd/
H A Dgsc.h62 int gsc_write(void *context, unsigned int reg, unsigned int val);
/kernel/linux/linux-6.6/include/linux/mfd/
H A Dgsc.h62 int gsc_write(void *context, unsigned int reg, unsigned int val);
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dgsc-hwmon.c44 .reg_write = gsc_write,
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dgsc-hwmon.c44 .reg_write = gsc_write,

Completed in 9 milliseconds