TCPC_VENDOR_ID
ret = regmap_raw_read(regmap, TCPC_VENDOR_ID, &vid, sizeof(u16));
ret = i2c_smbus_read_word_data(i2c, TCPC_VENDOR_ID);