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

/u-boot/drivers/video/stm32/
H A Dstm32_dsi.c93 u32 hw_version; member in struct:stm32_dsi_priv
278 if (dsi->hw_version == HWVER_131) {
480 priv->hw_version = dsi_read(priv, DSI_VERSION) & VERSION;
481 if (priv->hw_version != HWVER_130 &&
482 priv->hw_version != HWVER_131) {
483 dev_err(dev, "DSI version 0x%x not supported\n", priv->hw_version);
H A Dstm32_ltdc.c33 u32 hw_version; member in struct:stm32_ltdc_priv
556 priv->hw_version = readl(priv->regs + LTDC_IDR);
557 debug("%s: LTDC hardware 0x%x\n", __func__, priv->hw_version);
559 switch (priv->hw_version) {
/u-boot/board/gdsys/common/
H A Dioep-fpga.c54 unsigned int hw_version; member in struct:fpga_versions
136 versions->hw_version = raw_versions & VERSIONS_HW_VER_MASK;
343 versions->hw_version = raw_versions & VERSIONS_HW_VER_MASK;
/u-boot/drivers/net/
H A Dmvpp2.c915 enum { MVPP21, MVPP22 } hw_version; member in struct:mvpp2
1285 if (port->priv->hw_version == MVPP21) {
1299 if (port->priv->hw_version == MVPP21)
1309 if (port->priv->hw_version == MVPP21)
1319 if (port->priv->hw_version == MVPP21)
1329 if (port->priv->hw_version == MVPP21)
1338 if (port->priv->hw_version == MVPP21)
1347 if (port->priv->hw_version == MVPP21)
1356 if (port->priv->hw_version == MVPP21)
1365 if (port->priv->hw_version
[all...]
/u-boot/drivers/i2c/
H A Dgeni_i2c.c451 u32 val, hw_version, hw_major, hw_minor, tx_fifo_depth_mask; local
453 hw_version = readl(geni->wrapper + QUP_HW_VER_REG);
454 hw_major = GENI_SE_VERSION_MAJOR(hw_version);
455 hw_minor = GENI_SE_VERSION_MINOR(hw_version);
/u-boot/drivers/misc/
H A Dihs_fpga.c123 * @hw_version: Hardware version of the FPGA
130 unsigned int hw_version; member in struct:fpga_versions
238 versions->hw_version = raw_versions & VERSIONS_HW_VER_MASK;
467 versions->hw_version = raw_versions & VERSIONS_HW_VER_MASK;
/u-boot/drivers/usb/mtu3/
H A Dmtu3.h340 u32 hw_version; member in struct:mtu3
H A Dmtu3_core.c761 mtu->hw_version = IP_TRUNK_VERS(value);
762 mtu->gen2cp = !!(mtu->hw_version >= MTU3_TRUNK_VERS_1003);
767 dev_info(mtu->dev, "IP version 0x%x(%s IP)\n", mtu->hw_version,
/u-boot/drivers/video/
H A Ddw_mipi_dsi.c660 u32 hw_version; local
673 hw_version = dsi_read(dsi, DSI_VERSION) & VERSION;
675 if (hw_version >= HWVER_131) {

Completed in 79 milliseconds