Searched refs:REG_PORTA (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | rpi-panel-attiny-regulator.c | 23 #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()
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | rpi-panel-attiny-regulator.c | 23 #define REG_PORTA 0x81 macro 64 regmap_write(rdev->regmap, REG_PORTA, BIT(2)); in attiny_lcd_power_enable()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
H A D | panel-raspberrypi-touchscreen.c | 64 REG_PORTA, /* BIT(2) for horizontal flip, BIT(3) for vertical flip */ enumerator 313 rpi_touchscreen_i2c_write(ts, REG_PORTA, BIT(2)); in rpi_touchscreen_enable()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
H A D | panel-raspberrypi-touchscreen.c | 63 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()
|
Completed in 3 milliseconds