Searched +defs:val +defs:entry (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k_pcu.c100 u32 val = AR5K_STA_ID1_BASE_RATE_11B | AR5K_STA_ID1_ACKCTS_6MB; local
102 AR5K_REG_ENABLE_BITS(ah, AR5K_STA_ID1, val);
104 AR5K_REG_DISABLE_BITS(ah, AR5K_STA_ID1, val);
494 * Reset a key entry on the table
496 int ath5k_hw_reset_key(struct ath5k_hw *ah, u16 entry) argument
499 u16 micentry = entry + AR5K_KEYTABLE_MIC_OFFSET;
501 type = ath5k_hw_reg_read(ah, AR5K_KEYTABLE_TYPE(entry));
504 ath5k_hw_reg_write(ah, 0, AR5K_KEYTABLE_OFF(entry, i));
506 /* Reset associated MIC entry if TKIP
507 * is enabled located at offset (entry
[all...]
H A Dath5k_phy.c53 u32 val, u8 reg_id, int set)
57 u16 entry; local
96 entry = ((first_bit - 1) / 8) + offset;
100 data = ath5k_hw_bitswap(val, num_bits);
103 position = 0, entry++) {
112 rfb[entry] &= ~mask;
113 rfb[entry] |= ((data << position) << (col * 8)) & mask;
116 data |= (((rfb[entry] & mask) >> (col * 8)) >> position)
149 * And this is the MadWiFi bug entry related to the above
51 ath5k_hw_rfb_op(struct ath5k_hw *ah, const struct ath5k_rf_reg *rf_regs, u32 val, u8 reg_id, int set) argument
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/tg3/
H A Dtg3.c285 static void __unused tw32_mailbox2(struct tg3 *tp, uint32_t reg, uint32_t val)
288 tw32_mailbox(reg, val);
302 u32 len, entry; local
311 entry = tp->tx_prod;
317 tp->tx_buffers[entry].iob = iob;
319 tg3_set_txd(tp, entry, mapping, len, TXD_FLAG_END);
321 entry = NEXT_TX(entry);
324 tw32_tx_mbox(tp->prodmbox, entry);
326 writel(entry, t
647 u32 val; local
[all...]
H A Dtg3_hw.c41 void tg3_write_indirect_reg32(struct tg3 *tp, u32 off, u32 val) argument
45 pci_write_config_dword(tp->pdev, TG3PCI_REG_DATA, val);
51 u32 val; local
54 pci_read_config_dword(tp->pdev, TG3PCI_REG_DATA, &val);
55 return val;
64 static void tg3_write32_mbox_5906(struct tg3 *tp, u32 off, u32 val) argument
67 writel(val, tp->regs + off + GRCMBOX_BASE);
70 void tg3_write_indirect_mbox(struct tg3 *tp, u32 off, u32 val) argument
75 TG3_64BIT_REG_LOW, val);
80 TG3_64BIT_REG_LOW, val);
100 u32 val; local
113 _tw32_flush(struct tg3 *tp, u32 off, u32 val, u32 usec_wait) argument
152 tg3_read_mem(struct tg3 *tp, u32 off, u32 *val) argument
173 u32 val; local
398 u32 val; local
918 tg3_write_mem(struct tg3 *tp, u32 off, u32 val) argument
989 u32 val; local
1138 u32 val; local
1178 u32 val; local
1256 u32 val; local
1490 tg3_nvram_read_using_eeprom(struct tg3 *tp, u32 offset, u32 *val) argument
1595 tg3_nvram_read(struct tg3 *tp, u32 offset, u32 *val) argument
1629 tg3_nvram_read_be32(struct tg3 *tp, u32 offset, u32 *val) argument
1744 u32 val = DEFAULT_STAT_COAL_TICKS; local
1862 u32 val, bdcache_maxcnt; local
1889 u32 val, rdmac_mode; local
2555 tg3_set_txd(struct tg3 *tp, int entry, dma_addr_t mapping, int len, u32 flags) argument
2616 u32 val; local
2632 u32 val; local
[all...]
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_proxy.c168 in_addr_t val; local
188 val = (in_addr_t)l;
197 parts[n] = val;
237 if (val > 0xffffff || parts[0] > 0xff)
239 val |= parts[0] << 24;
243 if (val > 0xffff || parts[0] > 0xff || parts[1] > 0xff)
245 val |= (parts[0] << 24) | (parts[1] << 16);
249 if (val > 0xff || parts[0] > 0xff || parts[1] > 0xff ||
252 val |= (parts[0] << 24) | (parts[1] << 16) | (parts[2] << 8);
257 addr->s_addr = htonl(val);
318 RuleAdd(struct libalias *la, struct proxy_entry *entry) argument
362 RuleDelete(struct proxy_entry *entry) argument
[all...]
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp75 static void setNoProbe(bool val) { fNoProbe = val; } argument
79 static void setNoProbe(bool val) { (void)val; } argument
590 /** Does the sysfs entry look like we expect it too? This is a canary
593 /** Is this entry a valid specimen of what we are looking for? */
621 /** Check whether the sysfs block entry is valid for a DVD device and
679 /** Check whether the sysfs block entry is valid for a floppy device and
682 * using the entry name and a driver-specific ioctl. */
764 RTDIRENTRY entry; local
827 struct dirent entry, *pResult; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dsis190.c99 static void mdio_write(void *ioaddr, int phy_id, int reg, int val) argument
103 (((u32) val) << EhnMIIdataShift));
114 static void __mdio_write(struct net_device *dev, int phy_id, int reg, int val) argument
118 mdio_write(tp->mmio_addr, phy_id, reg, val);
256 unsigned int entry = cur_rx % NUM_RX_DESC; local
257 struct RxDesc *desc = tp->RxDescRing + entry;
268 struct io_buffer *iob = tp->Rx_iobuf[entry];
284 tp->Rx_iobuf[entry] = NULL;
318 unsigned int entry = dirty_tx % NUM_TX_DESC; local
319 struct TxDesc *txd = tp->TxDescRing + entry;
460 u16 val; local
485 int val; member in struct:__anon15210
641 u32 len, entry; local
1069 int val; local
[all...]
H A Dtlan.c285 /* Mark the last entry as wrapping the ring */
509 int entry = priv->cur_rx % TLAN_NUM_RX_LISTS; local
510 u16 tmpCStat = le32_to_cpu(rx_ring[entry].cStat);
525 framesize = rx_ring[entry].frameSize;
534 rx_ring[entry].cStat = 0;
536 DBG ( "%d", entry );
538 entry = (entry + 1) % TLAN_NUM_RX_LISTS;
539 priv->cur_rx = entry;
541 if ((rx_ring[entry]
560 int entry = 0; local
592 int entry = 0; local
1107 TLan_MiiReadReg(struct nic *nic __unused, u16 phy, u16 reg, u16 * val) argument
1261 TLan_MiiWriteReg(struct nic *nic __unused, u16 phy, u16 reg, u16 val) argument
[all...]
H A Dvia-velocity.c260 * @val: value the user requested (or -1 for default)
272 static void velocity_set_int_opt(int *opt, int val, int min, int max, argument
275 if (val == -1) {
279 } else if (val < min || val > max) {
286 devname, name, val);
287 *opt = val;
294 * @val: value the user requested (or -1 for default)
305 static void velocity_set_bool_opt(u32 * opt, int val, int def, u32 flag, argument
309 if (val
536 int entry = vptr->td_curr % TX_DESC_DEF; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dirix.c95 void (*entry) (void *, size_t); member in struct:sproc_data
167 static PRStatus new_poll_sem(struct _MDThread *mdthr, int val) argument
182 sem = usnewpollsema(arena->usarena, val);
201 sem = usnewpollsema(arena->usarena, val);
662 void create_sproc (void (*entry) (void *, size_t), unsigned inh,
671 *pid = sprocsp(entry, /* startup func */
677 sparams.sd.entry = entry;
726 (*(sp->sd.pid)) = sprocsp(sp->sd.entry, /* startup func */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86Parser.h299 Bool val; member in struct:__anon6927
303 struct xorg_list entry; member in struct:__anon6928
478 extern _X_EXPORT Bool xf86getBoolValue(Bool *val, const char *str);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86Parser.h298 Bool val; member in struct:__anon7240
302 struct xorg_list entry; member in struct:__anon7241
477 extern _X_EXPORT Bool xf86getBoolValue(Bool *val, const char *str);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86Parser.h338 Bool val; member in struct:__anon9555
344 struct list entry; member in struct:__anon9556
528 extern _X_EXPORT Bool xf86getBoolValue(Bool *val, const char *str);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86Parser.h337 Bool val; member in struct:__anon5081
343 struct list entry; member in struct:__anon5082
516 extern _X_EXPORT Bool xf86getBoolValue(Bool *val, const char *str);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86Parser.h337 Bool val; member in struct:__anon5393
343 struct list entry; member in struct:__anon5394
517 extern _X_EXPORT Bool xf86getBoolValue(Bool *val, const char *str);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86Parser.h337 Bool val; member in struct:__anon5704
343 struct xorg_list entry; member in struct:__anon5705
517 extern _X_EXPORT Bool xf86getBoolValue(Bool *val, const char *str);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86Parser.h297 Bool val; member in struct:__anon6011
301 struct xorg_list entry; member in struct:__anon6012
466 extern _X_EXPORT Bool xf86getBoolValue(Bool *val, const char *str);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86Parser.h297 Bool val; member in struct:__anon6314
301 struct xorg_list entry; member in struct:__anon6315
466 extern _X_EXPORT Bool xf86getBoolValue(Bool *val, const char *str);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86Parser.h297 Bool val; member in struct:__anon6612
301 struct xorg_list entry; member in struct:__anon6613
466 extern _X_EXPORT Bool xf86getBoolValue(Bool *val, const char *str);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c544 * Allocate the transition table. The first entry for each
3195 printf("testing count %d: val %d, min %d, max %d\n",
3834 printf("testing count %d: val %d, min %d, max %d\n",
4390 printf("testing count %d: val %d, min %d, max %d\n",
6508 * Get the unique entry from the hash table. The entry is created if
6519 xmlExpNodePtr entry; local
6691 entry = xmlExpNewNode(ctxt, type);
6692 if (entry == NULL)
6694 entry
7842 const xmlChar *val; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c165 struct list entry; member in struct:control_frame
256 struct list entry; member in struct:recorded_instruction
302 struct wine_rb_entry entry; member in struct:ps_signature
488 LIST_FOR_EACH_ENTRY(lconst, &shader->constantsF, struct wined3d_shader_lconst, entry)
497 LIST_FOR_EACH_ENTRY(lconst, &shader->constantsF, struct wined3d_shader_lconst, entry)
596 float val[4]; local
597 val[0] = context->render_offscreen ? 0.0f : (float) rt_height;
598 val[1] = context->render_offscreen ? 1.0f : -1.0f;
599 val[2] = 1.0f;
600 val[
611 float val[4]; local
641 float val[4]; local
3979 struct wine_rb_entry *entry = wine_rb_get(&priv->signature_tree, sig); local
4919 sig_tree_compare(const void *key, const struct wine_rb_entry *entry) argument
4996 release_signature(struct wine_rb_entry *entry, void *context) argument
5779 arbfp_free_ffpshader(struct wine_rb_entry *entry, void *context) argument
[all...]
H A Dwined3d_private.h1080 struct list entry; member in struct:wined3d_occlusion_query
1093 struct list entry; member in struct:wined3d_event_query
1408 struct list entry; member in struct:wined3d_light_info
1780 struct wine_rb_entry entry; member in struct:ffp_frag_desc
1838 struct wine_rb_entry entry; member in struct:wined3d_ffp_vs_desc
2228 struct list entry; member in struct:wined3d_renderbuffer_entry
2236 struct list entry; member in struct:fbo_entry
2849 struct list entry; member in struct:wined3d_shader_lconst
3027 LIST_FOR_EACH_ENTRY(lconst, &shader->constantsF, struct wined3d_shader_lconst, entry)
3202 DECLINLINE(float) copysignf(float val, floa argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c139 struct list entry; member in struct:control_frame
232 struct list entry; member in struct:recorded_instruction
277 struct wine_rb_entry entry; member in struct:ps_signature
413 LIST_FOR_EACH_ENTRY(lconst, &This->baseShader.constantsF, local_constant, entry) {
421 LIST_FOR_EACH_ENTRY(lconst, &This->baseShader.constantsF, local_constant, entry) {
521 float val[4]; local
522 val[0] = context->render_offscreen ? 0.0f
524 val[1] = context->render_offscreen ? 1.0f : -1.0f;
525 val[2] = 1.0f;
526 val[
537 float val[4]; local
569 float val[4]; local
3709 struct wine_rb_entry *entry = wine_rb_get(&priv->signature_tree, sig); local
4592 sig_tree_compare(const void *key, const struct wine_rb_entry *entry) argument
4619 release_signature(struct wine_rb_entry *entry, void *context) argument
5300 arbfp_free_ffpshader(struct wine_rb_entry *entry, void *context) argument
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
H A Djaxb-impl.jar ... java.math.BigInteger) java.math.BigInteger val public static java.lang.String _printInteger (java.

Completed in 216 milliseconds

12