Home
last modified time | relevance | path

Searched refs:i2 (Results 1 – 12 of 12) sorted by relevance

/drivers/isdn/mISDN/
Dl1oip_codec.c324 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 …]
Ddsp_cmx.c388 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/
Dc2p_core.h20 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/
Dcn_queue.c68 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/
Dxircom_cb.c157 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/
Dn2-asm.S34 stx %o1, [%i2]
/drivers/staging/lustre/lustre/llite/
Dllite_lib.c2114 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()
Dnamei.c291 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()
Dllite_internal.h643 void ll_i2gids(__u32 *suppgids, struct inode *i1, struct inode *i2);
790 struct inode *i1, struct inode *i2,
/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5.xml.h326 …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/
Disdn_net.c2027 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/
Dadvansys.c350 ASC_SCSIQ_2 i2; member