Searched refs:index (Results 101 - 125 of 8641) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/winbond/
H A Dmto.c54 void MTO_SetTxCount(struct wbsoft_priv *adapter, u8 t0, u8 index);
142 void MTO_SetTxCount(struct wbsoft_priv *adapter, u8 tx_rate, u8 index) argument
147 if (index == 0) {
153 if (index < 8) {
154 MTO_HAL()->dto_tx_retry_count += index;
155 MTO_HAL()->dto_tx_frag_count += (index + 1);
163 if (index < 3) {
164 MTO_HAL()->dto_tx_retry_count += index;
165 MTO_HAL()->dto_tx_frag_count += (index + 1);
173 MTO_HAL()->dto_tx_retry_count += index;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/sh64/
H A Dcpu.h50 #define GET_H_GR(index) ((((index) == (63))) ? (0) : (CPU (h_gr[index])))
51 #define SET_H_GR(index, x) \
53 if ((((index)) != (63))) {\
54 CPU (h_gr[(index)]) = (x);\
61 #define GET_H_CR(index) ((((index) == (0))) ? (ZEXTSIDI (CPU (h_sr))) : (CPU (h_cr[index])))
62 #define SET_H_CR(index,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/sh64/
H A Dcpu.h50 #define GET_H_GR(index) ((((index) == (63))) ? (0) : (CPU (h_gr[index])))
51 #define SET_H_GR(index, x) \
53 if ((((index)) != (63))) {\
54 CPU (h_gr[(index)]) = (x);\
61 #define GET_H_CR(index) ((((index) == (0))) ? (ZEXTSIDI (CPU (h_sr))) : (CPU (h_cr[index])))
62 #define SET_H_CR(index,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/sh64/
H A Dcpu.h50 #define GET_H_GR(index) ((((index) == (63))) ? (0) : (CPU (h_gr[index])))
51 #define SET_H_GR(index, x) \
53 if ((((index)) != (63))) {\
54 CPU (h_gr[(index)]) = (x);\
61 #define GET_H_CR(index) ((((index) == (0))) ? (ZEXTSIDI (CPU (h_sr))) : (CPU (h_cr[index])))
62 #define SET_H_CR(index,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sambaclient/
H A DSMB.h34 action_item *get_action_item(const char *action, const char *path, action_item *head, int index);
37 char *serverpath_to_localpath(char *serverpath, int index);
38 char *localpath_to_serverpath(char *localpath, int index);
43 int SMB_init(int index);
44 int is_local_space_enough(CloudFile *do_file, int index);
46 int SMB_download(char *serverpath, int index);
47 int SMB_upload(char *localpath, int index);
48 int SMB_remo(char *localoldpath, char *localnewpath, int index);
49 int SMB_rm(char *localpath, int index);
50 int SMB_mkdir(char *localpath, int index);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sambaclient/
H A DSMB.h34 action_item *get_action_item(const char *action, const char *path, action_item *head, int index);
37 char *serverpath_to_localpath(char *serverpath, int index);
38 char *localpath_to_serverpath(char *localpath, int index);
43 int SMB_init(int index);
44 int is_local_space_enough(CloudFile *do_file, int index);
46 int SMB_download(char *serverpath, int index);
47 int SMB_upload(char *localpath, int index);
48 int SMB_remo(char *localoldpath, char *localnewpath, int index);
49 int SMB_rm(char *localpath, int index);
50 int SMB_mkdir(char *localpath, int index);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sambaclient/
H A DSMB.h34 action_item *get_action_item(const char *action, const char *path, action_item *head, int index);
37 char *serverpath_to_localpath(char *serverpath, int index);
38 char *localpath_to_serverpath(char *localpath, int index);
43 int SMB_init(int index);
44 int is_local_space_enough(CloudFile *do_file, int index);
46 int SMB_download(char *serverpath, int index);
47 int SMB_upload(char *localpath, int index);
48 int SMB_remo(char *localoldpath, char *localnewpath, int index);
49 int SMB_rm(char *localpath, int index);
50 int SMB_mkdir(char *localpath, int index);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dnsp32_io.h13 unsigned int index,
16 outb(val, (base + index));
20 unsigned int index)
22 return inb(base + index);
26 unsigned int index,
29 outw(val, (base + index));
33 unsigned int index)
35 return inw(base + index);
39 unsigned int index,
42 outl(val, (base + index));
12 nsp32_write1(unsigned int base, unsigned int index, unsigned char val) argument
19 nsp32_read1(unsigned int base, unsigned int index) argument
25 nsp32_write2(unsigned int base, unsigned int index, unsigned short val) argument
32 nsp32_read2(unsigned int base, unsigned int index) argument
38 nsp32_write4(unsigned int base, unsigned int index, unsigned long val) argument
45 nsp32_read4(unsigned int base, unsigned int index) argument
53 nsp32_mmio_write1(unsigned long base, unsigned int index, unsigned char val) argument
64 nsp32_mmio_read1(unsigned long base, unsigned int index) argument
74 nsp32_mmio_write2(unsigned long base, unsigned int index, unsigned short val) argument
85 nsp32_mmio_read2(unsigned long base, unsigned int index) argument
95 nsp32_mmio_write4(unsigned long base, unsigned int index, unsigned long val) argument
106 nsp32_mmio_read4(unsigned long base, unsigned int index) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dnsp32_io.h13 unsigned int index,
16 outb(val, (base + index));
20 unsigned int index)
22 return inb(base + index);
26 unsigned int index,
29 outw(val, (base + index));
33 unsigned int index)
35 return inw(base + index);
39 unsigned int index,
42 outl(val, (base + index));
12 nsp32_write1(unsigned int base, unsigned int index, unsigned char val) argument
19 nsp32_read1(unsigned int base, unsigned int index) argument
25 nsp32_write2(unsigned int base, unsigned int index, unsigned short val) argument
32 nsp32_read2(unsigned int base, unsigned int index) argument
38 nsp32_write4(unsigned int base, unsigned int index, unsigned long val) argument
45 nsp32_read4(unsigned int base, unsigned int index) argument
53 nsp32_mmio_write1(unsigned long base, unsigned int index, unsigned char val) argument
64 nsp32_mmio_read1(unsigned long base, unsigned int index) argument
74 nsp32_mmio_write2(unsigned long base, unsigned int index, unsigned short val) argument
85 nsp32_mmio_read2(unsigned long base, unsigned int index) argument
95 nsp32_mmio_write4(unsigned long base, unsigned int index, unsigned long val) argument
106 nsp32_mmio_read4(unsigned long base, unsigned int index) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/
H A Drtlx.h24 extern int rtlx_open(int index, int can_sleep);
25 extern int rtlx_release(int index);
26 extern ssize_t rtlx_read(int index, void __user *buff, size_t count);
27 extern ssize_t rtlx_write(int index, const void __user *buffer, size_t count);
28 extern unsigned int rtlx_read_poll(int index, int can_sleep);
29 extern unsigned int rtlx_write_poll(int index);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/mach-common/
H A Dcpufreq.c22 /* .index is the entry in the auxillary dpm_state_table[] */
26 .index = 0,
30 .index = 1,
34 .index = 2,
38 .index = 0,
62 int index; local
73 for (index = 0; (cclk >> index) >= min_cclk && csel <= 3; index++, csel++) {
74 bfin_freq_table[index]
89 unsigned int index = *(unsigned int *)info; local
106 unsigned int index, plldiv, cpu; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/
H A Drtlx.h24 extern int rtlx_open(int index, int can_sleep);
25 extern int rtlx_release(int index);
26 extern ssize_t rtlx_read(int index, void __user *buff, size_t count);
27 extern ssize_t rtlx_write(int index, const void __user *buffer, size_t count);
28 extern unsigned int rtlx_read_poll(int index, int can_sleep);
29 extern unsigned int rtlx_write_poll(int index);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Dcpufreq.c22 /* .index is the entry in the auxillary dpm_state_table[] */
26 .index = 0,
30 .index = 1,
34 .index = 2,
38 .index = 0,
62 int index; local
73 for (index = 0; (cclk >> index) >= min_cclk && csel <= 3; index++, csel++) {
74 bfin_freq_table[index]
89 unsigned int index = *(unsigned int *)info; local
106 unsigned int index, plldiv, cpu; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/frv/
H A Dpipeline.c34 int index; local
36 /* Always clear the NE index which indicates the target register
42 index = vliw->next_slot - 1;
49 for (i = 0; i < index; ++i)
52 if (i >= index)
67 if ((*vliw->current_vliw)[index] == UNIT_FM0)
89 COUNT_INSNS_IN_SLOT ((*vliw->current_vliw)[index]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/frv/
H A Dpipeline.c34 int index; local
36 /* Always clear the NE index which indicates the target register
42 index = vliw->next_slot - 1;
49 for (i = 0; i < index; ++i)
52 if (i >= index)
67 if ((*vliw->current_vliw)[index] == UNIT_FM0)
89 COUNT_INSNS_IN_SLOT ((*vliw->current_vliw)[index]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/frv/
H A Dpipeline.c34 int index; local
36 /* Always clear the NE index which indicates the target register
42 index = vliw->next_slot - 1;
49 for (i = 0; i < index; ++i)
52 if (i >= index)
67 if ((*vliw->current_vliw)[index] == UNIT_FM0)
89 COUNT_INSNS_IN_SLOT ((*vliw->current_vliw)[index]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dpqueue.h41 extern void pqueue_remove_at (int index, struct pqueue *queue);
43 extern void trickle_down (int index, struct pqueue *queue);
44 extern void trickle_up (int index, struct pqueue *queue);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dpqueue.h41 extern void pqueue_remove_at (int index, struct pqueue *queue);
43 extern void trickle_down (int index, struct pqueue *queue);
44 extern void trickle_up (int index, struct pqueue *queue);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dpqueue.h41 extern void pqueue_remove_at (int index, struct pqueue *queue);
43 extern void trickle_down (int index, struct pqueue *queue);
44 extern void trickle_up (int index, struct pqueue *queue);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/rdma/
H A Dib_cache.h44 * @index: The index into the cached GID table to query.
45 * @gid: The GID value found at the specified index.
52 int index,
56 * ib_find_cached_gid - Returns the port number and GID table index where
61 * @index: The index into the cached GID table where the GID was found. This
70 u16 *index);
76 * @index: The index int
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/rdma/
H A Dib_cache.h44 * @index: The index into the cached GID table to query.
45 * @gid: The GID value found at the specified index.
52 int index,
56 * ib_find_cached_gid - Returns the port number and GID table index where
61 * @index: The index into the cached GID table where the GID was found. This
70 u16 *index);
76 * @index: The index int
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/sn/pci/pcibr/
H A Dpcibr_ate.c24 int index; local
27 for (index = start; length < number; index++, length++)
28 ate[index] = value;
32 * find_free_ate: Find the first free ate index starting from the given
33 * index for the desired consecutive count.
39 int index; local
42 for (index = start; index < ate_resource->num_ate;) {
43 if (!ate[index]) {
160 pcibr_ate_free(struct pcibus_info *pcibus_info, int index) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-davinci/include/mach/
H A Dcpufreq.h22 int (*set_voltage) (unsigned int index);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-omap/include/plat/
H A Dcommon.h77 * @index: loop index (integer)
80 * microseconds have passed. To use, define some integer @index in the
81 * calling code. After running, if @index == @timeout, then the loop has
84 #define omap_test_timeout(cond, timeout, index) \
86 for (index = 0; index < timeout; index++) { \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/sn/pci/pcibr/
H A Dpcibr_ate.c24 int index; local
27 for (index = start; length < number; index++, length++)
28 ate[index] = value;
32 * find_free_ate: Find the first free ate index starting from the given
33 * index for the desired consecutive count.
39 int index; local
42 for (index = start; index < ate_resource->num_ate;) {
43 if (!ate[index]) {
160 pcibr_ate_free(struct pcibus_info *pcibus_info, int index) argument
[all...]

Completed in 293 milliseconds

1234567891011>>