Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/
H A Dtwl6030.c14 .chip_type = chip_TWL6030,
23 .chip_type = chip_TWL6032,
136 if (twl->chip_type == chip_TWL6030) { in twl6030_get_battery_voltage()
187 if (twl->chip_type == chip_TWL6030) { in twl6030_init_battery_charging()
/rk3399_rockchip-uboot/drivers/tpm/
H A Dtpm_tis_infineon.c81 if ((chip->chip_type == SLB9635) || (chip->chip_type == UNKNOWN)) { in tpm_tis_i2c_read()
135 if (chip->chip_type == SLB9635) { in tpm_tis_i2c_write_generic()
533 if (chip->chip_type == SLB9635) { in tpm_tis_i2c_init()
541 if (chip->chip_type != UNKNOWN && vendor != expected_did_vid) { in tpm_tis_i2c_init()
548 chip_name[chip->chip_type], vendor >> 16); in tpm_tis_i2c_init()
595 chip_name[chip->chip_type], in tpm_tis_get_desc()
604 chip->chip_type = dev_get_driver_data(dev); in tpm_tis_i2c_probe()
H A Dtpm_tis_lpc.c166 ulong chip_type = dev_get_driver_data(dev); in tpm_tis_lpc_probe() local
174 if (didvid != chip_didvid[chip_type]) { in tpm_tis_lpc_probe()
182 debug("Found TPM: %s\n", chip_name[chip_type]); in tpm_tis_lpc_probe()
440 ulong chip_type = dev_get_driver_data(dev); in tpm_tis_get_desc() local
446 chip_name[chip_type]); in tpm_tis_get_desc()
H A Dtpm_tis.h45 ulong chip_type; member
/rk3399_rockchip-uboot/board/nokia/rx51/
H A Dtag_omap.h152 u8 chip_type; member
162 u8 chip_type; member
265 .u.wlan_cx3110x.chip_type = p1, \
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3528/
H A Drk3528.c502 u8 chip_type; in fdt_fixup_modules() local
512 ret = misc_read(dev, CHIP_TYPE_OFF, &chip_type, 1); in fdt_fixup_modules()
521 if (chip_type == 0x1) in fdt_fixup_modules()
/rk3399_rockchip-uboot/drivers/gpio/
H A Dpca953x_gpio.c72 int chip_type; member
282 info->chip_type = PCA_CHIP_TYPE(driver_data); in pca953x_probe()
283 if (info->chip_type != PCA953X_TYPE) { in pca953x_probe()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Danalogix_dp.c49 u32 chip_type; member
1050 if (pdata->chip_type == RK3588_EDP) in analogix_dp_connector_enable()
1139 if (pdata->chip_type == RK3588_EDP) in analogix_dp_connector_disable()
1457 dp->plat_data.subdev_type = pdata->chip_type; in analogix_dp_probe()
1485 .chip_type = RK3288_DP,
1492 .chip_type = RK3368_EDP,
1502 .chip_type = RK3399_EDP,
1510 .chip_type = RK3568_EDP,
1518 .chip_type = RK3576_EDP,
1529 .chip_type = RK3588_EDP,
/rk3399_rockchip-uboot/include/
H A Dtwl6030.h181 u8 chip_type; member