• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/

Lines Matching +defs:read +defs:line

261 	char line[81];
267 snprint_line(line, sizeof(line), &data[ofs],
269 printk(KERN_DEBUG "%s\n", line);
294 /* alias for 32-bit indirect read (for SRAM/reg above 4K), with debug wrapper */
298 /* alias for 8-bit indirect read (for SRAM/reg above 4K), with debug wrapper */
371 /* 8-bit direct read (low 4K) */
377 /* alias to 8-bit direct read (low 4K of SRAM/regs), with debug wrapper */
384 /* 16-bit direct read (low 4K) */
390 /* alias to 16-bit direct read (low 4K of SRAM/regs), with debug wrapper */
397 /* 32-bit direct read (low 4K) */
403 /* alias to 32-bit direct read (low 4K of SRAM/regs), with debug wrapper */
411 /* alias to multi-byte read (SRAM/regs above 4K), with debug wrapper */
418 /* alias to multi-byte read (SRAM/regs above 4K), with debug wrapper */
457 /* 8-bit indirect read (above 4K) */
467 /* 32-bit indirect read (above 4K) */
480 /* General purpose, no alignment requirement, iterative (multi-byte) read, */
703 * read from the table
2580 * device driver has read access to the EEPROM by way of indirect addressing
2588 * select and why do have to keep driving the eeprom clock?), read
2690 /* read entire contents of eeprom into private buffer */
3438 rxq->read = rxq->write = 0;
3617 /* read eeprom data and initialize the eeprom region of sram */
3627 ipw_write32(priv, IPW_RX_READ_INDEX, priv->rxq->read);
3685 int s = q->read - q->write;
3716 * @param read_register Address for 'read' register
3726 int count, u32 read, u32 write, u32 base, u32 size)
3739 q->reg_r = read;
3744 ipw_write32(priv, read, 0);
3752 int count, u32 read, u32 write, u32 base, u32 size)
3772 ipw_queue_init(priv, &q->q, count, read, write, base, size);
5089 * to -- the driver can read up to (but not including) this position and get
5093 * The WRITE index maps to the last position the driver has read from -- the
5111 * + In ipw_rx_queue_replenish (scheduled) if 'processed' != 'read' then the
5113 * 'processed' and 'read' driver indexes as well)
5277 rxq->read = rxq->write = 0;
8293 /* Comment this line now since we observed the card receives
8363 i = priv->rxq->read;
8539 priv->rxq->read = i;
8545 priv->rxq->read = i;