/u-boot/drivers/net/ |
A D | e1000.c | 1595 e1000_reset_hw(struct e1000_hw *hw) in e1000_reset_hw() 5058 e1000_sw_init(struct e1000_hw *hw) in e1000_sw_init() 5135 fill_rx(struct e1000_hw *hw) in fill_rx() 5347 _e1000_poll(struct e1000_hw *hw) in _e1000_poll() 5612 struct e1000_hw *hw = nic->priv; in e1000_transmit() local 5623 struct e1000_hw *hw = nic->priv; in e1000_disable() local 5634 struct e1000_hw *hw = nic->priv; in e1000_init() local 5642 struct e1000_hw *hw = nic->priv; in e1000_poll() local 5668 struct e1000_hw *hw = dev->priv; in e1000_write_hwaddr() local 5763 struct e1000_hw *hw; in e1000_find_card() local [all …]
|
A D | e1000_spi.c | 24 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 208 static int e1000_spi_eeprom_write_page(struct e1000_hw *hw, in e1000_spi_eeprom_write_page() 226 static int e1000_spi_eeprom_read_page(struct e1000_hw *hw, in e1000_spi_eeprom_read_page() 254 static int e1000_spi_eeprom_dump(struct e1000_hw *hw, in e1000_spi_eeprom_dump() 283 static int e1000_spi_eeprom_program(struct e1000_hw *hw, in e1000_spi_eeprom_program() [all …]
|
/u-boot/drivers/clk/microchip/ |
A D | mpfs_clk_periph.c | 54 struct clk hw; member 59 static int mpfs_periph_clk_enable(struct clk *hw) in mpfs_periph_clk_enable() 79 static int mpfs_periph_clk_disable(struct clk *hw) in mpfs_periph_clk_disable() 99 static ulong mpfs_periph_clk_recalc_rate(struct clk *hw) in mpfs_periph_clk_recalc_rate() 159 struct clk *hw; in mpfs_clk_register_periphs() local
|
A D | mpfs_clk_cfg.c | 63 struct clk hw; member 68 static ulong mpfs_cfg_clk_recalc_rate(struct clk *hw) in mpfs_cfg_clk_recalc_rate() 84 static ulong mpfs_cfg_clk_set_rate(struct clk *hw, ulong rate) in mpfs_cfg_clk_set_rate() 126 struct clk *hw; in mpfs_clk_register_cfgs() local
|
/u-boot/drivers/phy/ |
A D | bcm6368-usbh-phy.c | 46 const struct bcm6368_usbh_hw *hw; member 53 const struct bcm6368_usbh_hw *hw = priv->hw; in bcm6368_usbh_init() local 116 const struct bcm6368_usbh_hw *hw = in bcm6368_usbh_probe() local
|
/u-boot/drivers/pinctrl/broadcom/ |
A D | pinctrl-bcm6838.c | 36 const struct bcm6838_test_port_hw *hw; member 75 const struct bcm6838_test_port_hw *hw = priv->hw; in bcm6838_pinctrl_pinmux_set() local 90 const struct bcm6838_test_port_hw *hw = in bcm6838_pinctrl_probe() local
|
/u-boot/drivers/ram/ |
A D | bmips_ram.c | 48 const struct bmips_ram_hw *hw; member 106 const struct bmips_ram_hw *hw = priv->hw; in bmips_ram_get_info() local 156 const struct bmips_ram_hw *hw = in bmips_ram_probe() local
|
/u-boot/drivers/cpu/ |
A D | bmips_cpu.c | 85 const struct bmips_cpu_hw *hw; member 385 const struct bmips_cpu_hw *hw = priv->hw; in bmips_cpu_get_desc() local 393 const struct bmips_cpu_hw *hw = priv->hw; in bmips_cpu_get_info() local 406 const struct bmips_cpu_hw *hw = priv->hw; in bmips_cpu_get_count() local 439 const struct bmips_cpu_hw *hw = in bmips_cpu_probe() local
|
/u-boot/drivers/net/octeontx/ |
A D | nic_main.c | 365 struct hw_info *hw = nic->hw; in nic_set_tx_pkt_pad() local 428 struct hw_info *hw = nic->hw; in nic_get_hw_info() local 537 struct hw_info *hw = nic->hw; in nic_config_cpi() local 625 struct hw_info *hw = nic->hw; in nic_tx_channel_cfg() local
|
A D | nic.h | 280 struct hw_info *hw; member
|
/u-boot/drivers/clk/ |
A D | clk.c | 60 const char *clk_hw_get_name(const struct clk *hw) in clk_hw_get_name()
|
A D | clk-divider.c | 56 unsigned long divider_recalc_rate(struct clk *hw, unsigned long parent_rate, in divider_recalc_rate()
|
/u-boot/board/phytec/phycore_rk3288/ |
A D | phycore-rk3288.c | 29 int hw = 0; in valid_rk3288_som() local
|
/u-boot/include/power/ |
A D | pmic.h | 72 union hw { union 75 } hw; member
|
/u-boot/drivers/dma/ |
A D | bcm6348-iudma.c | 128 const struct bcm6348_iudma_hw *hw; member 328 const struct bcm6348_iudma_hw *hw = priv->hw; in bcm6348_iudma_receive() local 555 const struct bcm6348_iudma_hw *hw = in bcm6348_iudma_probe() local
|
/u-boot/arch/arm/mach-omap2/omap3/ |
A D | board.c | 290 int hw, strength = 1; in do_switch_ecc() local
|
/u-boot/drivers/net/octeontx2/ |
A D | npc.h | 80 struct rvu_hwinfo *hw; member
|
/u-boot/drivers/video/ |
A D | fsl_diu_fb.c | 254 struct diu *hw = (struct diu *)CONFIG_SYS_DIU_ADDR; in fsl_diu_init() local
|