Home
last modified time | relevance | path

Searched refs:LUT (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/wireless/ti/wl1251/
H A Dboot.c70 static const u32 LUT[REF_FREQ_NUM][LUT_PARAM_NUM] = { in wl1251_boot_init_seq() local
143 tmp = LUT[ref_freq][LUT_PARAM_INTEGER_DIVIDER] | 0x00017000; in wl1251_boot_init_seq()
149 tmp = LUT[ref_freq][LUT_PARAM_FRACTIONAL_DIVIDER]; in wl1251_boot_init_seq()
160 tmp = (LUT[ref_freq][LUT_PARAM_ATTN_BB] << 16) | in wl1251_boot_init_seq()
161 (LUT[ref_freq][LUT_PARAM_ALPHA_BB] << 12) | 0x1; in wl1251_boot_init_seq()
168 tmp = LUT[ref_freq][LUT_PARAM_STOP_TIME_BB] | 0x000A0000; in wl1251_boot_init_seq()
176 tmp = LUT[ref_freq][LUT_PARAM_BB_PLL_LOOP_FILTER] | 0x00000030; in wl1251_boot_init_seq()
/linux/Documentation/hwmon/
H A Dmax31760.rst28 reading as an index to a 48-byte lookup table (LUT) containing
29 user-programmed PWM values. The flexible LUT-based architecture enables
47 LUT Index Name
75 pwm1_auto_point[1-48]_pwm PWM value for LUT point
/linux/Documentation/gpu/rfc/
H A Dcolor_pipeline.rst126 * custom (uniform) 1D LUT
129 * 3D LUT
147 …├─ "TYPE": immutable enum {1D enumerated curve, 1D LUT, 3x3 matrix, 3x4 matrix, 3D LUT, etc.} = 1D…
152 /* custom 4k entry 1D LUT */
154 …├─ "TYPE": immutable enum {1D enumerated curve, 1D LUT, 3x3 matrix, 3x4 matrix, 3D LUT, etc.} = 1D…
160 /* 17^3 3D LUT */
162 …├─ "TYPE": immutable enum {1D enumerated curve, 1D LUT, 3x3 matrix, 3x4 matrix, 3D LUT, etc.} = 3D…
266 ├─ "TYPE" (immutable) = 1D LUT
272 ├─ "TYPE" (immutable) = 3D LUT
/linux/Documentation/fb/
H A Dcirrusfb.rst55 * Associated with the above, console colors are now obtained from a LUT
/linux/Documentation/userspace-api/media/drivers/
H A Ddw100.rst72 Specifies to DW100 driver its dewarping map (aka LUT) blob as described in
/linux/Documentation/gpu/amdgpu/display/
H A Ddisplay-manager.rst59 gamma LUT sizes. AMD DC programs some of the color correction features
/linux/Documentation/arch/arm64/
H A Delf_hwcaps.rst391 Functionality implied by ID_AA64ISAR2_EL1.LUT == 0b0001.
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-types.rst37 .. _MEDIA-ENT-F-PROC-VIDEO-LUT:
/linux/drivers/scsi/aacraid/
H A Daacraid.h1040 __le32 LUT[64]; /* 100h-1ffh | Lookup Table Entries */ member
/linux/arch/arm64/kernel/
H A Dcpufeature.c3270 HWCAP_CAP(ID_AA64ISAR2_EL1, LUT, IMP, CAP_HWCAP, KERNEL_HWCAP_LUT),