Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dapds990x.c69 #define APDS990x_CMD_TYPE_INC (0x01 << 5) /* Auto increment */ macro
205 reg |= APDS990x_CMD | APDS990x_CMD_TYPE_INC; in apds990x_read_word()
230 reg |= APDS990x_CMD | APDS990x_CMD_TYPE_INC; in apds990x_write_word()