Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
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()
/kernel/linux/linux-5.10/Documentation/fb/
Dcirrusfb.rst55 * Associated with the above, console colors are now obtained from a LUT
/kernel/linux/linux-5.10/Documentation/driver-api/mtd/
Dspi-nor.rst14 find the right LUT sequence. Unfortunately, the SPI subsystem has no notion of
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
Dvsp1_entity.c591 VSP1_ENTITY_ROUTE(LUT),
/kernel/linux/linux-5.10/Documentation/userspace-api/media/mediactl/
Dmedia-types.rst37 .. _MEDIA-ENT-F-PROC-VIDEO-LUT:
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
Daacraid.h1045 __le32 LUT[64]; /* 100h-1ffh | Lookup Table Entries */ member
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0033_linux_drivers_soc_scsi_spi_tee_thermal.patch3824 * The driver only uses one single LUT entry, that is updated on
4040 * the LUT at each exec_op() call. And also specify the DATA
4041 * length, since it's has not been specified in the LUT.
4067 /* Trigger the LUT now. */
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch22361 +/* LS1043A PEX LUT debug register */
23018 /* LUT and PF control registers */
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dinclude.patch674 + * @cubic_lut_property: Optional CRTC property to set the 3D LUT used to
680 + * 3D LUT as supported by the driver (read-only).
Ddrivers.patch14745 * pixel data after the lookup through the degamma LUT and before the
14746 - * lookup through the gamma LUT. The data is interpreted as a struct
14747 + * lookup through the cubic LUT. The data is interpreted as a struct
14758 + * the gamma LUT. Unlike the degamma and gamma LUTs that map color
14759 + * components independently, the 3D LUT converts an input color to an
14761 + * as a 3D coordinate. The LUT is subsampled as 8-bit (or more) precision
14768 + * Hardware might choose not to use the full precision of the LUT
14779 + * If drivers support multiple LUT sizes then they should publish the
14783 * Blob property to set the gamma lookup table (LUT) mapping pixel data
14786 - * Hardware might choose not to use the full precision of the LUT elements
[all …]
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch22814 + /* LUT transformation on Y data */
22822 + /* LUT cleanup */