Searched refs:LP5523_REG_PROG_MEM (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/leds/
H A Dleds-lp5523.c66 #define LP5523_REG_PROG_MEM 0x50 macro
310 ret = lp55xx_write(chip, LP5523_REG_PROG_MEM + j, lp5523_init_program_engine()
367 ret = lp55xx_write(chip, LP5523_REG_PROG_MEM + i, pattern[i]); lp5523_update_program_memory()
520 ret = lp55xx_write(chip, LP5523_REG_PROG_MEM , (u8)(mux >> 8)); lp5523_load_mux()
524 ret = lp55xx_write(chip, LP5523_REG_PROG_MEM + 1, (u8)(mux)); lp5523_load_mux()

Completed in 135 milliseconds