Home
last modified time | relevance | path

Searched refs:LUT_SIZE (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/vkms/
H A Dvkms_luts.c15 static struct drm_color_lut linear_array[LUT_SIZE] = {
276 .lut_length = LUT_SIZE,
281 static struct drm_color_lut srgb_array[LUT_SIZE] = {
542 .lut_length = LUT_SIZE,
547 static struct drm_color_lut srgb_inv_array[LUT_SIZE] = {
808 .lut_length = LUT_SIZE,
H A Dvkms_luts.h6 #define LUT_SIZE 256 macro
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_lut.c22 #define LUT_SIZE 256 macro
49 for (i = 0; i < LUT_SIZE; ++i) in lut_set_table()
88 .dims = { LUT_SIZE },
222 lut->pool = vsp1_dl_body_pool_create(vsp1, 3, LUT_SIZE, 0); in vsp1_lut_create()
/linux/drivers/ntb/hw/mscc/
H A Dntb_hw_switchtec.c43 #define LUT_SIZE SZ_64K macro
366 offset = LUT_SIZE * sndev->nr_lut_mw; in switchtec_ntb_direct_get_addr()
391 offset = LUT_SIZE * lut_index(sndev, idx); in switchtec_ntb_lut_get_addr()
397 *size = LUT_SIZE; in switchtec_ntb_lut_get_addr()
927 ctl_val |= ilog2(LUT_SIZE) << 8; in config_rsvd_lut_win()
1016 addr = mw_addrs[0] + LUT_SIZE * i; in crosslink_setup_mws()
1027 offset = (i == 0) ? LUT_SIZE * sndev->nr_lut_mw : 0; in crosslink_setup_mws()
1146 offset = addr & (LUT_SIZE - 1); in switchtec_ntb_init_crosslink()
1164 LUT_SIZE, LUT_SIZE); in switchtec_ntb_init_crosslink()
1301 memset(sndev->self_shared, 0, LUT_SIZE); in switchtec_ntb_init_shared()
[all …]
/linux/drivers/hwmon/
H A Dmax31760.c37 #define LUT_SIZE 48 macro
47 } lut[LUT_SIZE];
49 struct attribute *attrs[LUT_SIZE + 2];
493 for (i = 0; i < LUT_SIZE; ++i) { in max31760_create_lut_nodes()
/linux/drivers/gpu/drm/vkms/tests/
H A Dvkms_color_test.c131 for (int i = 0; i < LUT_SIZE; i++) { in vkms_color_test_linear()
142 for (int i = 0; i < LUT_SIZE; i++) { in vkms_color_srgb_inv_srgb()