Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Drsmu_spi.c66 static int rsmu_write_device(struct rsmu_ddata *rsmu, u8 reg, u8 *buf, u16 bytes) in rsmu_write_device() function
134 err = rsmu_write_device(rsmu, page_reg, buf, bytes); in rsmu_write_page_register()
172 err = rsmu_write_device(rsmu, addr, &data, 1); in rsmu_reg_write()
H A Drsmu_i2c.c87 static int rsmu_write_device(struct rsmu_ddata *rsmu, u8 reg, u8 *buf, u16 bytes) in rsmu_write_device() function
129 err = rsmu_write_device(rsmu, RSMU_CM_PAGE_ADDR, buf, sizeof(buf)); in rsmu_write_page_register()
167 err = rsmu_write_device(rsmu, addr, &data, 1); in rsmu_reg_write()