Searched refs:i2c_nuvoton_read_buf (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm_i2c_nuvoton.c | 52 static s32 i2c_nuvoton_read_buf(struct i2c_client *client, u8 offset, u8 size, in i2c_nuvoton_read_buf() function 94 status = i2c_nuvoton_read_buf(client, TPM_STS, 1, &data); in i2c_nuvoton_read_status() 146 status = i2c_nuvoton_read_buf(client, TPM_BURST_COUNT, 1, in i2c_nuvoton_get_burstcount() 248 rc = i2c_nuvoton_read_buf(client, TPM_DATA_FIFO_R, in i2c_nuvoton_recv_data() 499 rc = i2c_nuvoton_read_buf(client, TPM_VID_DID_RID, 4, (u8 *)&temp); in get_vid() 510 rc = i2c_nuvoton_read_buf(client, TPM_DATA_FIFO_W, 4, in get_vid()
|