Home
last modified time | relevance | path

Searched defs:hw (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A De1000.c162 void e1000_raise_ee_clk(struct e1000_hw *hw, uint32_t * eecd) in e1000_raise_ee_clk()
179 void e1000_lower_ee_clk(struct e1000_hw *hw, uint32_t * eecd) in e1000_lower_ee_clk()
198 e1000_shift_out_ee_bits(struct e1000_hw *hw, uint16_t data, uint16_t count) in e1000_shift_out_ee_bits()
244 e1000_shift_in_ee_bits(struct e1000_hw *hw, uint16_t count) in e1000_shift_in_ee_bits()
283 void e1000_standby_eeprom(struct e1000_hw *hw) in e1000_standby_eeprom()
331 static bool e1000_is_onboard_nvm_eeprom(struct e1000_hw *hw) in e1000_is_onboard_nvm_eeprom()
361 int32_t e1000_acquire_eeprom(struct e1000_hw *hw) in e1000_acquire_eeprom()
420 static int32_t e1000_init_eeprom_params(struct e1000_hw *hw) in e1000_init_eeprom_params()
601 e1000_poll_eerd_eewr_done(struct e1000_hw *hw, int eerd) in e1000_poll_eerd_eewr_done()
639 e1000_read_eeprom_eerd(struct e1000_hw *hw, in e1000_read_eeprom_eerd()
[all …]
H A De1000_spi.c21 static int e1000_spi_xfer(struct e1000_hw *hw, unsigned int bitlen, in e1000_spi_xfer()
87 struct e1000_hw *hw = e1000_find_card(bus); in spi_setup_slave() local
116 __maybe_unused struct e1000_hw *hw = e1000_hw_from_spi(spi); in spi_free_slave() local
122 struct e1000_hw *hw = e1000_hw_from_spi(spi); in spi_claim_bus() local
134 struct e1000_hw *hw = e1000_hw_from_spi(spi); in spi_release_bus() local
142 struct e1000_hw *hw = e1000_hw_from_spi(spi); in spi_xfer() local
172 static int e1000_spi_eeprom_enable_wr(struct e1000_hw *hw, bool intr) in e1000_spi_eeprom_enable_wr()
183 static __maybe_unused int e1000_spi_eeprom_disable_wr(struct e1000_hw *hw, in e1000_spi_eeprom_disable_wr()
191 static __maybe_unused int e1000_spi_eeprom_write_status(struct e1000_hw *hw, in e1000_spi_eeprom_write_status()
199 static int e1000_spi_eeprom_read_status(struct e1000_hw *hw, bool intr) in e1000_spi_eeprom_read_status()
[all …]
/rk3399_rockchip-uboot/drivers/ram/
H A Dbmips_ram.c45 const struct bmips_ram_hw *hw; member
93 const struct bmips_ram_hw *hw = priv->hw; in bmips_ram_get_info() local
133 const struct bmips_ram_hw *hw = in bmips_ram_probe() local
/rk3399_rockchip-uboot/drivers/cpu/
H A Dbmips_cpu.c63 const struct bmips_cpu_hw *hw; member
243 const struct bmips_cpu_hw *hw = priv->hw; in bmips_cpu_get_desc() local
251 const struct bmips_cpu_hw *hw = priv->hw; in bmips_cpu_get_info() local
264 const struct bmips_cpu_hw *hw = priv->hw; in bmips_cpu_get_count() local
298 const struct bmips_cpu_hw *hw = in bmips_cpu_probe() local
/rk3399_rockchip-uboot/board/phytec/phycore_rk3288/
H A Dphycore-rk3288.c21 int hw = 0; in valid_rk3288_som() local
/rk3399_rockchip-uboot/include/power/power_delivery/
H A Dpd_vdo.h362 #define VDO_CABLE(hw, fw, cbl, lat, term, tx1d, tx2d, rx1d, rx2d, cur, vps, sopp, usbss) \ argument
367 #define VDO_PCABLE(hw, fw, ver, conn, lat, term, vbm, cur, spd) \ argument
371 #define VDO_ACABLE1(hw, fw, ver, conn, lat, term, vbm, sbu, sbut, cur, vbt, sopp, spd) \ argument
449 #define VDO_AMA(hw, fw, tx1d, tx2d, rx1d, rx2d, vcpwr, vcr, vbr, usbss) \ argument
487 #define VDO_VPD(hw, fw, ver, vbm, curr, vbi, gi, ct) \ argument
/rk3399_rockchip-uboot/include/power/
H A Dpmic.h73 union hw { union
76 } hw; member
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap3/
H A Dboard.c285 int hw, strength = 1; in do_switch_ecc() local
/rk3399_rockchip-uboot/drivers/video/
H A Dfsl_diu_fb.c255 struct diu *hw = (struct diu *)CONFIG_SYS_DIU_ADDR; in fsl_diu_init() local