Home
last modified time | relevance | path

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

/openbmc/linux/drivers/auxdisplay/
H A Dht16k33.c35 #define REG_DISPLAY_SETUP 0x80 macro
167 uint8_t data = REG_DISPLAY_SETUP | REG_DISPLAY_SETUP_ON | priv->blink; in ht16k33_display_on()
174 return i2c_smbus_write_byte(priv->client, REG_DISPLAY_SETUP); in ht16k33_display_off()
228 REG_DISPLAY_SETUP | REG_DISPLAY_SETUP_ON | in ht16k33_blink_set()