Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Drpi-panel-attiny-regulator.c23 #define REG_PORTA 0x81 macro
83 state->port_states[reg - REG_PORTA] = val; in attiny_set_port_state()
89 return state->port_states[reg - REG_PORTA]; in attiny_get_port_state()
107 attiny_set_port_state(state, REG_PORTA, PA_LCD_LR); in attiny_lcd_power_enable()
131 attiny_set_port_state(state, REG_PORTA, 0); in attiny_lcd_power_disable()
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-raspberrypi-touchscreen.c63 REG_PORTA, /* BIT(2) for horizontal flip, BIT(3) for vertical flip */ enumerator
312 rpi_touchscreen_i2c_write(ts, REG_PORTA, BIT(2)); in rpi_touchscreen_enable()