| /OK3568_Linux_fs/kernel/drivers/net/ipa/ |
| H A D | ipa_cmd.c | 172 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 D | mkregtable.c | 113 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 D | ibs.c | 91 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 D | rockchip_dmc_dbg.c | 750 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 D | zalon.c | 43 .offset_max = 8,
|
| H A D | ncr53c8xx.h | 461 unsigned char offset_max; member
|
| H A D | ncr53c8xx.c | 8339 np->maxoffs = device->chip.offset_max;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_mcc.c | 1694 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 D | phl_mcc.c | 1694 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 D | sym_defs.h | 41 u_char offset_max; member
|
| H A D | sym_glue.c | 1283 np->maxoffs = dev->chip.offset_max; in sym_attach()
|