Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dapds990x.c68 #define APDS990x_CMD_TYPE_RB (0x00 << 5) /* Repeated byte */ macro
192 reg |= APDS990x_CMD | APDS990x_CMD_TYPE_RB; in apds990x_read_byte()
218 reg |= APDS990x_CMD | APDS990x_CMD_TYPE_RB; in apds990x_write_byte()