Searched refs:i2 (Results 1 – 12 of 12) sorted by relevance
/drivers/isdn/mISDN/ |
D | l1oip_codec.c | 324 int i1, i2, c, sample; in l1oip_4bit_alloc() local 344 i2 = 0; in l1oip_4bit_alloc() 345 while (i2 < 256) { in l1oip_4bit_alloc() 346 table_com[(i1 << 8) | i2] |= (c << 4); in l1oip_4bit_alloc() 347 table_com[(i2 << 8) | i1] |= c; in l1oip_4bit_alloc() 348 i2++; in l1oip_4bit_alloc() 360 i2 = 0; in l1oip_4bit_alloc() 361 while (i2 < 16) { in l1oip_4bit_alloc() 362 table_dec[(i1 << 4) | i2] |= (sample << 8); in l1oip_4bit_alloc() 363 table_dec[(i2 << 4) | i1] |= sample; in l1oip_4bit_alloc() [all …]
|
D | dsp_cmx.c | 388 int memb = 0, i, ii, i1, i2; in dsp_cmx_hardware() local 875 i2 = i1 + 1; in dsp_cmx_hardware() 876 while (i2 < ii) { in dsp_cmx_hardware() 877 if (freeslots[i2]) in dsp_cmx_hardware() 879 i2++; in dsp_cmx_hardware() 881 if (i2 == ii) { in dsp_cmx_hardware() 894 member->dsp->pcm_slot_rx = i2; in dsp_cmx_hardware() 895 nextm->dsp->pcm_slot_tx = i2; in dsp_cmx_hardware()
|
/drivers/video/fbdev/ |
D | c2p_core.h | 20 static inline void _transp(u32 d[], unsigned int i1, unsigned int i2, in _transp() argument 23 u32 t = (d[i1] ^ (d[i2] >> shift)) & mask; in _transp() 26 d[i2] ^= t << shift; in _transp()
|
/drivers/connector/ |
D | cn_queue.c | 68 int cn_cb_equal(struct cb_id *i1, struct cb_id *i2) in cn_cb_equal() argument 70 return ((i1->idx == i2->idx) && (i1->val == i2->val)); in cn_cb_equal()
|
/drivers/net/ethernet/dec/tulip/ |
D | xircom_cb.c | 157 int i,i2; in print_binary() local 160 i2=0; in print_binary() 163 buffer[i2++]='1'; in print_binary() 165 buffer[i2++]='0'; in print_binary() 167 buffer[i2++]=' '; in print_binary()
|
/drivers/char/hw_random/ |
D | n2-asm.S | 34 stx %o1, [%i2]
|
/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 2114 struct inode *i1, struct inode *i2, in ll_prep_md_op_data() argument 2129 ll_i2gids(op_data->op_suppgids, i1, i2); in ll_prep_md_op_data() 2132 if (i2) in ll_prep_md_op_data() 2133 op_data->op_fid2 = *ll_inode2fid(i2); in ll_prep_md_op_data() 2156 if (opc == LUSTRE_OPC_CREATE && i1 == i2 && S_ISREG(i2->i_mode) && in ll_prep_md_op_data() 2157 !ll_i2info(i2)->lli_has_smd) { in ll_prep_md_op_data() 2158 struct ll_inode_info *lli = ll_i2info(i2); in ll_prep_md_op_data()
|
D | namei.c | 291 void ll_i2gids(__u32 *suppgids, struct inode *i1, struct inode *i2) in ll_i2gids() argument 302 if (i2) in ll_i2gids() 303 suppgids[1] = ll_i2suppgid(i2); in ll_i2gids()
|
D | llite_internal.h | 643 void ll_i2gids(__u32 *suppgids, struct inode *i1, struct inode *i2); 790 struct inode *i1, struct inode *i2,
|
/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5.xml.h | 326 …32_t i0, enum mdp5_igc_type i1, uint32_t i2) { return 0x00000000 + __offset_MDP(i0) + __offset_IGC… in REG_MDP5_MDP_IGC_LUT() argument 328 …32_t i0, enum mdp5_igc_type i1, uint32_t i2) { return 0x00000000 + __offset_MDP(i0) + __offset_IGC… in REG_MDP5_MDP_IGC_LUT_REG() argument
|
/drivers/isdn/i4l/ |
D | isdn_net.c | 2027 isdn_net_swap_usage(int i1, int i2) in isdn_net_swap_usage() argument 2030 int u2 = dev->usage[i2] & ISDN_USAGE_EXCLUSIVE; in isdn_net_swap_usage() 2033 printk(KERN_DEBUG "n_fi: usage of %d and %d\n", i1, i2); in isdn_net_swap_usage() 2037 dev->usage[i2] &= ~ISDN_USAGE_EXCLUSIVE; in isdn_net_swap_usage() 2038 dev->usage[i2] |= u1; in isdn_net_swap_usage()
|
/drivers/scsi/ |
D | advansys.c | 350 ASC_SCSIQ_2 i2; member
|