Searched refs:LUT_SIZE (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_lut.c | 22 #define LUT_SIZE 256 macro 49 for (i = 0; i < LUT_SIZE; ++i) in lut_set_table() 88 .dims = { LUT_SIZE }, 221 lut->pool = vsp1_dl_body_pool_create(vsp1, 3, LUT_SIZE, 0); in vsp1_lut_create()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_lut.c | 22 #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()
|
/kernel/linux/linux-5.10/drivers/ntb/hw/mscc/ |
H A D | ntb_hw_switchtec.c | 43 #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() 926 ctl_val |= ilog2(LUT_SIZE) << 8; in config_rsvd_lut_win() 1018 addr = mw_addrs[0] + LUT_SIZE * i; in crosslink_setup_mws() 1029 offset = (i == 0) ? LUT_SIZE * sndev->nr_lut_mw : 0; in crosslink_setup_mws() 1148 offset = addr & (LUT_SIZE - 1); in switchtec_ntb_init_crosslink() 1166 LUT_SIZE, LUT_SIZE); in switchtec_ntb_init_crosslink() [all...] |
/kernel/linux/linux-6.6/drivers/ntb/hw/mscc/ |
H A D | ntb_hw_switchtec.c | 43 #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() [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | max31760.c | 37 #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()
|
Completed in 6 milliseconds