Home
last modified time | relevance | path

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

/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()
1299 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()