Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ipa/
H A Dipa_cmd.c172 u32 offset_max; in ipa_cmd_table_valid() local
174 offset_max = hashed ? field_max(IP_FLTRT_FLAGS_HASH_ADDR_FMASK) in ipa_cmd_table_valid()
176 if (mem->offset > offset_max || in ipa_cmd_table_valid()
177 ipa->mem_offset > offset_max - mem->offset) { in ipa_cmd_table_valid()
182 ipa->mem_offset, mem->offset, offset_max); in ipa_cmd_table_valid()
206 u32 offset_max; in ipa_cmd_header_valid() local
215 offset_max = field_max(HDR_INIT_LOCAL_FLAGS_HDR_ADDR_FMASK); in ipa_cmd_header_valid()
216 if (mem->offset > offset_max || in ipa_cmd_header_valid()
217 ipa->mem_offset > offset_max - mem->offset) { in ipa_cmd_header_valid()
220 ipa->mem_offset, mem->offset, offset_max); in ipa_cmd_header_valid()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dmkregtable.c113 unsigned offset_max; member
139 t->offset_max = 0; in table_init()
174 t->nentry = ((t->offset_max >> 2) + 31) / 32; in table_build()
254 if (o > t->offset_max) in parser_auth()
255 t->offset_max = o; in parser_auth()
260 if (t->offset_max < last_reg) in parser_auth()
261 t->offset_max = last_reg; in parser_auth()
/OK3568_Linux_fs/kernel/arch/x86/events/amd/
H A Dibs.c91 int offset_max; member
568 .offset_max = MSR_AMD64_IBSFETCH_REG_COUNT,
594 .offset_max = MSR_AMD64_IBSOP_REG_COUNT,
609 int offset, size, check_rip, offset_max, throttle = 0; in perf_ibs_handle_irq() local
648 offset_max = perf_ibs->offset_max; in perf_ibs_handle_irq()
650 offset_max = 3; in perf_ibs_handle_irq()
652 offset_max = 1; in perf_ibs_handle_irq()
657 perf_ibs->offset_max, in perf_ibs_handle_irq()
659 } while (offset < offset_max); in perf_ibs_handle_irq()
/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Drockchip_dmc_dbg.c750 u32 loop, i, offset_max, group, offset, value; in skew_proc_write() local
815 offset_max = dmcdbg_data.skew_group[group].skew_num; in skew_proc_write()
817 if (offset >= offset_max) { in skew_proc_write()
821 offset = array_index_nospec(offset, offset_max); in skew_proc_write()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dzalon.c43 .offset_max = 8,
H A Dncr53c8xx.h461 unsigned char offset_max; member
H A Dncr53c8xx.c8339 np->maxoffs = device->chip.offset_max;
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_mcc.c1694 s16 offset_min = 0, offset_max = 0; in _mcc_calculate_2wslot_1btslot_pattern() local
1698 &offset_min, &offset_max); in _mcc_calculate_2wslot_1btslot_pattern()
1699 if (offset >= offset_min && offset <= offset_max) { in _mcc_calculate_2wslot_1btslot_pattern()
1711 bt_dur, &offset_min, &offset_max); in _mcc_calculate_2wslot_1btslot_pattern()
1712 if (offset >= offset_min && offset <= offset_max) { in _mcc_calculate_2wslot_1btslot_pattern()
1757 s16 sum = 0, sum_last = 0, offset_min = 0, offset_max = 0; in _mcc_calc_2_clients_worsecase_pattern() local
1767 &offset_min, &offset_max); in _mcc_calc_2_clients_worsecase_pattern()
1769 offset_min, offset_max); in _mcc_calc_2_clients_worsecase_pattern()
1770 if ((bcns_offset >= offset_min) && (bcns_offset <= offset_max)) in _mcc_calc_2_clients_worsecase_pattern()
1776 if (bcns_offset >= offset_min && offset_min <=offset_max) { in _mcc_calc_2_clients_worsecase_pattern()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_mcc.c1694 s16 offset_min = 0, offset_max = 0; in _mcc_calculate_2wslot_1btslot_pattern() local
1698 &offset_min, &offset_max); in _mcc_calculate_2wslot_1btslot_pattern()
1699 if (offset >= offset_min && offset <= offset_max) { in _mcc_calculate_2wslot_1btslot_pattern()
1711 bt_dur, &offset_min, &offset_max); in _mcc_calculate_2wslot_1btslot_pattern()
1712 if (offset >= offset_min && offset <= offset_max) { in _mcc_calculate_2wslot_1btslot_pattern()
1757 s16 sum = 0, sum_last = 0, offset_min = 0, offset_max = 0; in _mcc_calc_2_clients_worsecase_pattern() local
1767 &offset_min, &offset_max); in _mcc_calc_2_clients_worsecase_pattern()
1769 offset_min, offset_max); in _mcc_calc_2_clients_worsecase_pattern()
1770 if ((bcns_offset >= offset_min) && (bcns_offset <= offset_max)) in _mcc_calc_2_clients_worsecase_pattern()
1776 if (bcns_offset >= offset_min && offset_min <=offset_max) { in _mcc_calc_2_clients_worsecase_pattern()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h41 u_char offset_max; member
H A Dsym_glue.c1283 np->maxoffs = dev->chip.offset_max; in sym_attach()