Home
last modified time | relevance | path

Searched refs:i (Results 1 – 25 of 12375) sorted by relevance

12345678910>>...495

/OK3568_Linux_fs/kernel/net/tipc/
H A Dtrace.c55 int i = 0; in tipc_skb_dump() local
61 i += scnprintf(buf, sz, "msg: (null)\n"); in tipc_skb_dump()
62 return i; in tipc_skb_dump()
69 i += scnprintf(buf, sz, "msg: %u", msg_user(hdr)); in tipc_skb_dump()
70 i += scnprintf(buf + i, sz - i, " %u", msg_type(hdr)); in tipc_skb_dump()
71 i += scnprintf(buf + i, sz - i, " %u", msg_hdr_sz(hdr)); in tipc_skb_dump()
72 i += scnprintf(buf + i, sz - i, " %u", msg_data_sz(hdr)); in tipc_skb_dump()
73 i += scnprintf(buf + i, sz - i, " %x", msg_orignode(hdr)); in tipc_skb_dump()
74 i += scnprintf(buf + i, sz - i, " %x", msg_destnode(hdr)); in tipc_skb_dump()
75 i += scnprintf(buf + i, sz - i, " %u", msg_seqno(hdr)); in tipc_skb_dump()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_com.c1004 RK_S32 i, j, k, m, n; in hal_vp9d_output_probe() local
1026 for (i = 0; i < PARTITION_CONTEXTS; i++) //kf_partition_prob in hal_vp9d_output_probe()
1028 mpp_put_bits(&bp, partition_probs[i][j], 8); //48 in hal_vp9d_output_probe()
1030 for (i = 0; i < PREDICTION_PROBS; i++) //Segment_id_pred_prob //3 in hal_vp9d_output_probe()
1031 mpp_put_bits(&bp, pic_param->stVP9Segments.pred_probs[i], 8); in hal_vp9d_output_probe()
1033 for (i = 0; i < SEG_TREE_PROBS; i++) //Segment_id_probs in hal_vp9d_output_probe()
1034 mpp_put_bits(&bp, pic_param->stVP9Segments.tree_probs[i], 8); //7 in hal_vp9d_output_probe()
1036 for (i = 0; i < SKIP_CONTEXTS; i++) //Skip_flag_probs //3 in hal_vp9d_output_probe()
1037 mpp_put_bits(&bp, pic_param->prob.skip[i], 8); in hal_vp9d_output_probe()
1039 for (i = 0; i < TX_SIZE_CONTEXTS; i++) //Tx_size_probs //6 in hal_vp9d_output_probe()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/crypto/
H A Daes_i.h33 #define RCON(i) rcon[(i)] argument
35 #define TE0(i) Te0[((i) >> 24) & 0xff] argument
36 #define TE1(i) Te1[((i) >> 16) & 0xff] argument
37 #define TE2(i) Te2[((i) >> 8) & 0xff] argument
38 #define TE3(i) Te3[(i) & 0xff] argument
39 #define TE41(i) (Te4[((i) >> 24) & 0xff] & 0xff000000) argument
40 #define TE42(i) (Te4[((i) >> 16) & 0xff] & 0x00ff0000) argument
41 #define TE43(i) (Te4[((i) >> 8) & 0xff] & 0x0000ff00) argument
42 #define TE44(i) (Te4[(i) & 0xff] & 0x000000ff) argument
43 #define TE421(i) (Te4[((i) >> 16) & 0xff] & 0xff000000) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/crypto/
H A Daes_i.h34 #define RCON(i) rcon[(i)] argument
36 #define TE0(i) Te0[((i) >> 24) & 0xff] argument
37 #define TE1(i) Te1[((i) >> 16) & 0xff] argument
38 #define TE2(i) Te2[((i) >> 8) & 0xff] argument
39 #define TE3(i) Te3[(i) & 0xff] argument
40 #define TE41(i) (Te4[((i) >> 24) & 0xff] & 0xff000000) argument
41 #define TE42(i) (Te4[((i) >> 16) & 0xff] & 0x00ff0000) argument
42 #define TE43(i) (Te4[((i) >> 8) & 0xff] & 0x0000ff00) argument
43 #define TE44(i) (Te4[(i) & 0xff] & 0x000000ff) argument
44 #define TE421(i) (Te4[((i) >> 16) & 0xff] & 0xff000000) argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/crypto/
H A Daes_i.h33 #define RCON(i) rcon[(i)] argument
35 #define TE0(i) Te0[((i) >> 24) & 0xff] argument
36 #define TE1(i) Te1[((i) >> 16) & 0xff] argument
37 #define TE2(i) Te2[((i) >> 8) & 0xff] argument
38 #define TE3(i) Te3[(i) & 0xff] argument
39 #define TE41(i) (Te4[((i) >> 24) & 0xff] & 0xff000000) argument
40 #define TE42(i) (Te4[((i) >> 16) & 0xff] & 0x00ff0000) argument
41 #define TE43(i) (Te4[((i) >> 8) & 0xff] & 0x0000ff00) argument
42 #define TE44(i) (Te4[(i) & 0xff] & 0x000000ff) argument
43 #define TE421(i) (Te4[((i) >> 16) & 0xff] & 0xff000000) argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/crypto/
H A Daes_i.h33 #define RCON(i) rcon[(i)] argument
35 #define TE0(i) Te0[((i) >> 24) & 0xff] argument
36 #define TE1(i) Te1[((i) >> 16) & 0xff] argument
37 #define TE2(i) Te2[((i) >> 8) & 0xff] argument
38 #define TE3(i) Te3[(i) & 0xff] argument
39 #define TE41(i) (Te4[((i) >> 24) & 0xff] & 0xff000000) argument
40 #define TE42(i) (Te4[((i) >> 16) & 0xff] & 0x00ff0000) argument
41 #define TE43(i) (Te4[((i) >> 8) & 0xff] & 0x0000ff00) argument
42 #define TE44(i) (Te4[(i) & 0xff] & 0x000000ff) argument
43 #define TE421(i) (Te4[((i) >> 16) & 0xff] & 0xff000000) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/crypto/
H A Daes_i.h34 #define RCON(i) rcon[(i)] argument
36 #define TE0(i) Te0[((i) >> 24) & 0xff] argument
37 #define TE1(i) Te1[((i) >> 16) & 0xff] argument
38 #define TE2(i) Te2[((i) >> 8) & 0xff] argument
39 #define TE3(i) Te3[(i) & 0xff] argument
40 #define TE41(i) (Te4[((i) >> 24) & 0xff] & 0xff000000) argument
41 #define TE42(i) (Te4[((i) >> 16) & 0xff] & 0x00ff0000) argument
42 #define TE43(i) (Te4[((i) >> 8) & 0xff] & 0x0000ff00) argument
43 #define TE44(i) (Te4[(i) & 0xff] & 0x000000ff) argument
44 #define TE421(i) (Te4[((i) >> 16) & 0xff] & 0xff000000) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/crypto/
H A Daes_i.h33 #define RCON(i) rcon[(i)] argument
35 #define TE0(i) Te0[((i) >> 24) & 0xff] argument
36 #define TE1(i) Te1[((i) >> 16) & 0xff] argument
37 #define TE2(i) Te2[((i) >> 8) & 0xff] argument
38 #define TE3(i) Te3[(i) & 0xff] argument
39 #define TE41(i) (Te4[((i) >> 24) & 0xff] & 0xff000000) argument
40 #define TE42(i) (Te4[((i) >> 16) & 0xff] & 0x00ff0000) argument
41 #define TE43(i) (Te4[((i) >> 8) & 0xff] & 0x0000ff00) argument
42 #define TE44(i) (Te4[(i) & 0xff] & 0x000000ff) argument
43 #define TE421(i) (Te4[((i) >> 16) & 0xff] & 0xff000000) argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/crypto/
H A Daes_i.h33 #define RCON(i) rcon[(i)] argument
35 #define TE0(i) Te0[((i) >> 24) & 0xff] argument
36 #define TE1(i) Te1[((i) >> 16) & 0xff] argument
37 #define TE2(i) Te2[((i) >> 8) & 0xff] argument
38 #define TE3(i) Te3[(i) & 0xff] argument
39 #define TE41(i) (Te4[((i) >> 24) & 0xff] & 0xff000000) argument
40 #define TE42(i) (Te4[((i) >> 16) & 0xff] & 0x00ff0000) argument
41 #define TE43(i) (Te4[((i) >> 8) & 0xff] & 0x0000ff00) argument
42 #define TE44(i) (Te4[(i) & 0xff] & 0x000000ff) argument
43 #define TE421(i) (Te4[((i) >> 16) & 0xff] & 0xff000000) argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/crypto/
H A Daes_i.h33 #define RCON(i) rcon[(i)] argument
35 #define TE0(i) Te0[((i) >> 24) & 0xff] argument
36 #define TE1(i) Te1[((i) >> 16) & 0xff] argument
37 #define TE2(i) Te2[((i) >> 8) & 0xff] argument
38 #define TE3(i) Te3[(i) & 0xff] argument
39 #define TE41(i) (Te4[((i) >> 24) & 0xff] & 0xff000000) argument
40 #define TE42(i) (Te4[((i) >> 16) & 0xff] & 0x00ff0000) argument
41 #define TE43(i) (Te4[((i) >> 8) & 0xff] & 0x0000ff00) argument
42 #define TE44(i) (Te4[(i) & 0xff] & 0x000000ff) argument
43 #define TE421(i) (Te4[((i) >> 16) & 0xff] & 0xff000000) argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/crypto/
H A Daes_i.h33 #define RCON(i) rcon[(i)] argument
35 #define TE0(i) Te0[((i) >> 24) & 0xff] argument
36 #define TE1(i) Te1[((i) >> 16) & 0xff] argument
37 #define TE2(i) Te2[((i) >> 8) & 0xff] argument
38 #define TE3(i) Te3[(i) & 0xff] argument
39 #define TE41(i) (Te4[((i) >> 24) & 0xff] & 0xff000000) argument
40 #define TE42(i) (Te4[((i) >> 16) & 0xff] & 0x00ff0000) argument
41 #define TE43(i) (Te4[((i) >> 8) & 0xff] & 0x0000ff00) argument
42 #define TE44(i) (Te4[(i) & 0xff] & 0x000000ff) argument
43 #define TE421(i) (Te4[((i) >> 16) & 0xff] & 0xff000000) argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/crypto/
H A Daes_i.h33 #define RCON(i) rcon[(i)] argument
35 #define TE0(i) Te0[((i) >> 24) & 0xff] argument
36 #define TE1(i) Te1[((i) >> 16) & 0xff] argument
37 #define TE2(i) Te2[((i) >> 8) & 0xff] argument
38 #define TE3(i) Te3[(i) & 0xff] argument
39 #define TE41(i) (Te4[((i) >> 24) & 0xff] & 0xff000000) argument
40 #define TE42(i) (Te4[((i) >> 16) & 0xff] & 0x00ff0000) argument
41 #define TE43(i) (Te4[((i) >> 8) & 0xff] & 0x0000ff00) argument
42 #define TE44(i) (Te4[(i) & 0xff] & 0x000000ff) argument
43 #define TE421(i) (Te4[((i) >> 16) & 0xff] & 0xff000000) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c76 unsigned int i; member
549 int abs(int i){ in abs() argument
550 if(i<0) in abs()
551 return ~(--i); in abs()
552 return i; in abs()
557 int i; in Sqrt() local
558 for(i=14;i>=0;i--) in Sqrt()
560 if((ret + (0x1<<i))*(ret + (0x1<<i)) <= d) in Sqrt()
561 ret |= (0x1<<i); in Sqrt()
568 int i; in PointCoor() local
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-vsx.h15 int i; in validate_vsx() local
17 for (i = 0; i < VSX_MAX; i++) { in validate_vsx()
18 if (vsx[i] != load[2 * i + 1]) { in validate_vsx()
20 i, vsx[i], 2 * i + 1, load[2 * i + 1]); in validate_vsx()
33 int i; in validate_vmx() local
35 for (i = 0; i < VMX_MAX; i++) { in validate_vmx()
37 if ((vmx[i][0] != load[64 + 2 * i]) || in validate_vmx()
38 (vmx[i][1] != load[65 + 2 * i])) { in validate_vmx()
40 i, vmx[i][0], 64 + 2 * i, in validate_vmx()
41 load[64 + 2 * i]); in validate_vmx()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/anr/
H A Drk_aiq_anr_algo_ynr.cpp8 int i = 0; in ynr_get_mode_cell_idx_by_name() local
31 for(i = 0; i < pCalibdb->mode_num; i++) { in ynr_get_mode_cell_idx_by_name()
32 if(strncmp(name, pCalibdb->mode_cell[i].name, sizeof(pCalibdb->mode_cell[i].name)) == 0) { in ynr_get_mode_cell_idx_by_name()
37 if(i < pCalibdb->mode_num) { in ynr_get_mode_cell_idx_by_name()
38 *mode_idx = i; in ynr_get_mode_cell_idx_by_name()
45 LOGD_ANR("%s:%d mode_name:%s mode_idx:%d i:%d \n", __FUNCTION__, __LINE__, name, *mode_idx, i); in ynr_get_mode_cell_idx_by_name()
53 int i = 0; in ynr_get_setting_idx_by_name() local
71 for(i = 0; i < CALIBDB_NR_SHARP_SETTING_LEVEL; i++) { in ynr_get_setting_idx_by_name()
72 …mp(name, pCalibdb->mode_cell[mode_idx].setting[i].snr_mode, sizeof(pCalibdb->mode_cell[mode_idx].s… in ynr_get_setting_idx_by_name()
77 if(i < CALIBDB_NR_SHARP_SETTING_LEVEL) { in ynr_get_setting_idx_by_name()
[all …]
H A Drk_aiq_anr_algo_mfnr.cpp6 int i = 0; in mfnr_get_mode_cell_idx_by_name() local
29 for(i = 0; i < pCalibdb->mode_num; i++) { in mfnr_get_mode_cell_idx_by_name()
30 if(strncmp(name, pCalibdb->mode_cell[i].name, sizeof(pCalibdb->mode_cell[i].name)) == 0) { in mfnr_get_mode_cell_idx_by_name()
35 if(i < pCalibdb->mode_num) { in mfnr_get_mode_cell_idx_by_name()
36 *mode_idx = i; in mfnr_get_mode_cell_idx_by_name()
43 LOGD_ANR("%s:%d mode_name:%s mode_idx:%d i:%d \n", __FUNCTION__, __LINE__, name, *mode_idx, i); in mfnr_get_mode_cell_idx_by_name()
51 int i = 0; in mfnr_get_setting_idx_by_name() local
69 for(i = 0; i < CALIBDB_NR_SHARP_SETTING_LEVEL; i++) { in mfnr_get_setting_idx_by_name()
70 …mp(name, pCalibdb->mode_cell[mode_idx].setting[i].snr_mode, sizeof(pCalibdb->mode_cell[mode_idx].s… in mfnr_get_setting_idx_by_name()
75 if(i < CALIBDB_NR_SHARP_SETTING_LEVEL) { in mfnr_get_setting_idx_by_name()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aynr/
H A Drk_aiq_aynr_algo_ynr_v1.cpp9 int i = 0; in ynr_get_mode_cell_idx_by_name_v1() local
22 for(i = 0; i < pCalibdb->mode_num; i++) { in ynr_get_mode_cell_idx_by_name_v1()
23 if(strncmp(name, pCalibdb->mode_cell[i].name, sizeof(pCalibdb->mode_cell[i].name)) == 0) { in ynr_get_mode_cell_idx_by_name_v1()
28 if(i < pCalibdb->mode_num) { in ynr_get_mode_cell_idx_by_name_v1()
29 *mode_idx = i; in ynr_get_mode_cell_idx_by_name_v1()
36 LOGD_ANR("%s:%d mode_name:%s mode_idx:%d i:%d \n", __FUNCTION__, __LINE__, name, *mode_idx, i); in ynr_get_mode_cell_idx_by_name_v1()
44 int i = 0; in ynr_get_setting_idx_by_name_v1() local
52 for(i = 0; i < CALIBDB_NR_SHARP_SETTING_LEVEL; i++) { in ynr_get_setting_idx_by_name_v1()
53 …mp(name, pCalibdb->mode_cell[mode_idx].setting[i].snr_mode, sizeof(pCalibdb->mode_cell[mode_idx].s… in ynr_get_setting_idx_by_name_v1()
58 if(i < CALIBDB_NR_SHARP_SETTING_LEVEL) { in ynr_get_setting_idx_by_name_v1()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A Dfsl_asrc.h34 #define REG_ASRCDR(i) ((i < 2) ? REG_ASRCDR1 : REG_ASRCDR2) argument
54 #define REG_ASRDI(i) (REG_ASRDIA + (i << 3)) argument
55 #define REG_ASRDO(i) (REG_ASRDOA + (i << 3)) argument
56 #define REG_ASRDx(x, i) ((x) == IN ? REG_ASRDI(i) : REG_ASRDO(i)) argument
64 #define REG_ASRIDRH(i) (REG_ASRIDRHA + (i << 3)) argument
65 #define REG_ASRIDRL(i) (REG_ASRIDRLA + (i << 3)) argument
76 #define REG_ASRMCR(i) (REG_ASRMCRA + (i << 3)) argument
77 #define REG_ASRFST(i) (REG_ASRFSTA + (i << 3)) argument
82 #define REG_ASRMCR1(i) (REG_ASRMCR1A + (i << 2)) argument
86 #define ASRCTR_ATSi_SHIFT(i) (20 + i) argument
[all …]
/OK3568_Linux_fs/kernel/sound/pci/au88x0/
H A Dau88x0_xtalk.c245 int i; in vortex_XtalkHw_SetLeftEQ() local
247 for (i = 0; i < 5; i++) { in vortex_XtalkHw_SetLeftEQ()
248 hwwrite(vortex->mmio, 0x24200 + i * 0x24, coefs[i][0]); in vortex_XtalkHw_SetLeftEQ()
249 hwwrite(vortex->mmio, 0x24204 + i * 0x24, coefs[i][1]); in vortex_XtalkHw_SetLeftEQ()
250 hwwrite(vortex->mmio, 0x24208 + i * 0x24, coefs[i][2]); in vortex_XtalkHw_SetLeftEQ()
251 hwwrite(vortex->mmio, 0x2420c + i * 0x24, coefs[i][3]); in vortex_XtalkHw_SetLeftEQ()
252 hwwrite(vortex->mmio, 0x24210 + i * 0x24, coefs[i][4]); in vortex_XtalkHw_SetLeftEQ()
262 int i; in vortex_XtalkHw_SetRightEQ() local
264 for (i = 0; i < 5; i++) { in vortex_XtalkHw_SetRightEQ()
265 hwwrite(vortex->mmio, 0x242b4 + i * 0x24, coefs[i][0]); in vortex_XtalkHw_SetRightEQ()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amfnr/
H A Drk_aiq_amfnr_algo_mfnr_v1.cpp10 int i = 0; in mfnr_get_mode_cell_idx_by_name_v1() local
24 for(i = 0; i < pCalibdb->mode_num; i++) { in mfnr_get_mode_cell_idx_by_name_v1()
25 if(strncmp(name, pCalibdb->mode_cell[i].name, sizeof(pCalibdb->mode_cell[i].name)) == 0) { in mfnr_get_mode_cell_idx_by_name_v1()
30 if(i < pCalibdb->mode_num) { in mfnr_get_mode_cell_idx_by_name_v1()
31 *mode_idx = i; in mfnr_get_mode_cell_idx_by_name_v1()
38 LOGD_ANR("%s:%d mode_name:%s mode_idx:%d i:%d \n", __FUNCTION__, __LINE__, name, *mode_idx, i); in mfnr_get_mode_cell_idx_by_name_v1()
46 int i = 0; in mfnr_get_setting_idx_by_name_v1() local
54 for(i = 0; i < CALIBDB_NR_SHARP_SETTING_LEVEL; i++) { in mfnr_get_setting_idx_by_name_v1()
55 …mp(name, pCalibdb->mode_cell[mode_idx].setting[i].snr_mode, sizeof(pCalibdb->mode_cell[mode_idx].s… in mfnr_get_setting_idx_by_name_v1()
60 if(i < CALIBDB_NR_SHARP_SETTING_LEVEL) { in mfnr_get_setting_idx_by_name_v1()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Disp2401_input_system_private.h139 u32 i; in ibuf_ctrl_get_state() local
150 for (i = 0; i < N_IBUF_CTRL_PROCS[ID]; i++) { in ibuf_ctrl_get_state()
153 i, in ibuf_ctrl_get_state()
154 &state->proc_state[i]); in ibuf_ctrl_get_state()
162 u32 i; in ibuf_ctrl_dump_state() local
172 for (i = 0; i < N_IBUF_CTRL_PROCS[ID]; i++) { in ibuf_ctrl_dump_state()
173 ia_css_print("IBUF controller ID %d Process ID %d num_items 0x%x\n", ID, i, in ibuf_ctrl_dump_state()
174 state->proc_state[i].num_items); in ibuf_ctrl_dump_state()
175 ia_css_print("IBUF controller ID %d Process ID %d num_stores 0x%x\n", ID, i, in ibuf_ctrl_dump_state()
176 state->proc_state[i].num_stores); in ibuf_ctrl_dump_state()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dxor.h52 #define BLK64(pf, op, i) \ argument
53 pf(i) \
54 op(i, 0) \
55 op(i + 1, 1) \
56 op(i + 2, 2) \
57 op(i + 3, 3)
68 #define BLOCK(i) \ in xor_sse_2() argument
69 LD(i, 0) \ in xor_sse_2()
70 LD(i + 1, 1) \ in xor_sse_2()
71 PF1(i) \ in xor_sse_2()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_reg.h40 #define NV10_PFB_TILE(i) (0x00100240 + (i*16)) argument
42 #define NV10_PFB_TLIMIT(i) (0x00100244 + (i*16)) argument
43 #define NV10_PFB_TSIZE(i) (0x00100248 + (i*16)) argument
44 #define NV10_PFB_TSTATUS(i) (0x0010024c + (i*16)) argument
49 #define NV20_PFB_ZCOMP(i) (0x00100300 + 4*(i)) argument
55 #define NV04_PFB_SCRAMBLE(i) (0x00100400 + 4 * (i)) argument
56 #define NV40_PFB_TILE(i) (0x00100600 + (i*16)) argument
59 #define NV40_PFB_TLIMIT(i) (0x00100604 + (i*16)) argument
60 #define NV40_PFB_TSIZE(i) (0x00100608 + (i*16)) argument
61 #define NV40_PFB_TSTATUS(i) (0x0010060c + (i*16)) argument
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-rockchip/
H A Drkpm_gicv2.c15 int i; in rkpm_gicv2_dist_save() local
23 for (i = 32; i < gic_irqs; i += 4) in rkpm_gicv2_dist_save()
24 ctx->saved_spi_target[i >> 2] = in rkpm_gicv2_dist_save()
25 readl_relaxed(dist_base + GIC_DIST_TARGET + i); in rkpm_gicv2_dist_save()
27 for (i = 32; i < gic_irqs; i += 4) in rkpm_gicv2_dist_save()
28 ctx->saved_spi_prio[i >> 2] = in rkpm_gicv2_dist_save()
29 readl_relaxed(dist_base + GIC_DIST_PRI + i); in rkpm_gicv2_dist_save()
31 for (i = 32; i < gic_irqs; i += 16) in rkpm_gicv2_dist_save()
32 ctx->saved_spi_conf[i >> 4] = in rkpm_gicv2_dist_save()
34 (i >> 4 << 2)); in rkpm_gicv2_dist_save()
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Deffects_i_dsp.c96 int i; in lsx_prepare_spline3() local
105 for (i = 1; i < n - 1; ++i) { in lsx_prepare_spline3()
106 sig = (x[i] - x[i - 1]) / (x[i + 1] - x[i - 1]); in lsx_prepare_spline3()
107 p = sig * y_2d[i - 1] + 2; in lsx_prepare_spline3()
108 y_2d[i] = (sig - 1) / p; in lsx_prepare_spline3()
109 u[i] = (y[i + 1] - y[i]) / (x[i + 1] - x[i]) - in lsx_prepare_spline3()
110 (y[i] - y[i - 1]) / (x[i] - x[i - 1]); in lsx_prepare_spline3()
111 u[i] = (6 * u[i] / (x[i + 1] - x[i - 1]) - sig * u[i - 1]) / p; in lsx_prepare_spline3()
120 for (i = n - 2; i >= 0; --i) in lsx_prepare_spline3()
121 y_2d[i] = y_2d[i] * y_2d[i + 1] + u[i]; in lsx_prepare_spline3()
[all …]

12345678910>>...495