Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Drsmu.h11 #define RSMU_MAX_WRITE_COUNT (255) macro
/openbmc/linux/drivers/mfd/
H A Drsmu_spi.c71 u8 cmd[RSMU_MAX_WRITE_COUNT + 1] = {0}; in rsmu_write_device()
73 if (bytes > RSMU_MAX_WRITE_COUNT) in rsmu_write_device()
H A Drsmu_i2c.c90 u8 msg[RSMU_MAX_WRITE_COUNT + 1]; /* 1 Byte added for the device register */ in rsmu_write_device()
93 if (bytes > RSMU_MAX_WRITE_COUNT) in rsmu_write_device()