Searched refs:word (Results 1 - 25 of 245) sorted by relevance

12345678910

/drivers/spi/
H A Dspi-bitbang-txrx.h3 * simple SPI master driver. Two do polled word-at-a-time I/O:
6 * expanding the per-word routines from the inline templates below.
48 u32 word, u8 bits)
53 for (word <<= (32 - bits); likely(bits); bits--) {
57 setmosi(spi, word & (1 << 31));
64 word <<= 1;
66 word |= getmiso(spi);
69 return word;
75 u32 word, u8 bits)
80 for (word <<
46 bitbang_txrx_be_cpha0(struct spi_device *spi, unsigned nsecs, unsigned cpol, unsigned flags, u32 word, u8 bits) argument
73 bitbang_txrx_be_cpha1(struct spi_device *spi, unsigned nsecs, unsigned cpol, unsigned flags, u32 word, u8 bits) argument
[all...]
H A Dspi-s3c24xx-fiq.S35 @ each entry starts with a word entry of how long it is
36 @ and an offset to the irq acknowledgment word
40 .word fiq_rx_end - fiq_rx_start
41 .word fiq_rx_irq_ack - fiq_rx_start
61 .word 0
66 .word fiq_txrx_end - fiq_txrx_start
67 .word fiq_txrx_irq_ack - fiq_txrx_start
87 .word 0
93 .word fiq_tx_end - fiq_tx_start
94 .word fiq_tx_irq_ac
[all...]
H A Dspi-bitbang.c35 * FIRST PART (OPTIONAL): word-at-a-time spi_transfer support.
54 u32 word, u8 bits);
59 u32 word, u8 bits),
67 u32 word, u8 bits),
77 u8 word = 0; local
80 word = *tx++;
81 word = txrx_word(spi, ns, word, bits);
83 *rx++ = word;
93 u32 word, u
63 bitbang_txrx_8( struct spi_device *spi, u32 (*txrx_word)(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits), unsigned ns, struct spi_transfer *t ) argument
89 bitbang_txrx_16( struct spi_device *spi, u32 (*txrx_word)(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits), unsigned ns, struct spi_transfer *t ) argument
103 u16 word = 0; local
115 bitbang_txrx_32( struct spi_device *spi, u32 (*txrx_word)(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits), unsigned ns, struct spi_transfer *t ) argument
129 u32 word = 0; local
[all...]
/drivers/isdn/hardware/eicon/
H A Ddsp_defs.h86 #define DSP_RELOC_TYPE_0 0x00 /* relocation of address in DM word / high part of PM word */
87 #define DSP_RELOC_TYPE_1 0x40 /* relocation of address in low part of PM data word */
97 word format_version_bcd;
98 word header_size;
99 word combifile_description_size;
100 word directory_entries;
101 word directory_size;
102 word download_count;
103 word usage_mask_siz
[all...]
H A Dcapidtmf.h52 word digit_write_pos;
53 word digit_read_pos;
54 word indication_state;
55 word indication_state_ack;
57 word min_gap_duration;
58 word min_digit_duration;
59 word cycle_counter;
60 word current_digit_on_time;
61 word current_digit_off_time;
70 word capidtmf_recv_indicatio
[all...]
H A Dpr_pc.h27 word NextReq; /* pointer to next Req Buffer */
28 word NextRc; /* pointer to next Rc Buffer */
29 word NextInd; /* pointer to next Ind Buffer */
42 word Signature; /* ISDN-P initialized indication */
46 word next;
51 word Reference;
56 word next;
61 word Reference;
65 word next;
70 word MLengt
[all...]
H A Dcapi20.h52 word MessageBufferSize;
53 word maxLogicalConnection;
54 word maxBDataBlocks;
55 word maxBDataLen;
58 word CapiMajor;
59 word CapiMinor;
60 word ManuMajor;
61 word ManuMinor;
64 word Number;
65 word Channel
[all...]
H A Dpc_maint.h92 word er_b1;
93 word er_b2;
98 word XError;
99 word RError;
111 word w[BUFFER_SZ >> 1];
112 word l[BUFFER_SZ >> 2]; /* word is wrong, do not use! Use 'd' instead. */
122 word w[MIPS_BUFFER_SZ >> 1];
123 word l[BUFFER_SZ >> 2]; /* word i
[all...]
H A Dio.h170 word QsigFeatures;
179 word AlertToIn20mSecTicks;
180 word ModemEyeSetup;
193 word e_max;
194 word e_count;
196 word assign; /* list of pending ASSIGNs */
197 word head; /* head of request queue */
198 word tail; /* tail of request queue */
234 word assign_ref; /* assign reference */
244 word ebi
[all...]
H A Ddi.h52 word (*ram_inw)(ADAPTER *a, void *adr);
53 void (*ram_in_buffer)(ADAPTER *a, void *adr, void *P, word length);
56 void (*ram_outw)(ADAPTER *a, void *adr, word data);
57 void (*ram_out_buffer)(ADAPTER *a, void *adr, void *P, word length);
62 word tx_pos[256];
63 word rx_pos[256];
90 void assign_queue(ADAPTER *a, byte e_no, word ref);
91 byte get_assign(ADAPTER *a, word ref);
H A Ddi_defs.h45 word length; /* length of data/parameter field */
49 word command; /* command = 0x0100 */
53 word command; /* command = 0x0300 */
54 word dummy; /* not used */
63 word command; /* command = 0x0600 */
68 word PLength;
84 word RLength; /* length of current R-data */
89 word user[2];
97 word XOffset; /* offset in x-buffer */
98 word ROffse
[all...]
H A Ddivacapi.h125 word options;
126 word format;
143 word length;
153 word Handle;
154 word Number;
155 word Flags;
156 word Length;
161 word Handle;
162 word Number;
170 word I
[all...]
H A Ddi.c46 static byte isdn_rc(ADAPTER *, byte, byte, byte, word, dword, dword);
47 static byte isdn_ind(ADAPTER *, byte, byte, byte, PBUFFER *, byte, word);
59 static void xdi_xlog(byte *msg, word code, int length);
83 word length;
84 word i;
85 word clength;
136 clength = min((word)(270 - length), (word)(X[i].PLength-this->XOffset));
360 word Ref,
366 word
[all...]
/drivers/gpio/
H A Dgpio-max7301.c26 u16 word = ((reg & 0x7F) << 8) | (val & 0xFF); local
28 return spi_write(spi, (const u8 *)&word, sizeof(word));
36 u16 word; local
39 word = 0x8000 | (reg << 8);
40 ret = spi_write(spi, (const u8 *)&word, sizeof(word));
47 ret = spi_read(spi, (u8 *)&word, sizeof(word));
50 return word
[all...]
/drivers/xen/events/
H A Devents_fifo.c196 event_word_t *word = event_word_from_port(port); local
197 sync_clear_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word));
202 event_word_t *word = event_word_from_port(port); local
203 sync_set_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word));
208 event_word_t *word = event_word_from_port(port); local
209 return sync_test_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word));
214 event_word_t *word local
220 event_word_t *word = event_word_from_port(port); local
226 event_word_t *word = event_word_from_port(port); local
232 clear_masked(volatile event_word_t *word) argument
247 event_word_t *word = event_word_from_port(port); local
258 clear_linked(volatile event_word_t *word) argument
289 event_word_t *word; local
[all...]
/drivers/net/wireless/rt2x00/
H A Drt2x00debug.h42 const unsigned int word, __type *data); \
44 const unsigned int word, __type data); \
H A Drt2800mmio.c54 u32 word; local
68 word = 0;
69 rt2x00_set_field32(&word, TXD_W0_SD_PTR0, skbdesc->skb_dma);
70 rt2x00_desc_write(txd, 0, word);
72 word = 0;
73 rt2x00_set_field32(&word, TXD_W1_SD_LEN1, entry->skb->len);
74 rt2x00_set_field32(&word, TXD_W1_LAST_SEC1,
76 rt2x00_set_field32(&word, TXD_W1_BURST,
78 rt2x00_set_field32(&word, TXD_W1_SD_LEN0, txwi_size);
79 rt2x00_set_field32(&word, TXD_W1_LAST_SEC
110 u32 word; local
172 u32 word; local
696 u32 word; local
715 u32 word; local
[all...]
H A Drt2500usb.c147 const unsigned int word, const u8 value)
160 rt2x00_set_field16(&reg, PHY_CSR7_REG_ID, word);
170 const unsigned int word, u8 *value)
186 rt2x00_set_field16(&reg, PHY_CSR7_REG_ID, word);
201 const unsigned int word, const u32 value)
223 rt2x00_rf_write(rt2x00dev, word, value);
1083 u32 word; local
1088 rt2x00_desc_read(txd, 0, &word);
1089 rt2x00_set_field32(&word, TXD_W0_RETRY_LIMIT, txdesc->retry_limit);
1090 rt2x00_set_field32(&word, TXD_W0_MORE_FRA
146 rt2500usb_bbp_write(struct rt2x00_dev *rt2x00dev, const unsigned int word, const u8 value) argument
169 rt2500usb_bbp_read(struct rt2x00_dev *rt2x00dev, const unsigned int word, u8 *value) argument
200 rt2500usb_rf_write(struct rt2x00_dev *rt2x00dev, const unsigned int word, const u32 value) argument
1341 u16 word; local
[all...]
H A Drt73usb.c64 const unsigned int word, const u8 value)
77 rt2x00_set_field32(&reg, PHY_CSR3_REGNUM, word);
88 const unsigned int word, u8 *value)
104 rt2x00_set_field32(&reg, PHY_CSR3_REGNUM, word);
119 const unsigned int word, const u32 value)
143 rt2x00_rf_write(rt2x00dev, word, value);
662 u8 word; member in struct:antenna_sel
716 rt73usb_bbp_write(rt2x00dev, sel[i].word, sel[i].value[lna]);
1457 u32 word; local
1462 rt2x00_desc_read(txd, 0, &word);
63 rt73usb_bbp_write(struct rt2x00_dev *rt2x00dev, const unsigned int word, const u8 value) argument
87 rt73usb_bbp_read(struct rt2x00_dev *rt2x00dev, const unsigned int word, u8 *value) argument
118 rt73usb_rf_write(struct rt2x00_dev *rt2x00dev, const unsigned int word, const u32 value) argument
1759 u16 word; local
[all...]
H A Drt2400pci.c57 const unsigned int word, const u8 value)
70 rt2x00_set_field32(&reg, BBPCSR_REGNUM, word);
81 const unsigned int word, u8 *value)
97 rt2x00_set_field32(&reg, BBPCSR_REGNUM, word);
112 const unsigned int word, const u32 value)
130 rt2x00_rf_write(rt2x00dev, word, value);
725 u32 word; local
728 rt2x00_desc_read(entry_priv->desc, 0, &word);
730 return rt2x00_get_field32(word, RXD_W0_OWNER_NIC);
732 rt2x00_desc_read(entry_priv->desc, 0, &word);
56 rt2400pci_bbp_write(struct rt2x00_dev *rt2x00dev, const unsigned int word, const u8 value) argument
80 rt2400pci_bbp_read(struct rt2x00_dev *rt2x00dev, const unsigned int word, u8 *value) argument
111 rt2400pci_rf_write(struct rt2x00_dev *rt2x00dev, const unsigned int word, const u32 value) argument
743 u32 word; local
1108 u32 word; local
1280 u32 word; local
1440 u16 word; local
[all...]
/drivers/hwmon/pmbus/
H A Dlm25066.c367 u16 word)
384 word = ((s16)word < 0) ? 0 : clamp_val(word, 0, data->rlimit);
385 ret = pmbus_write_word_data(client, 0, reg, word);
389 word = ((s16)word < 0) ? 0 : clamp_val(word, 0, data->rlimit);
392 word);
396 word
366 lm25066_write_word_data(struct i2c_client *client, int page, int reg, u16 word) argument
[all...]
/drivers/pci/
H A Dsyscall.c21 u16 word; local
39 cfg_ret = pci_user_read_config_word(dev, off, &word);
58 err = put_user(word, (unsigned short __user *)buf);
91 u16 word; local
113 err = get_user(word, (u16 __user *)buf);
116 err = pci_user_write_config_word(dev, off, word);
/drivers/staging/wlan-ng/
H A Dprism2mgmt.c121 u16 roamingmode, word; local
172 word = cpu_to_le16(msg->maxchanneltime.data);
174 word = 0;
178 word);
186 word = HFA384x_RATEBIT_2;
187 scanreq.txRate = cpu_to_le16(word);
190 word = 0;
197 word |= (1 << (channel - 1));
199 scanreq.channelList = cpu_to_le16(word);
206 result = hfa384x_drvr_getconfig16(hw, HFA384x_RID_PORTSTATUS, &word);
537 u16 word; local
1101 u16 word; local
[all...]
/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c205 /* return value in low-order little-endian word */
211 /* request bit in high-order BE word */
283 u32 word; local
323 word = be16_to_cpu(port_rpl.u.info.pcap);
324 if (word & FW_PORT_CAP_SPEED_100M)
326 if (word & FW_PORT_CAP_SPEED_1G)
328 if (word & FW_PORT_CAP_SPEED_10G)
330 if (word & FW_PORT_CAP_SPEED_40G)
332 if (word & FW_PORT_CAP_ANEG)
592 u32 word local
643 u32 word; local
709 u32 word = be32_to_cpu(rpl.u.basicvirtual.defaultq_to_udpen); local
755 u32 word = 0; local
1356 u32 word; local
[all...]
/drivers/isdn/i4l/
H A Disdn_audio.h16 int word; member in struct:adpcm_state

Completed in 419 milliseconds

12345678910