Searched defs:read (Results 176 - 182 of 182) sorted by relevance

12345678

/drivers/net/wireless/ipw2x00/
H A Dipw2200.c304 /* alias for 32-bit indirect read (for SRAM/reg above 4K), with debug wrapper */
308 /* alias for 8-bit indirect read (for SRAM/reg above 4K), with debug wrapper */
381 /* 8-bit direct read (low 4K) */
387 /* alias to 8-bit direct read (low 4K of SRAM/regs), with debug wrapper */
394 /* 16-bit direct read (low 4K) */
400 /* alias to 16-bit direct read (low 4K of SRAM/regs), with debug wrapper */
407 /* 32-bit direct read (low 4K) */
413 /* alias to 32-bit direct read (low 4K of SRAM/regs), with debug wrapper */
421 /* alias to multi-byte read (SRAM/regs above 4K), with debug wrapper */
428 /* alias to multi-byte read (SRA
3765 ipw_queue_init(struct ipw_priv *priv, struct clx2_queue *q, int count, u32 read, u32 write, u32 base, u32 size) argument
3790 ipw_queue_tx_init(struct ipw_priv *priv, struct clx2_tx_queue *q, int count, u32 read, u32 write, u32 base, u32 size) argument
[all...]
H A Dipw2200.h385 u32 reg_r; /**< 'read' reg (queue tail), addr in domain 1 */
724 u32 read; /* Shared index to newest available Rx buffer */ member in struct:ipw_rx_queue
/drivers/net/ethernet/micrel/
H A Dksz884x.c1127 * @dropped: Temporary buffer to remember last read packet dropped values.
1129 * MIB counters needs to be read periodically so that counters do not get
1133 * It is pointless to read MIB counters when the port is disconnected. The
1134 * @state provides the connection status so that MIB counters are read only
1136 * disconnected so that all MIB counters are read one last time to update the
1389 * @counter: Wait queue to wakeup after counters are read.
1390 * @time: Next time in jiffies to read counter.
1391 * @read: Indication of counters read in full or not.
1396 int read; member in struct:ksz_counter_info
[all...]
/drivers/net/wireless/iwlegacy/
H A Dcommon.h155 * @need_update: indicates need to update read/write idx
180 * Driver initiates EEPROM read by writing byte address << 1 to CSR_EEPROM_REG.
595 * @read: Shared idx to newest available Rx buffer
600 * @need_update: flag to indicate we need to update read/write idx
611 u32 read; member in struct:il_rx_queue
/drivers/platform/x86/
H A Dthinkpad_acpi.c270 int (*read) (struct seq_file *); member in struct:ibm_struct
843 if (!ibm || !ibm->read)
845 return ibm->read(m);
889 .read = seq_read,
1273 pr_err("failed to read initial state for %s, error %d\n",
1853 .read = thinkpad_acpi_driver_read,
2982 * if userspace uses the notify to read data
3066 * ibm-acpi-devel mailing lists, and you should read the
3509 pr_err("Cannot read adaptive keyboard mode\n");
3528 pr_err("Cannot read adaptiv
[all...]
/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h536 } read; member in union:e1000_rx_desc_extended
562 } read; member in union:e1000_rx_desc_packet_split
799 * RO - register is read only
801 * R/clr - register is read only and is cleared when read
1438 #define E1000_EEPROM_RW_REG_DATA 16 /* Offset to data in EEPROM read/write registers */
1443 #define E1000_EEPROM_POLL_READ 0 /* Flag for polling for read complete */
1738 #define E1000_ICR_HOST_ARB_PAR 0x00400000 /* host arb read buffer parity error */
1768 #define E1000_ICS_HOST_ARB_PAR E1000_ICR_HOST_ARB_PAR /* host arb read buffer parity error */
1797 #define E1000_IMS_HOST_ARB_PAR E1000_ICR_HOST_ARB_PAR /* host arb read buffe
[all...]
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h1090 #define IXGBE_MSCA_READ 0x0C000000 /* OP CODE 11 (read) */
1091 #define IXGBE_MSCA_READ_AUTOINC 0x08000000 /* OP CODE 10 (read, auto inc)*/
1772 #define IXGBE_EEPROM_READ_OPCODE_SPI 0x03 /* EEPROM read opcode */
1778 #define IXGBE_EEPROM_RDSR_OPCODE_SPI 0x05 /* EEPROM read Status reg */
1785 #define IXGBE_EEPROM_RW_REG_DATA 16 /* data offset in EEPROM read reg */
1790 #define IXGBE_NVM_POLL_READ 0 /* Flag for polling for read complete */
1793 #define IXGBE_EEPROM_RD_BUFFER_MAX_COUNT 512 /* EEPROM words # read in burst */
1804 /* Number of 5 microseconds we wait for EERD read and
2333 } read; member in union:ixgbe_adv_tx_desc
2346 } read; member in union:ixgbe_adv_rx_desc
2836 s32 (*read)(struct ixgbe_hw *, u16, u16 *); member in struct:ixgbe_eeprom_operations
2996 s32 (*read)(struct ixgbe_hw *, u32 *, u16, u16); member in struct:ixgbe_mbx_operations
[all...]

Completed in 234 milliseconds

12345678