Searched refs:where (Results 101 - 125 of 307) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ixp2000/
H A Dplatform.h35 * In cases where we want to make sure that a write has been flushed
129 u32 *ixp2000_pci_config_addr(unsigned int bus, unsigned int devfn, int where);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dcore_tsunami.c90 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, argument
97 DBG_CFG(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x, "
99 bus, device_fn, where, pci_addr, type1));
105 addr = (bus << 16) | (device_fn << 8) | where;
114 tsunami_read_config(struct pci_bus *bus, unsigned int devfn, int where, argument
120 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
139 tsunami_write_config(struct pci_bus *bus, unsigned int devfn, int where, argument
145 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
H A Dcore_titan.c117 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where,
124 DBG_CFG(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x, "
126 bus, device_fn, where, pci_addr, type1));
132 addr = (bus << 16) | (device_fn << 8) | where;
141 titan_read_config(struct pci_bus *bus, unsigned int devfn, int where,
147 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
166 titan_write_config(struct pci_bus *bus, unsigned int devfn, int where,
172 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
115 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, unsigned long *pci_addr, unsigned char *type1) argument
139 titan_read_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value) argument
164 titan_write_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value) argument
H A Dcore_wildfire.c332 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, argument
339 DBG_CFG(("mk_conf_addr(bus=%d ,device_fn=0x%x, where=0x%x, "
341 bus, device_fn, where, pci_addr, type1));
347 addr = (bus << 16) | (device_fn << 8) | where;
356 wildfire_read_config(struct pci_bus *bus, unsigned int devfn, int where, argument
362 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
381 wildfire_write_config(struct pci_bus *bus, unsigned int devfn, int where, argument
387 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dvga16fb.c882 char __iomem *where; local
885 where = info->screen_base + dx + rect->dy * info->fix.line_length;
902 writeb(rect->color, where);
903 where++;
905 where += line_ofs;
915 rmw(where);
916 rmw(where+1);
917 where += info->fix.line_length;
1171 char __iomem *where; local
1175 where
1195 char __iomem *where = info->screen_base + (image->dx/8) + local
1263 char __iomem *where = local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Drecovery.c54 int gfs2_revoke_add(struct gfs2_sbd *sdp, u64 blkno, unsigned int where) argument
68 rr->rr_where = where;
77 rr->rr_where = where;
83 int gfs2_revoke_check(struct gfs2_sbd *sdp, u64 blkno, unsigned int where) argument
100 a = (sdp->sd_replay_tail < where);
101 b = (where < rr->rr_where);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind.c709 set_reg (struct unw_reg_info *reg, enum unw_where where, int when, unsigned long val)
712 reg->where = where;
724 if (reg->where == UNW_WHERE_SPILL_HOME) {
725 reg->where = UNW_WHERE_PSPREL;
738 if (reg->where == UNW_WHERE_SPILL_HOME) {
760 if (reg->where == UNW_WHERE_GR_SAVE) {
761 reg->where = UNW_WHERE_GR;
1006 if (reg->where == UNW_WHERE_NONE)
1007 reg->where
707 set_reg(struct unw_reg_info *reg, enum unw_where where, int when, unsigned long val) argument
1102 enum unw_where where = UNW_WHERE_GR; local
[all...]
H A Dunwind_i.h78 enum unw_where where; /* where the register gets saved */ member in struct:unw_reg_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dxdf_io.c74 unsigned char begin; /* where it begins */
400 static void decompose(Xdf_t *This, int where, int len, off_t *begin, argument
407 track = where / This->track_size / 1024;
409 *begin = where - track * This->track_size * 1024;
410 *end = where + len - track * This->track_size * 1024;
480 static int xdf_read(Stream_t *Stream, char *buf, mt_off_t where, size_t len) argument
486 decompose(This, truncBytes32(where), len, &begin, &end, 0);
496 static int xdf_write(Stream_t *Stream, char *buf, mt_off_t where, size_t len) argument
502 decompose(This, truncBytes32(where), len, &begin, &end, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boot/compressed/
H A Dmisc.c88 static void free(void *where);
122 static void free(void *where) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/boot/compressed/
H A Dmisc.c86 static void free(void *where);
122 static void free(void *where) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dmga_warp.c41 #define WARP_UCODE_INSTALL( which, where ) \
44 dev_priv->warp_pipe_phys[where] = pcbase; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/compressed/
H A Dmisc.c15 /* where the piggybacked kernel image expects itself to live.
99 static void free(void *where);
127 static void free(void *where) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/boot/compressed/
H A Dmisc.c81 static void free(void *where);
119 static void free(void *where) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/boot/compressed/
H A Dmisc.c86 static void free(void *where);
113 static void free(void *where) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dassembly.h174 #define SAVE_SP(r, where) mfsp r, %r1 ! STREG %r1, where
175 #define REST_SP(r, where) LDREG where, %r1 ! mtsp %r1, r
176 #define SAVE_CR(r, where) mfctl r, %r1 ! STREG %r1, where
177 #define REST_CR(r, where) LDREG where, %r1 ! mtctl %r1, r
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/boot/
H A Dmisc.c92 static void free(void *where);
122 static void free(void *where) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dcleanpatch198 if ( !defined($where = tell(FILE)) ||
199 !truncate(FILE, $where) ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dchmc.c38 * this matches the label on the motherboard where
176 int qword, where_in_line, where, map_index, map_offset; local
214 where = (LAST_BIT - where_in_line);
215 map_index = where >> 2;
216 map_offset = where & 0x3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-integrator/
H A Dpci_v3.c279 static int v3_read_config(struct pci_bus *bus, unsigned int devfn, int where, argument
287 addr = v3_open_config_window(bus, devfn, where);
310 static int v3_write_config(struct pci_bus *bus, unsigned int devfn, int where, argument
317 addr = v3_open_config_window(bus, devfn, where);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dcommon.c30 static int pci_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value) argument
32 return raw_pci_ops->read(0, bus->number, devfn, where, size, value);
35 static int pci_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value) argument
37 return raw_pci_ops->write(0, bus->number, devfn, where, size, value);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Delevator.c548 void elv_insert(request_queue_t *q, struct request *rq, int where) argument
558 switch (where) {
633 __FUNCTION__, where);
646 void __elv_add_request(request_queue_t *q, struct request *rq, int where, argument
662 if (where == ELEVATOR_INSERT_SORT)
663 where = ELEVATOR_INSERT_BACK;
673 } else if (!(rq->cmd_flags & REQ_ELVPRIV) && where == ELEVATOR_INSERT_SORT)
674 where = ELEVATOR_INSERT_BACK;
679 elv_insert(q, rq, where);
684 void elv_add_request(request_queue_t *q, struct request *rq, int where, argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Ddino.c171 static int dino_cfg_read(struct pci_bus *bus, unsigned int devfn, int where, argument
176 u32 v = DINO_CFG_TOK(local_bus, devfn, where & ~3);
180 DBG("%s: %p, %d, %d, %d\n", __FUNCTION__, base_addr, devfn, where,
189 *val = readb(base_addr + DINO_CONFIG_DATA + (where & 3));
191 *val = readw(base_addr + DINO_CONFIG_DATA + (where & 2));
206 static int dino_cfg_write(struct pci_bus *bus, unsigned int devfn, int where, argument
211 u32 v = DINO_CFG_TOK(local_bus, devfn, where & ~3);
215 DBG("%s: %p, %d, %d, %d\n", __FUNCTION__, base_addr, devfn, where,
227 writeb(val, base_addr + DINO_CONFIG_DATA + (where & 3));
229 writew(val, base_addr + DINO_CONFIG_DATA + (where
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dslogn.S28 | u, where u = 2(X-1)/(X+1). Otherwise, move on to Step 2.
30 | Step 2. X = 2**k * Y where 1 <= Y < 2. Define F to be the first seven
32 | 2 where the six "x" match those of Y. Note that |Y-F| <= 2**(-7).
43 | u where u = 2X/(2+X). Otherwise, move on to Step 2.
45 | Step 2: Let 1+X = 2**k * Y, where 1 <= Y < 2. Define F as done in Step 2
47 | k*log(2) + log(F) + poly where poly approximates log(1+u),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dhiperfifo.c119 static void mcode_or_die(const char *where, CURLMcode code) argument
134 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s);
138 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s);

Completed in 159 milliseconds

1234567891011>>