Home
last modified time | relevance | path

Searched refs:chip_type (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dpnv-xscom.h23 PnvChipType chip_type; member
33 .chip_type = PNV_CHIP_POWER8,
40 .chip_type = PNV_CHIP_POWER8NVL,
48 .chip_type = PNV_CHIP_POWER9,
56 .chip_type = PNV_CHIP_POWER10,
69 if (chip->chip_type == PNV_CHIP_POWER10) { in pnv_xscom_addr()
71 } else if (chip->chip_type == PNV_CHIP_POWER9) { in pnv_xscom_addr()
H A Dpnv-xscom-test.c34 if (chip->chip_type == PNV_CHIP_POWER9) { in test_cfam_id()
36 } else if (chip->chip_type == PNV_CHIP_POWER10) { in test_cfam_id()
60 if (chip->chip_type == PNV_CHIP_POWER10) { in test_xscom_core()
72 if (chip->chip_type == PNV_CHIP_POWER9) { in test_xscom_core()
90 if (chip->chip_type == PNV_CHIP_POWER9) { in test_core()
92 } else if (chip->chip_type == PNV_CHIP_POWER10) { in test_core()
H A Dpnv-host-i2c-test.c411 if (chip->chip_type == PNV_CHIP_POWER9) { in test_host_i2c()
413 } else if (chip->chip_type == PNV_CHIP_POWER10) { in test_host_i2c()
432 if (chip->chip_type != PNV_CHIP_POWER10) { in test_host_i2c()
/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis_infineon.c78 if ((chip->chip_type == SLB9635) || (chip->chip_type == UNKNOWN)) { in tpm_tis_i2c_read()
132 if (chip->chip_type == SLB9635) { in tpm_tis_i2c_write_generic()
531 if (chip->chip_type == SLB9635) { in tpm_tis_i2c_init()
539 if (chip->chip_type != UNKNOWN && vendor != expected_did_vid) { in tpm_tis_i2c_init()
546 chip_name[chip->chip_type], vendor >> 16); in tpm_tis_i2c_init()
593 chip_name[chip->chip_type], in tpm_tis_get_desc()
602 chip->chip_type = dev_get_driver_data(dev); in tpm_tis_i2c_probe()
H A Dtpm_tis_lpc.c165 ulong chip_type = dev_get_driver_data(dev); in tpm_tis_lpc_probe() local
173 if (didvid != chip_didvid[chip_type]) { in tpm_tis_lpc_probe()
181 debug("Found TPM: %s\n", chip_name[chip_type]); in tpm_tis_lpc_probe()
446 ulong chip_type = dev_get_driver_data(dev); in tpm_tis_get_desc() local
452 chip_name[chip_type]); in tpm_tis_get_desc()
H A Dtpm_tis.h112 ulong chip_type; member
/openbmc/u-boot/drivers/power/
H A Dtwl6030.c13 .chip_type = chip_TWL6030,
22 .chip_type = chip_TWL6032,
135 if (twl->chip_type == chip_TWL6030) { in twl6030_get_battery_voltage()
186 if (twl->chip_type == chip_TWL6030) { in twl6030_init_battery_charging()
/openbmc/u-boot/board/nokia/rx51/
H A Dtag_omap.h151 u8 chip_type; member
161 u8 chip_type; member
264 .u.wlan_cx3110x.chip_type = p1, \
/openbmc/u-boot/drivers/gpio/
H A Dpca953x_gpio.c69 int chip_type; member
289 info->chip_type = PCA_CHIP_TYPE(driver_data); in pca953x_probe()
290 if (info->chip_type != PCA953X_TYPE) { in pca953x_probe()
/openbmc/u-boot/include/
H A Dtwl6030.h180 u8 chip_type; member
/openbmc/qemu/hw/ppc/
H A Dpnv.c79 const char *chip_type = object_class_get_name(object_get_class(OBJECT(o))); in pnv_chip_core_typename() local
80 int len = strlen(chip_type) - strlen(PNV_CHIP_TYPE_SUFFIX); in pnv_chip_core_typename()
81 char *s = g_strdup_printf(PNV_CORE_TYPE_NAME("%.*s"), len, chip_type); in pnv_chip_core_typename()