Searched refs:rsmu_write_device (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/mfd/ |
H A D | rsmu_spi.c | 66 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 D | rsmu_i2c.c | 87 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()
|