Home
last modified time | relevance | path

Searched full:ii (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/linux/include/linux/
H A Drio_regs.h35 #define RIO_PEF_INB_MBOX 0x00f00000 /* [II, <= 1.2] Mailboxes */
36 #define RIO_PEF_INB_MBOX0 0x00800000 /* [II, <= 1.2] Mailbox 0 */
37 #define RIO_PEF_INB_MBOX1 0x00400000 /* [II, <= 1.2] Mailbox 1 */
38 #define RIO_PEF_INB_MBOX2 0x00200000 /* [II, <= 1.2] Mailbox 2 */
39 #define RIO_PEF_INB_MBOX3 0x00100000 /* [II, <= 1.2] Mailbox 3 */
40 #define RIO_PEF_INB_DOORBELL 0x00080000 /* [II, <= 1.2] Doorbells */
62 #define RIO_SRC_OPS_DATA_MSG 0x00000800 /* [II] Data msg op */
63 #define RIO_SRC_OPS_DOORBELL 0x00000400 /* [II] Doorbell op */
76 #define RIO_DST_OPS_DATA_MSG 0x00000800 /* [II] Data msg op */
77 #define RIO_DST_OPS_DOORBELL 0x00000400 /* [II] Doorbell op */
[all …]
H A Ddio.h3 * Maybe this should handle DIO-II later?
19 * range from 0-63 (DIO) and 132-255 (DIO-II).
27 * DIO-II boards are at 0x1000000 + (sc - 132) * 0x400000
29 * so currently we just don't handle DIO-II boards. It wouldn't be hard to
98 /* DIO/DIO-II boards all have the following 8bit registers.
104 #define DIOII_SIZEOFF 0x101 /* device size, DIO-II only */
111 #define DIOII_BASE 0x01000000 /* start of DIO-II space */
112 #define DIOII_END 0x20000000 /* end of DIO-II space */
113 #define DIOII_DEVSIZE 0x00400000 /* size of a DIO-II device */
117 #define DIOII_SCBASE 132 /* lowest DIO-II selec
[all...]
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_core.c33 u8 ii = 0; in rsi_determine_min_weight_queue() local
35 for (ii = 0; ii < NUM_EDCA_QUEUES; ii++) { in rsi_determine_min_weight_queue()
36 q_len = skb_queue_len(&common->tx_queue[ii]); in rsi_determine_min_weight_queue()
37 if ((tx_qinfo[ii].pkt_contended) && q_len) { in rsi_determine_min_weight_queue()
38 common->min_weight = tx_qinfo[ii].weight; in rsi_determine_min_weight_queue()
42 return ii; in rsi_determine_min_weight_queue()
56 u8 ii = 0; in rsi_recalculate_weights() local
59 for (ii = 0; ii < NUM_EDCA_QUEUES; ii++) { in rsi_recalculate_weights()
60 q_len = skb_queue_len(&common->tx_queue[ii]); in rsi_recalculate_weights()
63 if (tx_qinfo[ii].pkt_contended) { in rsi_recalculate_weights()
[all …]
H A Drsi_91x_mgmt.c322 u8 ii = 0; in rsi_set_contention_vals() local
324 for (; ii < NUM_EDCA_QUEUES; ii++) { in rsi_set_contention_vals()
325 common->tx_qinfo[ii].wme_params = in rsi_set_contention_vals()
326 (((common->edca_params[ii].cw_min / 2) + in rsi_set_contention_vals()
327 (common->edca_params[ii].aifs)) * in rsi_set_contention_vals()
329 common->tx_qinfo[ii].weight = common->tx_qinfo[ii].wme_params; in rsi_set_contention_vals()
330 common->tx_qinfo[ii].pkt_contended = 0; in rsi_set_contention_vals()
375 u8 ii; in rsi_load_radio_caps() local
438 for (ii = 0; ii < MAX_HW_QUEUES; ii++) { in rsi_load_radio_caps()
439 radio_caps->qos_params[ii].cont_win_min_q = cpu_to_le16(3); in rsi_load_radio_caps()
[all …]
H A Drsi_91x_main.c305 u8 ii = 0; in rsi_91x_init() local
322 for (ii = 0; ii < NUM_SOFT_QUEUES; ii++) in rsi_91x_init()
323 skb_queue_head_init(&common->tx_queue[ii]); in rsi_91x_init()
401 u8 ii; in rsi_91x_deinit() local
407 for (ii = 0; ii < NUM_SOFT_QUEUES; ii++) in rsi_91x_deinit()
408 skb_queue_purge(&common->tx_queue[ii]); in rsi_91x_deinit()
/linux/Documentation/arch/nios2/
H A Dnios2.rst2 Linux on the Nios II architecture
5 This is a port of Linux to Nios II (nios2) processor.
7 In order to compile for Nios II, you need a version of GCC with support for the generic
9 software for the Nios II platform:
15 What is Nios II?
17 Nios II is a 32-bit embedded-processor architecture designed specifically for the
18 Altera family of FPGAs. In order to support Linux, Nios II needs to be configured
21 Nios II ABI
23 Please refer to chapter "Application Binary Interface" in Nios II Processor Reference
/linux/drivers/zorro/
H A Dzorro.ids68 0000 StarBoard II [RAM Expansion]
109 0d00 SupraDrive WordSync II [SCSI Host Adapter]
128 1200 Cobra/Viper II 68EC030 [Accelerator]
137 0a00 Impact Series II [RAM Expansion]
151 0bf8 Series-II [SCSI Host Adapter]
193 2000 FrameMaster II [Graphics Card]
221 0200 Golem SCSI-II [SCSI Host Adapter]
227 0a00 Impact Series II [RAM Expansion]
242 1100 MultiFace II [Multi I/O]
244 2000 FrameMaster II [Graphics Card]
[all …]
/linux/drivers/w1/slaves/
H A Dw1_ds2423.c41 int ii; in w1_slave_show() local
64 for (ii = 0; ii < READ_BYTE_COUNT; ++ii) in w1_slave_show()
67 rbuf[(p * READ_BYTE_COUNT) + ii]); in w1_slave_show()
92 for (ii = 4; ii > 0; ii--) { in w1_slave_show()
95 READ_BYTE_COUNT) + ii]; in w1_slave_show()
/linux/drivers/scsi/csiostor/
H A Dcsio_init.c699 int cur_cnt = 0, ii; in csio_lnodes_block_request() local
720 for (ii = 0; ii < cur_cnt; ii++) { in csio_lnodes_block_request()
721 csio_dbg(hw, "Blocking IOs on lnode: %p\n", lnode_list[ii]); in csio_lnodes_block_request()
722 ln = lnode_list[ii]; in csio_lnodes_block_request()
738 int cur_cnt = 0, ii; in csio_lnodes_unblock_request() local
759 for (ii = 0; ii < cur_cnt; ii++) { in csio_lnodes_unblock_request()
760 csio_dbg(hw, "unblocking IOs on lnode: %p\n", lnode_list[ii]); in csio_lnodes_unblock_request()
761 ln = lnode_list[ii]; in csio_lnodes_unblock_request()
776 int cur_cnt = 0, ii; in csio_lnodes_block_by_port() local
800 for (ii = 0; ii < cur_cnt; ii++) { in csio_lnodes_block_by_port()
[all …]
/linux/drivers/message/fusion/
H A Dmptfc.c329 int ii; in mptfc_GetFcDevPage0() local
421 for (ii = 0; ii < num_targ; ii++) { in mptfc_GetFcDevPage0()
422 fc = *(pp0_array+ii); in mptfc_GetFcDevPage0()
984 int ii; in mptfc_SetFcPortPage1_defaults() local
992 for (ii=0; ii<ioc->facts.NumberOfPorts; ii++) { in mptfc_SetFcPortPage1_defaults()
993 if (mptfc_GetFcPortPage1(ioc, ii) != 0) in mptfc_SetFcPortPage1_defaults()
995 pp1 = ioc->fc_data.fc_port_page1[ii].data; in mptfc_SetFcPortPage1_defaults()
1005 mptfc_WriteFcPortPage1(ioc, ii); in mptfc_SetFcPortPage1_defaults()
1109 int ii; in mptfc_link_status_change() local
1111 for (ii=0; ii < ioc->facts.NumberOfPorts; ii++) in mptfc_link_status_change()
[all …]
H A Dmptspi.c262 int ii; in mptspi_writeIOCPage4() local
286 for (ii=0; ii < 8; ii++) { in mptspi_writeIOCPage4()
287 pReq->Reserved2[ii] = 0; in mptspi_writeIOCPage4()
292 ii = IOCPage4Ptr->ActiveSEP++; in mptspi_writeIOCPage4()
293 IOCPage4Ptr->SEP[ii].SEPTargetID = id; in mptspi_writeIOCPage4()
294 IOCPage4Ptr->SEP[ii].SEPBus = channel; in mptspi_writeIOCPage4()
301 (IOCPage4Ptr->Header.PageLength + ii) * 4; in mptspi_writeIOCPage4()
467 * @ii: negotiation parameters
471 mptspi_print_write_nego(struct _MPT_SCSI_HOST *hd, struct scsi_target *starget, u32 ii) in mptspi_print_write_nego() argument
475 hd->ioc->name, starget->id, ii, in mptspi_print_write_nego()
[all …]
H A Dmptdebug.h165 int ii, n; in DBG_DUMP_PUT_MSG_FRAME() local
174 for (ii=0; ii<=n; ii++) { in DBG_DUMP_PUT_MSG_FRAME()
175 if (ii && ((ii%8)==0)) in DBG_DUMP_PUT_MSG_FRAME()
177 printk(" %08x", le32_to_cpu(mfp[ii])); in DBG_DUMP_PUT_MSG_FRAME()
/linux/drivers/video/fbdev/
H A Dfm2fb.c2 * linux/drivers/video/fm2fb.c -- BSC FrameMaster II/Rainbow II frame buffer
27 * The BSC FrameMaster II (or Rainbow II) is a simple very dumb
34 * The FrameMaster II supports the following video modes.
48 * owns four VRAMs. Unfortunately most FrameMasters II are
64 * is not very much information about the FrameMaster II in
78 * FrameMaster II to a normal TV via SCART connector:
88 * FrameMaster II driver are assumed values to avoid anomalies
105 * The FrameMaster II was not designed to display a console
257 strcpy(fb_fix.id, is_fm ? "FrameMaster II" : "Rainbow II"); in fm2fb_probe()
/linux/arch/openrisc/
H A DKconfig104 menu "Class II Instructions"
110 Select this if your implementation has the Class II instruction l.ff1
116 Select this if your implementation has the Class II instruction l.fl1
138 Select this if your implementation has support for the Class II
151 Select this if your implementation has support for the Class II
164 Select this if your implementation has support for the Class II
177 Select this if your implementation has support for the Class II
/linux/Documentation/driver-api/
H A Dzorro.rst15 There are two types of Zorro buses, Zorro II and Zorro III:
17 - The Zorro II address space is 24-bit and lies within the first 16 MB of the
20 - Zorro III is a 32-bit extension of Zorro II, which is backwards compatible
21 with Zorro II. The Zorro III address space lies outside the first 16 MB.
78 - Zorro II address space is always mapped and does not have to be mapped
81 Conversion from bus/physical Zorro II addresses to kernel virtual addresses
/linux/fs/btrfs/
H A Dprint-tree.c250 struct btrfs_inode_item *ii = btrfs_item_ptr(eb, i, struct btrfs_inode_item); in print_inode_item() local
253 btrfs_inode_generation(eb, ii), btrfs_inode_transid(eb, ii), in print_inode_item()
254 btrfs_inode_size(eb, ii), btrfs_inode_nbytes(eb, ii)); in print_inode_item()
256 btrfs_inode_block_group(eb, ii), btrfs_inode_mode(eb, ii), in print_inode_item()
257 btrfs_inode_nlink(eb, ii), btrfs_inode_uid(eb, ii), in print_inode_item()
258 btrfs_inode_gid(eb, ii)); in print_inode_item()
260 btrfs_inode_rdev(eb, ii), btrfs_inode_sequence(eb, ii), in print_inode_item()
261 btrfs_inode_flags(eb, ii)); in print_inode_item()
262 print_timespec(eb, &ii->atime, "\t\tatime ", "\n"); in print_inode_item()
263 print_timespec(eb, &ii->ctime, "\t\tctime ", "\n"); in print_inode_item()
[all …]
/linux/tools/testing/selftests/net/forwarding/
H A Drouter_mpath_seed.sh235 local ii
240 for ((ii = 0; ii < 100; ii++)); do
241 local act=$(probe_seed $group_id $((999331 * ii)) "${mz[@]}")
246 for ((ii = 0; ii < ${#tally[@]}; ii++)); do
247 ((tally[ii] > 0))
248 check_err $? "NH #$ii not hit, tally='$tally_str'"
/linux/drivers/hid/
H A Dhid-magicmouse.c157 int ii; in magicmouse_firm_touch() local
162 for (ii = 0; ii < msc->ntouches; ii++) { in magicmouse_firm_touch()
163 int idx = msc->tracking_ids[ii]; in magicmouse_firm_touch()
391 int x = 0, y = 0, ii, clicks = 0, npoints; in magicmouse_raw_event() local
410 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
411 magicmouse_emit_touch(msc, ii, data + ii * 9 + 4); in magicmouse_raw_event()
432 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
433 magicmouse_emit_touch(msc, ii, data + ii * 9 + 12); in magicmouse_raw_event()
448 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
449 magicmouse_emit_touch(msc, ii, data + ii * 8 + 6); in magicmouse_raw_event()
[all …]
/linux/drivers/i2c/busses/
H A Di2c-iop3xx.c306 int ii; in iop3xx_i2c_writebytes() local
309 for (ii = 0; rc == 0 && ii != count; ++ii) in iop3xx_i2c_writebytes()
310 rc = iop3xx_i2c_write_byte(iop3xx_adap, buf[ii], ii == count-1); in iop3xx_i2c_writebytes()
318 int ii; in iop3xx_i2c_readbytes() local
321 for (ii = 0; rc == 0 && ii != count; ++ii) in iop3xx_i2c_readbytes()
322 rc = iop3xx_i2c_read_byte(iop3xx_adap, &buf[ii], ii == count-1); in iop3xx_i2c_readbytes()
/linux/arch/powerpc/platforms/chrp/
H A Dpegasos_eth.c131 printk("Pegasos II/Marvell MV64361: register remapped from %p to %p\n", in Enable_SRAM()
154 printk("Pegasos II/Marvell MV64361: register unmapped\n"); in Enable_SRAM()
155 …printk("Pegasos II/Marvell MV64361: SRAM at %p, size=%x\n", (void*) PEGASOS2_SRAM_BASE, PEGASOS2_S… in Enable_SRAM()
176 printk("Pegasos II/Marvell MV64361: init\n"); in mv643xx_eth_add_pds()
191 printk("Pegasos II/Marvell MV64361: Can't enable the " in mv643xx_eth_add_pds()
198 printk("Pegasos II/Marvell MV64361: init is over\n"); in mv643xx_eth_add_pds()
/linux/drivers/mmc/core/
H A Dsd_uhs2.c21 * Support for SD UHS-II cards
84 * Run the phy initialization sequence, which mainly relies on the UHS-II host
94 pr_debug("%s: failed to initial phy for UHS-II!\n", in sd_uhs2_phy_init()
102 * sd_uhs2_cmd_assemble() - build up UHS-II command packet which is embedded in
106 * @header: Header field of UHS-II command cxpacket
107 * @arg: Argument field of UHS-II command packet
108 * @payload: Payload field of UHS-II command packet
117 * received on UHS-II bus. This function fills in the contents of uhs2_command
151 * Refer to UHS-II Addendum Version 1.02 Figure 6-21 to see DEVICE_INIT CCMD format. in sd_uhs2_dev_init()
168 * Refer to UHS-II Addendum Version 1.02 section 6.3.1. in sd_uhs2_dev_init()
[all …]
/linux/drivers/media/dvb-frontends/
H A Dgp8psk-fe.h51 #define ADV_MOD_DCII_C_QPSK 4 /* Digicipher II Combo */
52 #define ADV_MOD_DCII_I_QPSK 5 /* Digicipher II I-stream */
53 #define ADV_MOD_DCII_Q_QPSK 6 /* Digicipher II Q-stream */
54 #define ADV_MOD_DCII_C_OQPSK 7 /* Digicipher II offset QPSK */
/linux/arch/arm/mach-orion5x/
H A DKconfig64 bool "Buffalo Terastation Pro II/Live"
68 Buffalo Terastation Pro II/Live platform.
123 bool "Maxtor Shared Storage II (Flattened Device Tree)"
127 Maxtor Shared Storage II platform.
/linux/Documentation/hwmon/
H A Dk10temp.rst10 Socket AM2+: Quad-Core Opteron, Phenom (II) X3/X4, Athlon X2 (but see below)
12 Socket AM3: Quad-Core Opteron, Athlon/Phenom II X2/X3/X4, Sempron II
14 Socket S1G3: Athlon II, Sempron, Turion II
/linux/Documentation/arch/m68k/
H A Dbuddha-driver.rst11 Buddha-part of the Catweasel Zorro-II version
21 product number: 0 (42 for Catweasel Z-II)
25 The card should be a Z-II board, size 64K, not for freemem
41 $0-$7e Autokonfig-space, see Z-II docs.
62 $e00-$eff local expansion port, on Catweasel Z-II the
198 compatible with both the Buddha and the Catweasel Z-II, The
199 Buddha acts just like a Catweasel Z-II with no device

12345678910>>...20