Searched refs:LUT (Results 1 – 15 of 15) sorted by relevance
70 static const u32 LUT[REF_FREQ_NUM][LUT_PARAM_NUM] = { in wl1251_boot_init_seq() local143 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()
28 reading as an index to a 48-byte lookup table (LUT) containing29 user-programmed PWM values. The flexible LUT-based architecture enables47 LUT Index Name75 pwm1_auto_point[1-48]_pwm PWM value for LUT point
5 # LUT support. None of the subtests handle the case of only having
16 It provides image enhancement functions such as 1-D look-up tables (LUT),
55 * Associated with the above, console colors are now obtained from a LUT
14 find the right LUT sequence. Unfortunately, the SPI subsystem has no notion of
43 the CRTC gamma LUT address.
31 the CRTC gamma LUT address.
72 Specifies to DW100 driver its dewarping map (aka LUT) blob as described in
15 color space conversion, LUT, pixel format conversion, etc. An MIPI CSI-2 input and
164 LUT
59 gamma LUT sizes. AMD DC programs some of the color correction features
593 VSP1_ENTITY_ROUTE(LUT),
37 .. _MEDIA-ENT-F-PROC-VIDEO-LUT:
1046 __le32 LUT[64]; /* 100h-1ffh | Lookup Table Entries */ member