Home
last modified time | relevance | path

Searched full:gam (Results 1 – 11 of 11) sorted by relevance

/linux/arch/x86/include/asm/uv/
H A Dbios.h100 #define UV_SYSTAB_VERSION_UV4_3 0x403 /* - GAM Range PXM Value */
103 #define UV_SYSTAB_VERSION_UV5 0x500 /* UV5 GAM base version */
107 #define UV_SYSTAB_TYPE_GAM_PARAMS 1 /* GAM PARAM conversions */
108 #define UV_SYSTAB_TYPE_GAM_RNG_TBL 2 /* GAM entry table */
H A Duv_hub.h133 /* GAM (globally addressed memory) range table */
403 pr_crit("UV: GAM Range for 0x%lx not found at %p!\n", pa, gr); in uv_gam_range()
/linux/drivers/media/usb/gspca/gl860/
H A Dgl860-mi1320.c371 s32 gam = sd->vcur.gamma; in mi1320_camera_settings() local
517 if (gam != sd->vold.gamma) { in mi1320_camera_settings()
518 sd->vold.gamma = gam; in mi1320_camera_settings()
519 if (gam < 0 || gam > sd->vmax.gamma) in mi1320_camera_settings()
520 gam = 0; in mi1320_camera_settings()
522 gam = 2 * gam; in mi1320_camera_settings()
526 ctrl_out(gspca_dev, 0x40, 1, 0xba02 + gam, 0x00f1, 0, NULL); in mi1320_camera_settings()
H A Dgl860-ov2640.c342 s32 gam = sd->vcur.gamma; in ov2640_camera_settings() local
428 if (gam != sd->vold.gamma) { in ov2640_camera_settings()
429 sd->vold.gamma = gam; in ov2640_camera_settings()
430 if (gam < 0 || gam > sd->vmax.gamma) in ov2640_camera_settings()
431 gam = 0; in ov2640_camera_settings()
435 ctrl_out(gspca_dev, 0x40, 1, 0x6000 + gam, 0x007d, 0, NULL); in ov2640_camera_settings()
H A Dgl860-mi2020.c630 s32 gam = sd->vcur.gamma; in mi2020_camera_settings() local
734 if (cntr != sd->vold.contrast || gam != sd->vold.gamma) { in mi2020_camera_settings()
738 sd->vold.gamma = gam; in mi2020_camera_settings()
739 if (gam < 0 || gam > sd->vmax.gamma) in mi2020_camera_settings()
740 gam = 0; in mi2020_camera_settings()
746 dat_multi4[2] = dat_multi2[2] = cntr * 0x10 + 2 - gam; in mi2020_camera_settings()
/linux/drivers/media/platform/microchip/
H A Dmicrochip-sama7g5-isc.c9 * Sensor-->PFE-->DPC-->WB-->CFA-->CC-->GAM-->VHXS-->CSC-->CBHS-->SUB-->RLP-->DMA-->HIS
18 * GAM: Gamma correction
H A Dmicrochip-sama5d2-isc.c11 * Sensor-->PFE-->WB-->CFA-->CC-->GAM-->CSC-->CBC-->SUB-->RLP-->DMA
18 * GAM: Gamma correction
H A Dmicrochip-isc-base.c208 /* WB-->CFA-->CC-->GAM-->CSC-->CBC-->SUB422-->SUB420 */ in isc_set_pipeline()
1878 * GAM-->VHXS-->CSC-->CBC-->SUB422-->SUB420 in microchip_isc_pipeline_init()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_types.h63 GAM, enumerator
/linux/Documentation/scsi/
H A DChangeLog.megaraid104 > When GAM(Global Array Manager) is started, The following
/linux/drivers/iommu/amd/
H A Dinit.c1889 /* GAM requires GA mode. */ in init_iommu_one()
1900 /* XT and GAM require GA mode. */ in init_iommu_one()
3005 /* Enabling GAM and SNPAVIC support */ in enable_iommus_vapic()