Searched refs:hw (Results 376 - 400 of 912) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/b2c2/
H A DMakefile2 flexcop-sram.o flexcop-eeprom.o flexcop-misc.o flexcop-hw-filter.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_82575.h31 extern void igb_shutdown_serdes_link_82575(struct e1000_hw *hw);
32 extern void igb_power_up_serdes_link_82575(struct e1000_hw *hw);
33 extern void igb_power_down_phy_copper_82575(struct e1000_hw *hw);
34 extern void igb_rx_fifo_flush_82575(struct e1000_hw *hw);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igbvf/
H A Dregs.h100 #define er32(reg) readl(hw->hw_addr + E1000_##reg)
101 #define ew32(reg, val) writel((val), hw->hw_addr + E1000_##reg)
103 readl(hw->hw_addr + E1000_##reg + (offset << 2))
105 writel((val), hw->hw_addr + E1000_##reg + (offset << 2))
H A Dethtool.c80 struct e1000_hw *hw = &adapter->hw; local
207 struct e1000_hw *hw = &adapter->hw; local
359 struct e1000_hw *hw = &adapter->hw; local
362 hw->mac.ops.check_for_link(hw);
423 struct e1000_hw *hw = &adapter->hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgb/
H A Dixgb_hw.h764 extern bool ixgb_adapter_stop(struct ixgb_hw *hw);
765 extern bool ixgb_init_hw(struct ixgb_hw *hw);
766 extern bool ixgb_adapter_start(struct ixgb_hw *hw);
767 extern void ixgb_check_for_link(struct ixgb_hw *hw);
768 extern bool ixgb_check_for_bad_link(struct ixgb_hw *hw);
770 extern void ixgb_rar_set(struct ixgb_hw *hw,
776 extern void ixgb_mc_addr_list_update(struct ixgb_hw *hw,
782 extern void ixgb_write_vfta(struct ixgb_hw *hw,
787 void ixgb_get_ee_mac_addr(struct ixgb_hw *hw, u8 *mac_addr);
788 u32 ixgb_get_ee_pba_number(struct ixgb_hw *hw);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-helpers.h42 struct ieee80211_hw *hw)
44 return &hw->conf;
136 ieee80211_wake_queue(priv->hw, ac);
151 ieee80211_stop_queue(priv->hw, ac);
41 ieee80211_get_hw_conf( struct ieee80211_hw *hw) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A DMakefile4 orinoco-objs := main.o fw.o hw.o mic.o scan.o wext.o hermes_dld.o hermes.o cfg.o
H A Dspectrum_cs.c284 hermes_t *hw = &priv->hw; local
319 hermes_struct_init(hw, mem, HERMES_16BIT_REGSPACING);
320 hw->eeprom_pda = true;
372 priv->hw.ops->lock_irqsave(&priv->lock, &flags);
374 priv->hw.ops->unlock_irqrestore(&priv->lock, &flags);
377 if (priv->hw.iobase)
378 ioport_unmap(priv->hw.iobase);
H A Dorinoco_plx.c112 hermes_t *hw = &priv->hw; local
125 reg = hermes_read_regn(hw, CMD);
128 reg = hermes_read_regn(hw, CMD);
233 hermes_struct_init(&priv->hw, hermes_io, HERMES_16BIT_REGSPACING);
305 pci_iounmap(pdev, priv->hw.iobase);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dxmit.c210 tx_rate = ieee80211_get_tx_rate(dev->wl->hw, info);
214 rate_fb = ieee80211_get_alt_retry_rate(dev->wl->hw, info, 0) ? : tx_rate;
229 txhdr->dur_fb = ieee80211_generic_frame_duration(dev->wl->hw,
310 (rates[0].count <= dev->wl->hw->conf.long_frame_max_tx_count)) {
311 rates[0].count = dev->wl->hw->conf.long_frame_max_tx_count;
314 rates[0].count = dev->wl->hw->conf.short_frame_max_tx_count;
327 rts_rate = ieee80211_get_rts_cts_rate(dev->wl->hw, info)->hw_value;
335 ieee80211_ctstoself_get(dev->wl->hw,
344 ieee80211_rts_get(dev->wl->hw,
592 ieee80211_rx_irqsafe(dev->wl->hw, sk
625 b43legacy_handle_hwtxstatus(struct b43legacy_wldev *dev, const struct b43legacy_hwtxstatus *hw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1e/
H A Datl1e_param.c244 adapter->hw.imt = (u16) val;
246 adapter->hw.imt = (u16)(opt.def);
263 adapter->hw.media_type = (u16) val;
265 adapter->hw.media_type = (u16)(opt.def);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcyclomx.h45 struct cycx_hw hw; /* hardware configuration */ member in struct:cycx_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Djade.c82 int jade = bcs->hw.hscx.hscx;
149 bcs->hw.hscx.count = 0;
161 bcs->hw.hscx.count = 0;
199 kfree(bcs->hw.hscx.rcvbuf);
200 bcs->hw.hscx.rcvbuf = NULL;
217 if (!(bcs->hw.hscx.rcvbuf = kmalloc(HSCX_BUFMAX, GFP_ATOMIC))) {
227 kfree(bcs->hw.hscx.rcvbuf);
228 bcs->hw.hscx.rcvbuf = NULL;
237 bcs->hw.hscx.rcvidx = 0;
290 cs->bcs[0].hw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/cards/
H A DAudigy.conf14 type hw
66 type hw
101 type hw
249 type hw
H A DSI7018.conf14 type hw
27 type hw
149 type hw
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davf_avectorscope.c46 int hw, hh; member in struct:AudioVectorScopeContext
168 p->hw = p->w / 2;
179 const int hw = p->hw; local
207 x = ((src[1] - src[0]) * zoom / (float)(UINT16_MAX) + 1) * hw;
210 x = (src[1] * zoom / (float)INT16_MAX + 1) * hw;
222 x = ((src[1] - src[0]) * zoom / 2 + 1) * hw;
225 x = (src[1] * zoom + 1) * hw;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Dcmd.c51 wiphy_debug(ar->hw->wiphy, "writing memory failed\n");
69 wiphy_debug(ar->hw->wiphy, "writing reg %#x (val %#x) failed\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arcnet/
H A Dcom20020.c171 lp->hw.owner = THIS_MODULE;
172 lp->hw.command = com20020_command;
173 lp->hw.status = com20020_status;
174 lp->hw.intmask = com20020_setmask;
175 lp->hw.reset = com20020_reset;
176 lp->hw.copy_to_card = com20020_copy_to_card;
177 lp->hw.copy_from_card = com20020_copy_from_card;
178 lp->hw.close = com20020_close;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/doc/html/images/hw/
H A DMakefile.am20 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html/images/hw
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dpalm_bk3710.c321 struct ide_hw hw, *hws[] = { &hw }; local
361 memset(&hw, 0, sizeof(hw));
363 hw.io_ports_array[i] = (unsigned long)
365 hw.io_ports.ctl_addr = (unsigned long)
367 hw.irq = irq->start;
368 hw.dev = &pdev->dev;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dperf_event_p6.c65 struct hw_perf_event *hwc = &event->hw;
77 struct hw_perf_event *hwc = &event->hw;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_attr.c25 struct qla_hw_data *ha = vha->hw;
41 struct qla_hw_data *ha = vha->hw;
101 struct qla_hw_data *ha = vha->hw;
120 struct qla_hw_data *ha = vha->hw;
186 struct qla_hw_data *ha = vha->hw;
202 struct qla_hw_data *ha = vha->hw;
233 struct qla_hw_data *ha = vha->hw;
396 struct qla_hw_data *ha = vha->hw;
417 struct qla_hw_data *ha = vha->hw;
470 struct qla_hw_data *ha = vha->hw;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dskge.h2449 struct skge_hw *hw; member in struct:skge_port
2481 static inline u32 skge_read32(const struct skge_hw *hw, int reg) argument
2483 return readl(hw->regs + reg);
2486 static inline u16 skge_read16(const struct skge_hw *hw, int reg) argument
2488 return readw(hw->regs + reg);
2491 static inline u8 skge_read8(const struct skge_hw *hw, int reg) argument
2493 return readb(hw->regs + reg);
2496 static inline void skge_write32(const struct skge_hw *hw, int reg, u32 val) argument
2498 writel(val, hw->regs + reg);
2501 static inline void skge_write16(const struct skge_hw *hw, in argument
2506 skge_write8(const struct skge_hw *hw, int reg, u8 val) argument
2516 xm_read32(const struct skge_hw *hw, int port, int reg) argument
2524 xm_read16(const struct skge_hw *hw, int port, int reg) argument
2529 xm_write32(const struct skge_hw *hw, int port, int r, u32 v) argument
2535 xm_write16(const struct skge_hw *hw, int port, int r, u16 v) argument
2540 xm_outhash(const struct skge_hw *hw, int port, int reg, const u8 *hash) argument
2549 xm_outaddr(const struct skge_hw *hw, int port, int reg, const u8 *addr) argument
2560 gma_read16(const struct skge_hw *hw, int port, int reg) argument
2565 gma_read32(const struct skge_hw *hw, int port, int reg) argument
2571 gma_write16(const struct skge_hw *hw, int port, int r, u16 v) argument
2576 gma_set_addr(struct skge_hw *hw, int port, int reg, const u8 *addr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_sdio.c79 ieee80211_queue_work(wl->hw, &wl->irq_work);
186 struct ieee80211_hw *hw; local
194 hw = wl1271_alloc_hw();
195 if (IS_ERR(hw))
196 return PTR_ERR(hw);
198 wl = hw->priv;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dio.h81 netif_vdbg(efx, hw, efx->net_dev,
109 netif_vdbg(efx, hw, efx->net_dev,
134 netif_vdbg(efx, hw, efx->net_dev,
161 netif_vdbg(efx, hw, efx->net_dev,
184 netif_vdbg(efx, hw, efx->net_dev,
194 netif_vdbg(efx, hw, efx->net_dev,

Completed in 160 milliseconds

<<11121314151617181920>>