Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/tipd/
H A Dcore.c147 static int tps6598x_block_write(struct tps6598x *tps, u8 reg, in tps6598x_block_write() function
186 return tps6598x_block_write(tps, reg, &val, sizeof(u64)); in tps6598x_write64()
192 return tps6598x_block_write(tps, reg, val, 4); in tps6598x_write_4cc()
301 ret = tps6598x_block_write(tps, TPS_REG_DATA1, in tps6598x_exec_cmd()
571 tps6598x_block_write(tps, TPS_REG_INT_CLEAR1, event1, intev_len); in tps6598x_interrupt()
572 tps6598x_block_write(tps, TPS_REG_INT_CLEAR2, event2, intev_len); in tps6598x_interrupt()