Searched refs:hw (Results 1 - 25 of 912) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dcthw20k1.h23 int create_20k1_hw_obj(struct hw **rhw);
24 int destroy_20k1_hw_obj(struct hw *hw);
H A Dcthw20k2.h23 int create_20k2_hw_obj(struct hw **rhw);
24 int destroy_20k2_hw_obj(struct hw *hw);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rtl818x/
H A Drtl8187_rfkill.h4 void rtl8187_rfkill_init(struct ieee80211_hw *hw);
5 void rtl8187_rfkill_poll(struct ieee80211_hw *hw);
6 void rtl8187_rfkill_exit(struct ieee80211_hw *hw);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Demu8000_synth.c38 struct snd_emu8000 *hw; local
41 hw = *(struct snd_emu8000**)SNDRV_SEQ_DEVICE_ARGPTR(dev);
42 if (hw == NULL)
45 if (hw->emu)
51 hw->emu = emu;
52 snd_emu8000_ops_setup(hw);
54 emu->hw = hw;
56 emu->num_ports = hw->seq_ports;
58 if (hw
97 struct snd_emu8000 *hw; local
[all...]
H A Demu8000_callback.c44 static void set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
45 static void set_volume(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
46 static void set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
47 static void set_fmmod(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
48 static void set_tremfreq(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
49 static void set_fm2frq2(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
50 static void set_filterQ(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
84 snd_emu8000_ops_setup(struct snd_emu8000 *hw) argument
86 hw->emu->ops = emu8000_ops;
98 struct snd_emu8000 *hw; local
113 struct snd_emu8000 *hw; local
125 struct snd_emu8000 *hw; local
160 struct snd_emu8000 *hw; local
239 struct snd_emu8000 *hw; local
317 struct snd_emu8000 *hw; local
337 struct snd_emu8000 *hw; local
348 set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
357 set_volume(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
371 set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
382 set_fmmod(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
400 set_tremfreq(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
407 set_fm2frq2(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
425 set_filterQ(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
461 struct snd_emu8000 *hw; local
486 struct snd_emu8000 *hw; local
531 struct snd_emu8000 *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_ee.c34 static u16 ixgb_shift_in_bits(struct ixgb_hw *hw);
36 static void ixgb_shift_out_bits(struct ixgb_hw *hw,
39 static void ixgb_standby_eeprom(struct ixgb_hw *hw);
41 static bool ixgb_wait_eeprom_command(struct ixgb_hw *hw);
43 static void ixgb_cleanup_eeprom(struct ixgb_hw *hw);
48 * hw - Struct containing variables accessed by shared code
52 ixgb_raise_clock(struct ixgb_hw *hw, argument
59 IXGB_WRITE_REG(hw, EECD, *eecd_reg);
66 * hw - Struct containing variables accessed by shared code
70 ixgb_lower_clock(struct ixgb_hw *hw, argument
89 ixgb_shift_out_bits(struct ixgb_hw *hw, u16 data, u16 count) argument
136 ixgb_shift_in_bits(struct ixgb_hw *hw) argument
179 ixgb_setup_eeprom(struct ixgb_hw *hw) argument
200 ixgb_standby_eeprom(struct ixgb_hw *hw) argument
233 ixgb_clock_eeprom(struct ixgb_hw *hw) argument
256 ixgb_cleanup_eeprom(struct ixgb_hw *hw) argument
281 ixgb_wait_eeprom_command(struct ixgb_hw *hw) argument
321 ixgb_validate_eeprom_checksum(struct ixgb_hw *hw) argument
344 ixgb_update_eeprom_checksum(struct ixgb_hw *hw) argument
369 ixgb_write_eeprom(struct ixgb_hw *hw, u16 offset, u16 data) argument
421 ixgb_read_eeprom(struct ixgb_hw *hw, u16 offset) argument
456 ixgb_get_eeprom_data(struct ixgb_hw *hw) argument
502 ixgb_check_and_get_eeprom_data(struct ixgb_hw* hw) argument
524 ixgb_get_eeprom_word(struct ixgb_hw *hw, u16 index) argument
544 ixgb_get_ee_mac_addr(struct ixgb_hw *hw, u8 *mac_addr) argument
570 ixgb_get_ee_pba_number(struct ixgb_hw *hw) argument
589 ixgb_get_ee_device_id(struct ixgb_hw *hw) argument
[all...]
H A Dixgb_hw.c42 static u32 ixgb_hash_mc_addr(struct ixgb_hw *hw, u8 * mc_addr);
44 static void ixgb_mta_set(struct ixgb_hw *hw, u32 hash_value);
46 static void ixgb_get_bus_info(struct ixgb_hw *hw);
48 static bool ixgb_link_reset(struct ixgb_hw *hw);
50 static void ixgb_optics_reset(struct ixgb_hw *hw);
52 static void ixgb_optics_reset_bcm(struct ixgb_hw *hw);
54 static ixgb_phy_type ixgb_identify_phy(struct ixgb_hw *hw);
56 static void ixgb_clear_hw_cntrs(struct ixgb_hw *hw);
58 static void ixgb_clear_vfta(struct ixgb_hw *hw);
60 static void ixgb_init_rx_addrs(struct ixgb_hw *hw);
71 ixgb_mac_reset(struct ixgb_hw *hw) argument
121 ixgb_adapter_stop(struct ixgb_hw *hw) argument
183 ixgb_identify_xpak_vendor(struct ixgb_hw *hw) argument
223 ixgb_identify_phy(struct ixgb_hw *hw) argument
296 ixgb_init_hw(struct ixgb_hw *hw) argument
380 ixgb_init_rx_addrs(struct ixgb_hw *hw) argument
430 ixgb_mc_addr_list_update(struct ixgb_hw *hw, u8 *mc_addr_list, u32 mc_addr_count, u32 pad) argument
494 ixgb_hash_mc_addr(struct ixgb_hw *hw, u8 *mc_addr) argument
542 ixgb_mta_set(struct ixgb_hw *hw, u32 hash_value) argument
574 ixgb_rar_set(struct ixgb_hw *hw, u8 *addr, u32 index) argument
606 ixgb_write_vfta(struct ixgb_hw *hw, u32 offset, u32 value) argument
619 ixgb_clear_vfta(struct ixgb_hw *hw) argument
634 ixgb_setup_fc(struct ixgb_hw *hw) argument
735 ixgb_read_phy_reg(struct ixgb_hw *hw, u32 reg_address, u32 phy_address, u32 device_type) argument
828 ixgb_write_phy_reg(struct ixgb_hw *hw, u32 reg_address, u32 phy_address, u32 device_type, u16 data) argument
909 ixgb_check_for_link(struct ixgb_hw *hw) argument
945 ixgb_check_for_bad_link(struct ixgb_hw *hw) argument
971 ixgb_clear_hw_cntrs(struct ixgb_hw *hw) argument
1051 ixgb_led_on(struct ixgb_hw *hw) argument
1066 ixgb_led_off(struct ixgb_hw *hw) argument
1081 ixgb_get_bus_info(struct ixgb_hw *hw) argument
1151 ixgb_link_reset(struct ixgb_hw *hw) argument
1182 ixgb_optics_reset(struct ixgb_hw *hw) argument
1215 ixgb_optics_reset_bcm(struct ixgb_hw *hw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_common.c37 static s32 ixgbe_acquire_eeprom(struct ixgbe_hw *hw);
38 static s32 ixgbe_get_eeprom_semaphore(struct ixgbe_hw *hw);
39 static void ixgbe_release_eeprom_semaphore(struct ixgbe_hw *hw);
40 static s32 ixgbe_ready_eeprom(struct ixgbe_hw *hw);
41 static void ixgbe_standby_eeprom(struct ixgbe_hw *hw);
42 static void ixgbe_shift_out_eeprom_bits(struct ixgbe_hw *hw, u16 data,
44 static u16 ixgbe_shift_in_eeprom_bits(struct ixgbe_hw *hw, u16 count);
45 static void ixgbe_raise_eeprom_clk(struct ixgbe_hw *hw, u32 *eec);
46 static void ixgbe_lower_eeprom_clk(struct ixgbe_hw *hw, u32 *eec);
47 static void ixgbe_release_eeprom(struct ixgbe_hw *hw);
65 ixgbe_start_hw_generic(struct ixgbe_hw *hw) argument
106 ixgbe_init_hw_generic(struct ixgbe_hw *hw) argument
128 ixgbe_clear_hw_cntrs_generic(struct ixgbe_hw *hw) argument
206 ixgbe_read_pba_num_generic(struct ixgbe_hw *hw, u32 *pba_num) argument
237 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr) argument
261 ixgbe_get_bus_info_generic(struct ixgbe_hw *hw) argument
315 ixgbe_set_lan_id_multi_port_pcie(struct ixgbe_hw *hw) argument
339 ixgbe_stop_adapter_generic(struct ixgbe_hw *hw) argument
389 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index) argument
407 ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index) argument
427 ixgbe_init_eeprom_params_generic(struct ixgbe_hw *hw) argument
478 ixgbe_write_eeprom_generic(struct ixgbe_hw *hw, u16 offset, u16 data) argument
544 ixgbe_read_eeprom_bit_bang_generic(struct ixgbe_hw *hw, u16 offset, u16 *data) argument
604 ixgbe_read_eerd_generic(struct ixgbe_hw *hw, u16 offset, u16 *data) argument
640 ixgbe_poll_eerd_eewr_done(struct ixgbe_hw *hw, u32 ee_reg) argument
668 ixgbe_acquire_eeprom(struct ixgbe_hw *hw) argument
719 ixgbe_get_eeprom_semaphore(struct ixgbe_hw *hw) argument
784 ixgbe_release_eeprom_semaphore(struct ixgbe_hw *hw) argument
800 ixgbe_ready_eeprom(struct ixgbe_hw *hw) argument
839 ixgbe_standby_eeprom(struct ixgbe_hw *hw) argument
862 ixgbe_shift_out_eeprom_bits(struct ixgbe_hw *hw, u16 data, u16 count) argument
915 ixgbe_shift_in_eeprom_bits(struct ixgbe_hw *hw, u16 count) argument
953 ixgbe_raise_eeprom_clk(struct ixgbe_hw *hw, u32 *eec) argument
970 ixgbe_lower_eeprom_clk(struct ixgbe_hw *hw, u32 *eec) argument
986 ixgbe_release_eeprom(struct ixgbe_hw *hw) argument
1011 ixgbe_calc_eeprom_checksum(struct ixgbe_hw *hw) argument
1059 ixgbe_validate_eeprom_checksum_generic(struct ixgbe_hw *hw, u16 *checksum_val) argument
1099 ixgbe_update_eeprom_checksum_generic(struct ixgbe_hw *hw) argument
1156 ixgbe_set_rar_generic(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq, u32 enable_addr) argument
1204 ixgbe_clear_rar_generic(struct ixgbe_hw *hw, u32 index) argument
1239 ixgbe_enable_rar(struct ixgbe_hw *hw, u32 index) argument
1255 ixgbe_disable_rar(struct ixgbe_hw *hw, u32 index) argument
1272 ixgbe_init_rx_addrs_generic(struct ixgbe_hw *hw) argument
1328 ixgbe_add_uc_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq) argument
1365 ixgbe_update_uc_addr_list_generic(struct ixgbe_hw *hw, struct net_device *netdev) argument
1432 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr) argument
1466 ixgbe_set_mta(struct ixgbe_hw *hw, u8 *mc_addr) argument
1504 ixgbe_update_mc_addr_list_generic(struct ixgbe_hw *hw, struct net_device *netdev) argument
1543 ixgbe_enable_mc_generic(struct ixgbe_hw *hw) argument
1567 ixgbe_disable_mc_generic(struct ixgbe_hw *hw) argument
1591 ixgbe_fc_enable_generic(struct ixgbe_hw *hw, s32 packetbuf_num) argument
1729 ixgbe_fc_autoneg(struct ixgbe_hw *hw) argument
1902 ixgbe_setup_fc(struct ixgbe_hw *hw, s32 packetbuf_num) argument
2097 ixgbe_disable_pcie_master(struct ixgbe_hw *hw) argument
2138 ixgbe_acquire_swfw_sync(struct ixgbe_hw *hw, u16 mask) argument
2182 ixgbe_release_swfw_sync(struct ixgbe_hw *hw, u16 mask) argument
2203 ixgbe_enable_rx_dma_generic(struct ixgbe_hw *hw, u32 regval) argument
2215 ixgbe_blink_led_start_generic(struct ixgbe_hw *hw, u32 index) argument
2248 ixgbe_blink_led_stop_generic(struct ixgbe_hw *hw, u32 index) argument
2275 ixgbe_get_san_mac_addr_offset(struct ixgbe_hw *hw, u16 *san_mac_offset) argument
2297 ixgbe_get_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr) argument
2342 ixgbe_get_pcie_msix_count_generic(struct ixgbe_hw *hw) argument
2362 ixgbe_clear_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq) argument
2408 ixgbe_set_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq) argument
2433 ixgbe_init_uta_tables_generic(struct ixgbe_hw *hw) argument
2452 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan) argument
2500 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on) argument
2640 ixgbe_clear_vfta_generic(struct ixgbe_hw *hw) argument
2665 ixgbe_check_mac_link_generic(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up, bool link_up_wait_to_complete) argument
2718 ixgbe_get_wwn_prefix_generic(struct ixgbe_hw *hw, u16 *wwnn_prefix, u16 *wwpn_prefix) argument
[all...]
H A Dixgbe_phy.c35 static void ixgbe_i2c_start(struct ixgbe_hw *hw);
36 static void ixgbe_i2c_stop(struct ixgbe_hw *hw);
37 static s32 ixgbe_clock_in_i2c_byte(struct ixgbe_hw *hw, u8 *data);
38 static s32 ixgbe_clock_out_i2c_byte(struct ixgbe_hw *hw, u8 data);
39 static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw);
40 static s32 ixgbe_clock_in_i2c_bit(struct ixgbe_hw *hw, bool *data);
41 static s32 ixgbe_clock_out_i2c_bit(struct ixgbe_hw *hw, bool data);
42 static s32 ixgbe_raise_i2c_clk(struct ixgbe_hw *hw, u32 *i2cctl);
43 static void ixgbe_lower_i2c_clk(struct ixgbe_hw *hw, u32 *i2cctl);
44 static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u3
56 ixgbe_identify_phy_generic(struct ixgbe_hw *hw) argument
86 ixgbe_get_phy_id(struct ixgbe_hw *hw) argument
136 ixgbe_reset_phy_generic(struct ixgbe_hw *hw) argument
157 ixgbe_read_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 *phy_data) argument
256 ixgbe_write_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 phy_data) argument
348 ixgbe_setup_phy_link_generic(struct ixgbe_hw *hw) argument
403 ixgbe_setup_phy_link_speed_generic(struct ixgbe_hw *hw, ixgbe_link_speed speed, bool autoneg, bool autoneg_wait_to_complete) argument
431 ixgbe_reset_phy_nl(struct ixgbe_hw *hw) argument
529 ixgbe_identify_sfp_module_generic(struct ixgbe_hw *hw) argument
753 ixgbe_get_sfp_init_sequence_offsets(struct ixgbe_hw *hw, u16 *list_offset, u16 *data_offset) argument
829 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data) argument
845 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, u8 eeprom_data) argument
862 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, u8 *data) argument
934 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, u8 data) argument
989 ixgbe_i2c_start(struct ixgbe_hw *hw) argument
1018 ixgbe_i2c_stop(struct ixgbe_hw *hw) argument
1042 ixgbe_clock_in_i2c_byte(struct ixgbe_hw *hw, u8 *data) argument
1066 ixgbe_clock_out_i2c_byte(struct ixgbe_hw *hw, u8 data) argument
1095 ixgbe_get_i2c_ack(struct ixgbe_hw *hw) argument
1143 ixgbe_clock_in_i2c_bit(struct ixgbe_hw *hw, bool *data) argument
1171 ixgbe_clock_out_i2c_bit(struct ixgbe_hw *hw, bool data) argument
1203 ixgbe_raise_i2c_clk(struct ixgbe_hw *hw, u32 *i2cctl) argument
1224 ixgbe_lower_i2c_clk(struct ixgbe_hw *hw, u32 *i2cctl) argument
1243 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data) argument
1293 ixgbe_i2c_bus_clear(struct ixgbe_hw *hw) argument
1323 ixgbe_check_phy_link_tnx(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up) argument
1369 ixgbe_get_phy_firmware_version_tnx(struct ixgbe_hw *hw, u16 *firmware_version) argument
1386 ixgbe_tn_check_overtemp(struct ixgbe_hw *hw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_nuc900.c76 struct nuc900_spi *hw = to_hw(spi); local
82 spin_lock_irqsave(&hw->lock, flags);
84 val = __raw_readl(hw->regs + USI_SSR);
96 __raw_writel(val, hw->regs + USI_SSR);
98 val = __raw_readl(hw->regs + USI_CNT);
105 __raw_writel(val, hw->regs + USI_CNT);
107 spin_unlock_irqrestore(&hw->lock, flags);
123 static void nuc900_spi_setup_txnum(struct nuc900_spi *hw, argument
129 spin_lock_irqsave(&hw->lock, flags);
131 val = __raw_readl(hw
144 nuc900_spi_setup_txbitlen(struct nuc900_spi *hw, unsigned int txbitlen) argument
161 nuc900_spi_gobusy(struct nuc900_spi *hw) argument
188 hw_txbyte(struct nuc900_spi *hw, int count) argument
195 struct nuc900_spi *hw = to_hw(spi); local
213 struct nuc900_spi *hw = dev; local
241 nuc900_tx_edge(struct nuc900_spi *hw, unsigned int edge) argument
259 nuc900_rx_edge(struct nuc900_spi *hw, unsigned int edge) argument
277 nuc900_send_first(struct nuc900_spi *hw, unsigned int lsb) argument
295 nuc900_set_sleep(struct nuc900_spi *hw, unsigned int sleep) argument
313 nuc900_enable_int(struct nuc900_spi *hw) argument
329 nuc900_set_divider(struct nuc900_spi *hw) argument
334 nuc900_init_spi(struct nuc900_spi *hw) argument
351 struct nuc900_spi *hw; local
460 struct nuc900_spi *hw = platform_get_drvdata(dev); local
[all...]
H A Dau1550_spi.c66 void (*rx_word)(struct au1550_spi *hw);
67 void (*tx_word)(struct au1550_spi *hw);
69 irqreturn_t (*irq_callback)(struct au1550_spi *hw);
104 static void au1550_spi_bits_handlers_set(struct au1550_spi *hw, int bpw);
116 static u32 au1550_spi_baudcfg(struct au1550_spi *hw, unsigned speed_hz) argument
118 u32 mainclk_hz = hw->pdata->mainclk_hz;
139 static inline void au1550_spi_mask_ack_all(struct au1550_spi *hw) argument
141 hw->regs->psc_spimsk =
147 hw->regs->psc_spievent =
154 static void au1550_spi_reset_fifos(struct au1550_spi *hw) argument
177 struct au1550_spi *hw = spi_master_get_devdata(spi->master); local
237 struct au1550_spi *hw = spi_master_get_devdata(spi->master); local
296 struct au1550_spi *hw = spi_master_get_devdata(spi->master); local
325 au1550_spi_dma_rxtmp_alloc(struct au1550_spi *hw, unsigned size) argument
342 au1550_spi_dma_rxtmp_free(struct au1550_spi *hw) argument
353 struct au1550_spi *hw = spi_master_get_devdata(spi->master); local
458 au1550_spi_dma_irq_callback(struct au1550_spi *hw) argument
552 struct au1550_spi *hw = spi_master_get_devdata(spi->master); local
592 au1550_spi_pio_irq_callback(struct au1550_spi *hw) argument
684 struct au1550_spi *hw = spi_master_get_devdata(spi->master); local
690 struct au1550_spi *hw = dev; local
694 au1550_spi_bits_handlers_set(struct au1550_spi *hw, int bpw) argument
719 au1550_spi_setup_psc_as_spi(struct au1550_spi *hw) argument
770 struct au1550_spi *hw; local
972 struct au1550_spi *hw = platform_get_drvdata(pdev); local
[all...]
H A Dspi_s3c24xx.c105 struct s3c24xx_spi *hw = to_hw(spi); local
112 hw->set_cs(hw->pdata, spi->chip_select, cspol^1);
113 writeb(cs->spcon, hw->regs + S3C2410_SPCON);
118 hw->regs + S3C2410_SPCON);
119 hw->set_cs(hw->pdata, spi->chip_select, cspol);
127 struct s3c24xx_spi *hw = to_hw(spi); local
162 clk = clk_get_rate(hw->clk);
182 struct s3c24xx_spi *hw local
195 struct s3c24xx_spi *hw = to_hw(spi); local
231 hw_txbyte(struct s3c24xx_spi *hw, int count) argument
283 s3c24xx_spi_tryfiq(struct s3c24xx_spi *hw) argument
358 struct s3c24xx_spi *hw = pw; local
383 s3c24xx_spi_initfiq(struct s3c24xx_spi *hw) argument
397 s3c24xx_spi_usefiq(struct s3c24xx_spi *hw) argument
424 struct s3c24xx_spi *hw = to_hw(spi); local
446 struct s3c24xx_spi *hw = dev; local
488 s3c24xx_spi_initialsetup(struct s3c24xx_spi *hw) argument
512 struct s3c24xx_spi *hw; local
667 struct s3c24xx_spi *hw = platform_get_drvdata(dev); local
694 struct s3c24xx_spi *hw = platform_get_drvdata(to_platform_device(dev)); local
705 struct s3c24xx_spi *hw = platform_get_drvdata(to_platform_device(dev)); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_mac.h41 s32 igb_blink_led(struct e1000_hw *hw);
42 s32 igb_check_for_copper_link(struct e1000_hw *hw);
43 s32 igb_cleanup_led(struct e1000_hw *hw);
44 s32 igb_config_fc_after_link_up(struct e1000_hw *hw);
45 s32 igb_disable_pcie_master(struct e1000_hw *hw);
46 s32 igb_force_mac_fc(struct e1000_hw *hw);
47 s32 igb_get_auto_rd_done(struct e1000_hw *hw);
48 s32 igb_get_bus_info_pcie(struct e1000_hw *hw);
49 s32 igb_get_hw_semaphore(struct e1000_hw *hw);
50 s32 igb_get_speed_and_duplex_copper(struct e1000_hw *hw, u1
[all...]
H A De1000_nvm.h31 s32 igb_acquire_nvm(struct e1000_hw *hw);
32 void igb_release_nvm(struct e1000_hw *hw);
33 s32 igb_read_mac_addr(struct e1000_hw *hw);
34 s32 igb_read_part_num(struct e1000_hw *hw, u32 *part_num);
35 s32 igb_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
36 s32 igb_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
37 s32 igb_validate_nvm_checksum(struct e1000_hw *hw);
38 s32 igb_update_nvm_checksum(struct e1000_hw *hw);
H A De1000_phy.c34 static s32 igb_phy_setup_autoneg(struct e1000_hw *hw);
35 static void igb_phy_force_speed_duplex_setup(struct e1000_hw *hw,
37 static s32 igb_wait_autoneg(struct e1000_hw *hw);
61 * @hw: pointer to the HW structure
67 s32 igb_check_reset_block(struct e1000_hw *hw) argument
79 * @hw: pointer to the HW structure
84 s32 igb_get_phy_id(struct e1000_hw *hw) argument
86 struct e1000_phy_info *phy = &hw->phy;
90 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id);
96 ret_val = phy->ops.read_reg(hw, PHY_ID
113 igb_phy_reset_dsp(struct e1000_hw *hw) argument
139 igb_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data) argument
197 igb_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data) argument
256 igb_read_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 *data) argument
303 igb_write_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 data) argument
354 igb_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data) argument
393 igb_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data) argument
429 igb_copper_link_setup_82580(struct e1000_hw *hw) argument
472 igb_copper_link_setup_m88(struct e1000_hw *hw) argument
579 igb_copper_link_setup_igp(struct e1000_hw *hw) argument
720 igb_copper_link_autoneg(struct e1000_hw *hw) argument
788 igb_phy_setup_autoneg(struct e1000_hw *hw) argument
952 igb_setup_copper_link(struct e1000_hw *hw) argument
1010 igb_phy_force_speed_duplex_igp(struct e1000_hw *hw) argument
1082 igb_phy_force_speed_duplex_m88(struct e1000_hw *hw) argument
1189 igb_phy_force_speed_duplex_setup(struct e1000_hw *hw, u16 *phy_ctrl) argument
1252 igb_set_d3_lplu_state(struct e1000_hw *hw, bool active) argument
1336 igb_check_downshift(struct e1000_hw *hw) argument
1378 igb_check_polarity_m88(struct e1000_hw *hw) argument
1403 igb_check_polarity_igp(struct e1000_hw *hw) argument
1448 igb_wait_autoneg(struct e1000_hw *hw) argument
1482 igb_phy_has_link(struct e1000_hw *hw, u32 iterations, u32 usec_interval, bool *success) argument
1534 igb_get_cable_length_m88(struct e1000_hw *hw) argument
1571 igb_get_cable_length_igp_2(struct e1000_hw *hw) argument
1642 igb_get_phy_info_m88(struct e1000_hw *hw) argument
1718 igb_get_phy_info_igp(struct e1000_hw *hw) argument
1781 igb_phy_sw_reset(struct e1000_hw *hw) argument
1813 igb_phy_hw_reset(struct e1000_hw *hw) argument
1854 igb_phy_init_script_igp3(struct e1000_hw *hw) argument
1940 igb_power_up_phy_copper(struct e1000_hw *hw) argument
1957 igb_power_down_phy_copper(struct e1000_hw *hw) argument
1976 igb_check_polarity_82580(struct e1000_hw *hw) argument
2001 igb_phy_force_speed_duplex_82580(struct e1000_hw *hw) argument
2073 igb_get_phy_info_82580(struct e1000_hw *hw) argument
2137 igb_get_cable_length_82580(struct e1000_hw *hw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A DmISDNinfineon.c281 struct inf_hw *hw = dev_id; local
284 spin_lock(&hw->lock);
285 val = inb((u32)hw->cfg.start + DIVA_PCI_CTRL);
287 spin_unlock(&hw->lock);
290 hw->irqcnt++;
291 mISDNipac_irq(&hw->ipac, irqloops);
292 spin_unlock(&hw->lock);
299 struct inf_hw *hw = dev_id; local
302 spin_lock(&hw->lock);
303 val = readb(hw
318 struct inf_hw *hw = dev_id; local
336 struct inf_hw *hw = dev_id; local
354 struct inf_hw *hw = dev_id; local
373 struct inf_hw *hw = dev_id; local
385 struct inf_hw *hw = dev_id; local
401 enable_hwirq(struct inf_hw *hw) argument
445 disable_hwirq(struct inf_hw *hw) argument
485 ipac_chip_reset(struct inf_hw *hw) argument
496 reset_inf(struct inf_hw *hw) argument
587 inf_ctrl(struct inf_hw *hw, u32 cmd, u_long arg) argument
605 init_irq(struct inf_hw *hw) argument
643 release_io(struct inf_hw *hw) argument
664 setup_io(struct inf_hw *hw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/
H A DMakefile2 obj-$(CONFIG_INFINIBAND_MTHCA) += hw/mthca/
3 obj-$(CONFIG_INFINIBAND_IPATH) += hw/ipath/
4 obj-$(CONFIG_INFINIBAND_QIB) += hw/qib/
5 obj-$(CONFIG_INFINIBAND_EHCA) += hw/ehca/
6 obj-$(CONFIG_INFINIBAND_AMSO1100) += hw/amso1100/
7 obj-$(CONFIG_INFINIBAND_CXGB3) += hw/cxgb3/
8 obj-$(CONFIG_INFINIBAND_CXGB4) += hw/cxgb4/
9 obj-$(CONFIG_MLX4_INFINIBAND) += hw/mlx4/
10 obj-$(CONFIG_INFINIBAND_NES) += hw/nes/
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1c/
H A Datl1c_hw.c32 int atl1c_check_eeprom_exist(struct atl1c_hw *hw) argument
36 AT_READ_REG(hw, REG_TWSI_DEBUG, &data);
40 AT_READ_REG(hw, REG_MASTER_CTRL, &data);
46 void atl1c_hw_set_mac_addr(struct atl1c_hw *hw) argument
54 value = (((u32)hw->mac_addr[2]) << 24) |
55 (((u32)hw->mac_addr[3]) << 16) |
56 (((u32)hw->mac_addr[4]) << 8) |
57 (((u32)hw->mac_addr[5])) ;
58 AT_WRITE_REG_ARRAY(hw, REG_MAC_STA_ADDR, 0, value);
60 value = (((u32)hw
69 atl1c_get_permanent_address(struct atl1c_hw *hw) argument
175 atl1c_read_eeprom(struct atl1c_hw *hw, u32 offset, u32 *p_value) argument
218 atl1c_read_mac_addr(struct atl1c_hw *hw) argument
238 atl1c_hash_mc_addr(struct atl1c_hw *hw, u8 *mc_addr) argument
256 atl1c_hash_set(struct atl1c_hw *hw, u32 hash_value) argument
285 atl1c_read_phy_reg(struct atl1c_hw *hw, u16 reg_addr, u16 *phy_data) argument
316 atl1c_write_phy_reg(struct atl1c_hw *hw, u32 reg_addr, u16 phy_data) argument
346 atl1c_phy_setup_adv(struct atl1c_hw *hw) argument
381 atl1c_phy_disable(struct atl1c_hw *hw) argument
387 atl1c_phy_magic_data(struct atl1c_hw *hw) argument
443 atl1c_phy_reset(struct atl1c_hw *hw) argument
499 atl1c_phy_init(struct atl1c_hw *hw) argument
557 atl1c_get_speed_and_duplex(struct atl1c_hw *hw, u16 *speed, u16 *duplex) argument
593 atl1c_phy_power_saving(struct atl1c_hw *hw) argument
652 atl1c_restart_autoneg(struct atl1c_hw *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_hw.c32 int atl1e_check_eeprom_exist(struct atl1e_hw *hw) argument
36 value = AT_READ_REG(hw, REG_SPI_FLASH_CTRL);
39 AT_WRITE_REG(hw, REG_SPI_FLASH_CTRL, value);
41 value = AT_READ_REGW(hw, REG_PCIE_CAP_LIST);
45 void atl1e_hw_set_mac_addr(struct atl1e_hw *hw) argument
53 value = (((u32)hw->mac_addr[2]) << 24) |
54 (((u32)hw->mac_addr[3]) << 16) |
55 (((u32)hw->mac_addr[4]) << 8) |
56 (((u32)hw->mac_addr[5])) ;
57 AT_WRITE_REG_ARRAY(hw, REG_MAC_STA_ADD
68 atl1e_get_permanent_address(struct atl1e_hw *hw) argument
110 atl1e_write_eeprom(struct atl1e_hw *hw, u32 offset, u32 value) argument
115 atl1e_read_eeprom(struct atl1e_hw *hw, u32 offset, u32 *p_value) argument
140 atl1e_force_ps(struct atl1e_hw *hw) argument
151 atl1e_read_mac_addr(struct atl1e_hw *hw) argument
167 atl1e_hash_mc_addr(struct atl1e_hw *hw, u8 *mc_addr) argument
185 atl1e_hash_set(struct atl1e_hw *hw, u32 hash_value) argument
213 atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data) argument
247 atl1e_write_phy_reg(struct atl1e_hw *hw, u32 reg_addr, u16 phy_data) argument
278 atl1e_init_pcie(struct atl1e_hw *hw) argument
296 atl1e_phy_setup_autoneg_adv(struct atl1e_hw *hw) argument
394 atl1e_phy_commit(struct atl1e_hw *hw) argument
427 atl1e_phy_init(struct atl1e_hw *hw) argument
522 atl1e_reset_hw(struct atl1e_hw *hw) argument
579 atl1e_init_hw(struct atl1e_hw *hw) argument
602 atl1e_get_speed_and_duplex(struct atl1e_hw *hw, u16 *speed, u16 *duplex) argument
638 atl1e_restart_autoneg(struct atl1e_hw *hw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/ipwireless/
H A Dhardware.c30 static void ipw_send_setup_packet(struct ipw_hardware *hw);
36 static void handle_received_CTRL_packet(struct ipw_hardware *hw,
238 /* Flag if hw is ready to send next packet */
403 static void do_send_fragment(struct ipw_hardware *hw, unsigned char *data, argument
410 BUG_ON(length > hw->ll_mtu);
415 spin_lock_irqsave(&hw->lock, flags);
417 hw->tx_ready = 0;
420 if (hw->hw_version == HW_VERSION_1) {
421 outw((unsigned short) length, hw->base_port + IODWR);
430 outw(raw_data, hw
458 do_send_packet(struct ipw_hardware *hw, struct ipw_tx_packet *packet) argument
520 ipw_setup_hardware(struct ipw_hardware *hw) argument
554 pool_allocate(struct ipw_hardware *hw, struct ipw_rx_packet *packet, int minimum_free_space) argument
608 pool_free(struct ipw_hardware *hw, struct ipw_rx_packet *packet) argument
618 queue_received_packet(struct ipw_hardware *hw, unsigned int protocol, unsigned int address, const unsigned char *data, int length, int is_last) argument
704 struct ipw_hardware *hw = local
764 handle_received_CTRL_packet(struct ipw_hardware *hw, unsigned int channel_idx, const unsigned char *data, int len) argument
810 handle_received_packet(struct ipw_hardware *hw, const union nl_packet *packet, unsigned short len) argument
841 acknowledge_data_read(struct ipw_hardware *hw) argument
853 do_receive_packet(struct ipw_hardware *hw) argument
913 get_current_packet_priority(struct ipw_hardware *hw) argument
928 get_packets_from_hw(struct ipw_hardware *hw) argument
954 send_pending_packet(struct ipw_hardware *hw, int priority_limit) argument
1010 struct ipw_hardware *hw = (struct ipw_hardware *) hw_; local
1047 is_card_present(struct ipw_hardware *hw) argument
1056 ipwireless_handle_v1_interrupt(int irq, struct ipw_hardware *hw) argument
1093 acknowledge_pcmcia_interrupt(struct ipw_hardware *hw) argument
1101 ipwireless_handle_v2_v3_interrupt(int irq, struct ipw_hardware *hw) argument
1224 flush_packets_to_hw(struct ipw_hardware *hw) argument
1236 send_packet(struct ipw_hardware *hw, int priority, struct ipw_tx_packet *packet) argument
1293 ipwireless_send_packet(struct ipw_hardware *hw, unsigned int channel_idx, const unsigned char *data, unsigned int length, void (*callback) (void *cb, unsigned int length), void *callback_data) argument
1313 set_control_line(struct ipw_hardware *hw, int prio, unsigned int channel_idx, int line, int state) argument
1333 set_DTR(struct ipw_hardware *hw, int priority, unsigned int channel_idx, int state) argument
1344 set_RTS(struct ipw_hardware *hw, int priority, unsigned int channel_idx, int state) argument
1355 ipwireless_set_DTR(struct ipw_hardware *hw, unsigned int channel_idx, int state) argument
1361 ipwireless_set_RTS(struct ipw_hardware *hw, unsigned int channel_idx, int state) argument
1398 __handle_setup_get_version_rsp(struct ipw_hardware *hw) argument
1495 handle_setup_get_version_rsp(struct ipw_hardware *hw, unsigned char vers_no) argument
1510 ipw_send_setup_packet(struct ipw_hardware *hw) argument
1526 handle_received_SETUP_packet(struct ipw_hardware *hw, unsigned int address, const unsigned char *data, int len, int is_last) argument
1590 do_close_hardware(struct ipw_hardware *hw) argument
1612 struct ipw_hardware *hw = local
1638 ipwireless_init_hardware_v1(struct ipw_hardware *hw, unsigned int base_port, void __iomem *attr_memory, void __iomem *common_memory, int is_v2_card, void (*reboot_callback) (void *data), void *reboot_callback_data) argument
1661 ipwireless_init_hardware_v2_v3(struct ipw_hardware *hw) argument
1672 struct ipw_hardware *hw = (struct ipw_hardware *) data; local
1712 ipwireless_stop_interrupts(struct ipw_hardware *hw) argument
1724 ipwireless_hardware_free(struct ipw_hardware *hw) argument
1760 ipwireless_associate_network(struct ipw_hardware *hw, struct ipw_network *network) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dprism2sta.c274 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; local
283 result = hfa384x_drvr_txframe(hw, skb, p80211_hdr, p80211_wep);
314 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; local
403 qualmsg->link.data = le16_to_cpu(hw->qual.CQ_currBSS);
404 qualmsg->level.data = le16_to_cpu(hw->qual.ASL_currBSS);
405 qualmsg->noise.data = le16_to_cpu(hw->qual.ANL_currFC);
406 qualmsg->txrate.data = hw->txrate;
442 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; local
458 result = hfa384x_drvr_start(hw);
472 hfa384x_cmd_initialize(hw);
617 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; local
940 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; local
950 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; local
1015 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; local
1064 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; local
1121 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; local
1163 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; local
1203 hfa384x_t *hw = container_of(data, struct hfa384x, link_bh); local
1477 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; local
1507 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; local
1570 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; local
1585 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; local
1759 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; local
1948 hfa384x_t *hw = NULL; local
1987 hfa384x_t *hw = container_of(data, struct hfa384x, commsqual_bh); local
2079 hfa384x_t *hw = (hfa384x_t *) data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dphy.c33 static s32 e1000_get_phy_cfg_done(struct e1000_hw *hw);
34 static s32 e1000_phy_force_speed_duplex(struct e1000_hw *hw);
35 static s32 e1000_set_d0_lplu_state(struct e1000_hw *hw, bool active);
36 static s32 e1000_wait_autoneg(struct e1000_hw *hw);
38 static s32 e1000_access_phy_wakeup_reg_bm(struct e1000_hw *hw, u32 offset,
41 static s32 e1000_access_phy_debug_regs_hv(struct e1000_hw *hw, u32 offset,
105 * @hw: pointer to the HW structure
111 s32 e1000e_check_reset_block_generic(struct e1000_hw *hw) argument
123 * @hw: pointer to the HW structure
128 s32 e1000e_get_phy_id(struct e1000_hw *hw) argument
167 e1000e_phy_reset_dsp(struct e1000_hw *hw) argument
187 e1000e_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data) argument
240 e1000e_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data) argument
295 e1000e_read_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 *data) argument
320 e1000e_write_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 data) argument
347 __e1000e_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data, bool locked) argument
389 e1000e_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data) argument
403 e1000e_read_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 *data) argument
418 __e1000e_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data, bool locked) argument
460 e1000e_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data) argument
474 e1000e_write_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 data) argument
490 __e1000_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data, bool locked) argument
531 e1000e_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data) argument
546 e1000e_read_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 *data) argument
562 __e1000_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data, bool locked) argument
599 e1000e_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data) argument
613 e1000e_write_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 data) argument
624 e1000_copper_link_setup_82577(struct e1000_hw *hw) argument
653 e1000e_copper_link_setup_m88(struct e1000_hw *hw) argument
787 e1000e_copper_link_setup_igp(struct e1000_hw *hw) argument
904 e1000_phy_setup_autoneg(struct e1000_hw *hw) argument
1062 e1000_copper_link_autoneg(struct e1000_hw *hw) argument
1129 e1000e_setup_copper_link(struct e1000_hw *hw) argument
1185 e1000e_phy_force_speed_duplex_igp(struct e1000_hw *hw) argument
1256 e1000e_phy_force_speed_duplex_m88(struct e1000_hw *hw) argument
1366 e1000_phy_force_speed_duplex_ife(struct e1000_hw *hw) argument
1437 e1000e_phy_force_speed_duplex_setup(struct e1000_hw *hw, u16 *phy_ctrl) argument
1499 e1000e_set_d3_lplu_state(struct e1000_hw *hw, bool active) argument
1571 e1000e_check_downshift(struct e1000_hw *hw) argument
1612 e1000_check_polarity_m88(struct e1000_hw *hw) argument
1637 e1000_check_polarity_igp(struct e1000_hw *hw) argument
1680 e1000_check_polarity_ife(struct e1000_hw *hw) argument
1714 e1000_wait_autoneg(struct e1000_hw *hw) argument
1748 e1000e_phy_has_link_generic(struct e1000_hw *hw, u32 iterations, u32 usec_interval, bool *success) argument
1799 e1000e_get_cable_length_m88(struct e1000_hw *hw) argument
1836 e1000e_get_cable_length_igp_2(struct e1000_hw *hw) argument
1904 e1000e_get_phy_info_m88(struct e1000_hw *hw) argument
1977 e1000e_get_phy_info_igp(struct e1000_hw *hw) argument
2037 e1000_get_phy_info_ife(struct e1000_hw *hw) argument
2093 e1000e_phy_sw_reset(struct e1000_hw *hw) argument
2121 e1000e_phy_hw_reset_generic(struct e1000_hw *hw) argument
2158 e1000e_get_cfg_done(struct e1000_hw *hw) argument
2170 e1000e_phy_init_script_igp3(struct e1000_hw *hw) argument
2258 e1000_get_phy_cfg_done(struct e1000_hw *hw) argument
2273 e1000_phy_force_speed_duplex(struct e1000_hw *hw) argument
2340 e1000e_determine_phy_address(struct e1000_hw *hw) argument
2399 e1000e_write_phy_reg_bm(struct e1000_hw *hw, u32 offset, u16 data) argument
2458 e1000e_read_phy_reg_bm(struct e1000_hw *hw, u32 offset, u16 *data) argument
2516 e1000e_read_phy_reg_bm2(struct e1000_hw *hw, u32 offset, u16 *data) argument
2560 e1000e_write_phy_reg_bm2(struct e1000_hw *hw, u32 offset, u16 data) argument
2614 e1000_access_phy_wakeup_reg_bm(struct e1000_hw *hw, u32 offset, u16 *data, bool read) argument
2707 e1000_power_up_phy_copper(struct e1000_hw *hw) argument
2725 e1000_power_down_phy_copper(struct e1000_hw *hw) argument
2743 e1000e_commit_phy(struct e1000_hw *hw) argument
2765 e1000_set_d0_lplu_state(struct e1000_hw *hw, bool active) argument
2784 __e1000_read_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 *data, bool locked) argument
2849 e1000_read_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 *data) argument
2863 e1000_read_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 *data) argument
2878 __e1000_write_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 data, bool locked) argument
2955 e1000_write_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 data) argument
2969 e1000_write_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 data) argument
2999 e1000_access_phy_debug_regs_hv(struct e1000_hw *hw, u32 offset, u16 *data, bool read) argument
3036 e1000_link_stall_workaround_hv(struct e1000_hw *hw) argument
3086 e1000_check_polarity_82577(struct e1000_hw *hw) argument
3108 e1000_phy_force_speed_duplex_82577(struct e1000_hw *hw) argument
3162 e1000_get_phy_info_82577(struct e1000_hw *hw) argument
3225 e1000_get_cable_length_82577(struct e1000_hw *hw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dhermes_dld.h30 int hermesi_program_init(hermes_t *hw, u32 offset);
31 int hermesi_program_end(hermes_t *hw);
32 int hermes_program(hermes_t *hw, const char *first_block, const void *end);
34 int hermes_read_pda(hermes_t *hw,
39 int hermes_apply_pda(hermes_t *hw,
44 int hermes_apply_pda_with_defaults(hermes_t *hw,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demu10k1_synth.c34 struct snd_emu10k1 *hw; local
53 hw = arg->hwptr;
54 emux->hw = hw;
58 emux->memhdr = hw->memhdr;
62 emux->midi_devidx = hw->audigy ? 2 : 1;
71 spin_lock_irqsave(&hw->voice_lock, flags);
72 hw->synth = emux;
73 hw->get_synth_voice = snd_emu10k1_synth_get_voice;
74 spin_unlock_irqrestore(&hw
84 struct snd_emu10k1 *hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbevf/
H A Dvf.c32 * @hw: pointer to hardware structure
39 static s32 ixgbevf_start_hw_vf(struct ixgbe_hw *hw) argument
42 hw->adapter_stopped = false;
49 * @hw: pointer to hardware structure
54 static s32 ixgbevf_init_hw_vf(struct ixgbe_hw *hw) argument
56 s32 status = hw->mac.ops.start_hw(hw);
58 hw->mac.ops.get_mac_addr(hw, hw
70 ixgbevf_reset_hw_vf(struct ixgbe_hw *hw) argument
126 ixgbevf_stop_hw_vf(struct ixgbe_hw *hw) argument
181 ixgbevf_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr) argument
212 ixgbevf_get_mac_addr_vf(struct ixgbe_hw *hw, u8 *mac_addr) argument
226 ixgbevf_set_rar_vf(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq) argument
259 ixgbevf_update_mc_addr_list_vf(struct ixgbe_hw *hw, struct net_device *netdev) argument
302 ixgbevf_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on) argument
326 ixgbevf_setup_mac_link_vf(struct ixgbe_hw *hw, ixgbe_link_speed speed, bool autoneg, bool autoneg_wait_to_complete) argument
342 ixgbevf_check_mac_link_vf(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up, bool autoneg_wait_to_complete) argument
[all...]

Completed in 305 milliseconds

1234567891011>>