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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000.c71 * Some member variables of the hw struct have been eliminated
88 static struct e1000_hw hw; variable in typeref:struct:e1000_hw
100 static int e1000_setup_link(struct e1000_hw *hw);
101 static int e1000_setup_fiber_serdes_link(struct e1000_hw *hw);
102 static int e1000_setup_copper_link(struct e1000_hw *hw);
103 static int e1000_phy_setup_autoneg(struct e1000_hw *hw);
104 static void e1000_config_collision_dist(struct e1000_hw *hw);
105 static int e1000_config_mac_to_phy(struct e1000_hw *hw);
106 static int e1000_config_fc_after_link_up(struct e1000_hw *hw);
107 static int e1000_check_for_link(struct e1000_hw *hw);
182 e1000_pci_set_mwi(struct e1000_hw *hw) argument
187 e1000_pci_clear_mwi(struct e1000_hw *hw) argument
200 e1000_raise_ee_clk(struct e1000_hw *hw, uint32_t *eecd) argument
219 e1000_lower_ee_clk(struct e1000_hw *hw, uint32_t *eecd) argument
239 e1000_shift_out_ee_bits(struct e1000_hw *hw, uint16_t data, uint16_t count) argument
292 e1000_shift_in_ee_bits(struct e1000_hw *hw, uint16_t count) argument
336 e1000_acquire_eeprom(struct e1000_hw *hw) argument
388 e1000_standby_eeprom(struct e1000_hw *hw) argument
439 e1000_release_eeprom(struct e1000_hw *hw) argument
486 e1000_spi_eeprom_ready(struct e1000_hw *hw) argument
529 e1000_read_eeprom(struct e1000_hw *hw, uint16_t offset, uint16_t words, uint16_t *data) argument
611 e1000_validate_eeprom_checksum(struct e1000_hw *hw) argument
641 e1000_read_mac_addr(struct e1000_hw *hw) argument
675 e1000_init_rx_addrs(struct e1000_hw *hw) argument
709 e1000_clear_vfta(struct e1000_hw *hw) argument
723 e1000_write_reg_io(struct e1000_hw *hw, uint32_t offset, uint32_t value) argument
736 e1000_set_phy_type(struct e1000_hw *hw) argument
764 e1000_phy_init_script(struct e1000_hw *hw) argument
844 e1000_set_mac_type(struct e1000_hw *hw) argument
927 e1000_set_media_type(struct e1000_hw *hw) argument
966 e1000_reset_hw(struct e1000_hw *hw) argument
1107 e1000_init_hw(struct e1000_hw *hw) argument
1229 e1000_adjust_serdes_amplitude(struct e1000_hw *hw) argument
1275 e1000_setup_link(struct e1000_hw *hw) argument
1403 e1000_setup_fiber_serdes_link(struct e1000_hw *hw) argument
1541 e1000_setup_copper_link(struct e1000_hw *hw) argument
1894 e1000_phy_setup_autoneg(struct e1000_hw *hw) argument
2036 e1000_config_collision_dist(struct e1000_hw *hw) argument
2059 e1000_config_mac_to_phy(struct e1000_hw *hw) argument
2131 e1000_force_mac_fc(struct e1000_hw *hw) argument
2198 e1000_config_fc_after_link_up(struct e1000_hw *hw) argument
2400 e1000_check_for_link(struct e1000_hw *hw) argument
2598 e1000_get_speed_and_duplex(struct e1000_hw *hw, uint16_t *speed, uint16_t *duplex) argument
2639 e1000_wait_autoneg(struct e1000_hw *hw) argument
2674 e1000_raise_mdi_clk(struct e1000_hw *hw, uint32_t *ctrl) argument
2692 e1000_lower_mdi_clk(struct e1000_hw *hw, uint32_t *ctrl) argument
2713 e1000_shift_out_mdi_bits(struct e1000_hw *hw, uint32_t data, uint16_t count) argument
2761 e1000_shift_in_mdi_bits(struct e1000_hw *hw) argument
2813 e1000_read_phy_reg(struct e1000_hw *hw, uint32_t reg_addr, uint16_t *phy_data) argument
2835 e1000_read_phy_reg_ex(struct e1000_hw *hw, uint32_t reg_addr, uint16_t *phy_data) argument
2916 e1000_write_phy_reg(struct e1000_hw *hw, uint32_t reg_addr, uint16_t phy_data) argument
2938 e1000_write_phy_reg_ex(struct e1000_hw *hw, uint32_t reg_addr, uint16_t phy_data) argument
3006 e1000_phy_hw_reset(struct e1000_hw *hw) argument
3049 e1000_phy_reset(struct e1000_hw *hw) argument
3079 e1000_detect_gig_phy(struct e1000_hw *hw) argument
3142 e1000_init_eeprom_params(struct e1000_hw *hw) argument
3254 e1000_reset(struct e1000_hw *hw) argument
3293 e1000_sw_init(struct pci_device *pdev, struct e1000_hw *hw) argument
[all...]
/osnet-11/usr/src/lib/libc/sparc/fp/
H A D_Q_cplx_div_ix.c95 int hb, hc, hd, hw, i, j; local
115 hw = (hc > hd)? hc : hd;
118 if (hw >= 0x7fff0000) { /* w is inf or nan */
131 if (hw == 0 && (cc.i[1] | cc.i[2] | cc.i[3] |
154 hw = (hw - 0x3fff0000) >> 16;
157 _Q_scl(&sc, -hw);
158 _Q_scl(&sd, -hw);
164 hb -= (hw + hw);
[all...]
H A D_Q_cplx_div_rx.c95 int ha, hc, hd, hw, i, j; local
115 hw = (hc > hd)? hc : hd;
118 if (hw >= 0x7fff0000) { /* w is inf or nan */
131 if (hw == 0 && (cc.i[1] | cc.i[2] | cc.i[3] |
154 hw = (hw - 0x3fff0000) >> 16;
157 _Q_scl(&sc, -hw);
158 _Q_scl(&sd, -hw);
164 ha -= (hw + hw);
[all...]
H A D_D_cplx_div_ix.c103 int hb, hc, hd, hw, i, j; local
121 hw = (hc > hd)? hc : hd;
124 if (hw >= 0x7ff00000) { /* w is inf or nan */
137 if (hw < 0x00100000) {
149 hw = (hc > hd)? hc : hd;
152 if (hw == 0 && (cc.i[1] | dd.i[1]) == 0) {
174 hw = (hw - 0x38000000) >> 28;
175 sc = c * scl[hw + 4].d;
176 sd = d * scl[hw
[all...]
H A D_D_cplx_div_rx.c103 int ha, hc, hd, hw, i, j; local
121 hw = (hc > hd)? hc : hd;
124 if (hw >= 0x7ff00000) { /* w is inf or nan */
137 if (hw < 0x00100000) {
149 hw = (hc > hd)? hc : hd;
152 if (hw == 0 && (cc.i[1] | dd.i[1]) == 0) {
174 hw = (hw - 0x38000000) >> 28;
175 sc = c * scl[hw + 4].d;
176 sd = d * scl[hw
[all...]
H A D_D_cplx_div.c93 int ha, hb, hc, hd, hz, hw, hs, i, j; local
117 hw = (hc > hd)? hc : hd;
120 if (hw >= 0x7ff00000) { /* w is inf or nan */
142 if (hw < 0x00100000) {
154 hw = (hc > hd)? hc : hd;
157 if (hw == 0 && (cc.i[1] | dd.i[1]) == 0) {
233 hs = (((hw >> 2) - hw) + 0x6fd7ffff) & 0xfff00000;
235 if (((hw - 0x32800000) | (0x47100000 - hw)) >
[all...]
H A D_Q_cplx_div.c100 int ha, hb, hc, hd, hz, hw, hs, i, j; local
124 hw = (hc > hd)? hc : hd;
127 if (hw >= 0x7fff0000) { /* w is inf or nan */
147 if (hw == 0 && (cc.i[1] | cc.i[2] | cc.i[3] |
177 hs = (((hw >> 2) - hw) + 0x6ffd7fff) & 0xffff0000;
179 if (((hw - 0x3e380000) | (0x40e90000 - hw)) >= 0)
180 hs = (((0x40e90000 - hw) >> 1) & 0xffff0000)
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s191 srl %l1, 24, %g1 ! get 1st byte, then be hw aligned
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm1566 foreach my $hw (keys %$cpu_hw_data) {
1567 my $cpudata = $cpu_hw_data->{$hw};

Completed in 32 milliseconds