Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/typec/
Dtps6598x.c129 static int tps6598x_block_write(struct tps6598x *tps, u8 reg, in tps6598x_block_write() function
160 return tps6598x_block_write(tps, reg, &val, sizeof(u16)); in tps6598x_write16()
165 return tps6598x_block_write(tps, reg, &val, sizeof(u32)); in tps6598x_write32()
170 return tps6598x_block_write(tps, reg, &val, sizeof(u64)); in tps6598x_write64()
176 return tps6598x_block_write(tps, reg, val, 4); in tps6598x_write_4cc()
262 ret = tps6598x_block_write(tps, TPS_REG_DATA1, in tps6598x_exec_cmd()