Home
last modified time | relevance | path

Searched refs:ii (Results 51 – 75 of 399) sorted by relevance

12345678910>>...16

/openbmc/linux/drivers/staging/vt6655/
H A Ddevice_main.c264 unsigned int ii; in device_init_registers() local
368 for (ii = 0; ii < CB_MAX_CHANNEL_24G; ii++) { in device_init_registers()
369 priv->abyCCKPwrTbl[ii + 1] = in device_init_registers()
372 if (priv->abyCCKPwrTbl[ii + 1] == 0) in device_init_registers()
373 priv->abyCCKPwrTbl[ii + 1] = priv->byCCKPwr; in device_init_registers()
375 priv->abyOFDMPwrTbl[ii + 1] = in device_init_registers()
378 if (priv->abyOFDMPwrTbl[ii + 1] == 0) in device_init_registers()
381 priv->abyCCKDefaultPwr[ii + 1] = byCCKPwrdBm; in device_init_registers()
382 priv->abyOFDMDefaultPwr[ii + 1] = byOFDMPwrdBm; in device_init_registers()
386 for (ii = 11; ii < 14; ii++) { in device_init_registers()
[all …]
H A Drf.c204 int ii; in RFbAL2230Init() local
220 for (ii = 0; ii < CB_AL2230_INIT_SEQ; ii++) in RFbAL2230Init()
221 ret &= IFRFbWriteEmbedded(priv, al2230_init_table[ii]); in RFbAL2230Init()
/openbmc/ipmitool/lib/
H A Ddimm_spd.c782 int ii = 0; in ipmi_spd_print() local
956 ii = (spd_data[3] & 0x0f) + (spd_data[4] & 0x0f) - 17; in ipmi_spd_print()
959 if(ii > 0 && ii <= 12 && k > 0) { in ipmi_spd_print()
960 printf(" Memory Size : %d MB\n", ((1 << ii) * k)); in ipmi_spd_print()
/openbmc/linux/drivers/staging/vt6656/
H A Dusbpipe.c272 int ii; in vnt_rx_data() local
313 for (ii = 0; ii < sband->n_bitrates; ii++) { in vnt_rx_data()
314 if (sband->bitrates[ii].bitrate == rx_bitrate) { in vnt_rx_data()
315 rate_idx = ii; in vnt_rx_data()
320 if (ii == sband->n_bitrates) { in vnt_rx_data()
H A Drxtx.c59 int ii; in vnt_get_free_context() local
61 for (ii = 0; ii < priv->num_tx_context; ii++) { in vnt_get_free_context()
62 if (!priv->tx_context[ii]) in vnt_get_free_context()
65 context = priv->tx_context[ii]; in vnt_get_free_context()
72 if (ii == priv->num_tx_context) { in vnt_get_free_context()
/openbmc/linux/drivers/isdn/mISDN/
H A Ddsp_cmx.c463 while (i < ii) { in dsp_cmx_hardware()
468 if (i == ii) { in dsp_cmx_hardware()
762 if (i == ii) { in dsp_cmx_hardware()
854 if (i1 == ii) { in dsp_cmx_hardware()
983 if (i == ii) { in dsp_cmx_hardware()
1027 ii = 8; in dsp_cmx_hardware()
1028 while (i < ii) { in dsp_cmx_hardware()
1033 if (i == ii) { in dsp_cmx_hardware()
1176 int w, i, ii; in dsp_cmx_receive() local
1280 ii = len; in dsp_cmx_receive()
[all …]
H A Ddsp_audio.c394 int i, ii; in dsp_change_volume() local
413 ii = skb->len; in dsp_change_volume()
416 while (i < ii) { in dsp_change_volume()
/openbmc/linux/include/uapi/linux/
H A Dsoundcard.h1179 {int ii, ll=(len); \
1185 for(ii=0;ii<ll;ii++)\
1186 _seqbuf[_seqbufptr+ii+2] = bufp[ii];\
1187 for(ii=ll;ii<6;ii++)\
1188 _seqbuf[_seqbufptr+ii+2] = 0xff;\
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_qos.c392 int i, ii; in sparx5_leak_groups_init() local
398 for (ii = 0; ii < SPX5_HSCH_LEAK_GRP_CNT; ii++) { in sparx5_leak_groups_init()
399 lg = &layer->leak_groups[ii]; in sparx5_leak_groups_init()
400 lg->max_rate = spx5_hsch_max_group_rate[ii]; in sparx5_leak_groups_init()
434 sparx5_lg_disable(sparx5, i, ii); in sparx5_leak_groups_init()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c735 int ii; in base_addr_show() local
737 for (res = at = ii = 0; ii < ip_hw_instance->num_base_addresses; ii++) { in base_addr_show()
951 int ii, jj, kk, res; in amdgpu_discovery_sysfs_ips() local
958 for (ii = 0; ii < HW_ID_MAX; ii++) { in amdgpu_discovery_sysfs_ips()
980 ip_hw_id->hw_id = ii; in amdgpu_discovery_sysfs_ips()
994 hw_id_names[ii]); in amdgpu_discovery_sysfs_ips()
1057 int ii, res; in amdgpu_discovery_sysfs_recurse() local
1066 for (ii = 0; ii < num_dies; ii++) { in amdgpu_discovery_sysfs_recurse()
1105 int res, ii; in amdgpu_discovery_sysfs_init() local
1133 for (ii = 0; ii < ARRAY_SIZE(ip_hw_attr); ii++) in amdgpu_discovery_sysfs_init()
[all …]
/openbmc/linux/fs/nilfs2/
H A Dsuper.c153 struct nilfs_inode_info *ii; in nilfs_alloc_inode() local
156 if (!ii) in nilfs_alloc_inode()
158 ii->i_bh = NULL; in nilfs_alloc_inode()
159 ii->i_state = 0; in nilfs_alloc_inode()
160 ii->i_cno = 0; in nilfs_alloc_inode()
161 ii->i_assoc_inode = NULL; in nilfs_alloc_inode()
162 ii->i_bmap = &ii->i_bmap_data; in nilfs_alloc_inode()
163 return &ii->vfs_inode; in nilfs_alloc_inode()
1382 INIT_LIST_HEAD(&ii->i_dirty); in nilfs_inode_init_once()
1384 init_rwsem(&ii->xattr_sem); in nilfs_inode_init_once()
[all …]
H A Dbtnode.c32 struct nilfs_inode_info *ii = NILFS_I(btnc_inode); in nilfs_init_btnc_inode() local
35 ii->i_flags = 0; in nilfs_init_btnc_inode()
36 memset(&ii->i_bmap_data, 0, sizeof(struct nilfs_bmap)); in nilfs_init_btnc_inode()
/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi_targ.h595 #define SET_INITIATOR_INDEX(t, ii) \ argument
597 (((ii) << TARGET_MODE_REPLY_INITIATOR_INDEX_SHIFT) & \
635 #define SET_IOC_INDEX_0100(t, ii) \ argument
637 (((ii) << TARGET_MODE_REPLY_0100_SHIFT_IOC_INDEX) & \
644 #define SET_INITIATOR_INDEX_0100(t, ii) \ argument
646 (((ii) << TARGET_MODE_REPLY_0100_SHIFT_INITIATOR_INDEX) & \
/openbmc/linux/fs/btrfs/
H A Dprint-tree.c211 struct btrfs_inode_item *ii; in btrfs_print_leaf() local
239 ii = btrfs_item_ptr(l, i, struct btrfs_inode_item); in btrfs_print_leaf()
241 btrfs_inode_generation(l, ii), in btrfs_print_leaf()
242 btrfs_inode_size(l, ii), in btrfs_print_leaf()
243 btrfs_inode_mode(l, ii)); in btrfs_print_leaf()
/openbmc/u-boot/cmd/
H A Dfdc.c408 unsigned long len,readblk,i,timeout,ii,offset; in fdc_read_data() local
463 for(ii=0;ii<7;ii++) { in fdc_read_data()
464 pCMD->result[ii]=bufferw[(i-7+ii)]; in fdc_read_data()
H A Dusb.c249 int i, ii; in usb_display_config() local
256 for (ii = 0; ii < ifdesc->no_of_ep; ii++) { in usb_display_config()
257 epdesc = &ifdesc->ep_desc[ii]; in usb_display_config()
/openbmc/linux/drivers/comedi/drivers/
H A Drtd520.c462 int ii; in rtd_load_channelgain_list() local
466 for (ii = 0; ii < n_chan; ii++) { in rtd_load_channelgain_list()
467 writel(rtd_convert_chan_gain(dev, list[ii], ii), in rtd_load_channelgain_list()
580 int ii; in ai_read_n() local
582 for (ii = 0; ii < count; ii++) { in ai_read_n()
/openbmc/qemu/target/hexagon/imported/
H A Dencode_pp.def722 DEF_ENC32(J2_loop0r, ICLASS_CR" 0000 000sssss PP-iiiii ---ii---")
723 DEF_ENC32(J2_loop1r, ICLASS_CR" 0000 001sssss PP-iiiii ---ii---")
724 DEF_ENC32(J2_ploop1sr, ICLASS_CR" 0000 101sssss PP-iiiii ---ii---")
725 DEF_ENC32(J2_ploop2sr, ICLASS_CR" 0000 110sssss PP-iiiii ---ii---")
726 DEF_ENC32(J2_ploop3sr, ICLASS_CR" 0000 111sssss PP-iiiii ---ii---")
1243 DEF_ENC32(A2_tfrsi, ICLASS_ALU2op" 1000 ii-iiiii PPiiiiii iiiddddd")
2071 DEF_ENC32(M4_mpyrr_addi, ICLASS_ALU64" 0111 0ii sssss PPittttt iiiddddd")
2090 DEF_ENC32(S4_addaddi, ICLASS_ALU64" 1011 0ii sssss PPiddddd iiiuuuuu")
2091 DEF_ENC32(S4_subaddi, ICLASS_ALU64" 1011 1ii sssss PPiddddd iiiuuuuu")
2105 DEF_ENC32(F2_dfclass, ICLASS_ALU64"1100 100sssss PP-000ii iii10-dd")
[all …]
H A Dencode_subinsn.def33 DEF_ENC_SUBINSN(SS1_storew_io, SUBINSN_S1, "0ii iisssstttt")
34 DEF_ENC_SUBINSN(SS1_storeb_io, SUBINSN_S1, "1ii iisssstttt")
96 DEF_ENC_SUBINSN(SA1_cmpeqi, SUBINSN_A, "110 01ssss--ii")
/openbmc/qemu/target/arm/
H A Didau.h54 void (*check)(IDAUInterface *ii, uint32_t address, int *iregion,
/openbmc/qemu/target/hexagon/
H A Dgen_printinsn.py161 ii = 1
170 ii = 0
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0006-cpp-honor-sysroot.patch7 preprocessed source (.i or .ii files), the compiler will try and access the builtin sysroot location
33 {".ii", "@c++-cpp-output", 0, 0, 0},
/openbmc/dbus-sensors/src/
H A DThresholds.cpp143 for (size_t ii = 0; ii < thresholdCount; ii++) in persistThreshold() local
146 std::to_string(ii); in persistThreshold()
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dautoreconf-exclude.patch51 # is simpler, and (ii) we are still able to diagnose simultaneous
90 # latter runs the former, and (ii) autoconf is stricter than
/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_91x_usb.c116 int ii, bin_found = 0, bout_found = 0; in rsi_find_bulk_in_and_out_endpoints() local
120 for (ii = 0; ii < iface_desc->desc.bNumEndpoints; ++ii) { in rsi_find_bulk_in_and_out_endpoints()
121 endpoint = &(iface_desc->endpoint[ii].desc); in rsi_find_bulk_in_and_out_endpoints()

12345678910>>...16