Searched refs:RSMU_MAX_WRITE_COUNT (Results 1 – 3 of 3) sorted by relevance
11 #define RSMU_MAX_WRITE_COUNT (255) macro
71 u8 cmd[RSMU_MAX_WRITE_COUNT + 1] = {0}; in rsmu_write_device()73 if (bytes > RSMU_MAX_WRITE_COUNT) in rsmu_write_device()
90 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()