Searched refs:REG_PORTC (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/regulator/ |
H A D | rpi-panel-attiny-regulator.c | 25 #define REG_PORTC 0x83 macro 59 [RST_BRIDGE_N] = { REG_PORTC, PC_RST_BRIDGE_N | PC_RST_LCD_N }, 60 [RST_TP_N] = { REG_PORTC, PC_RST_TP_N }, 99 attiny_set_port_state(state, REG_PORTC, 0); in attiny_lcd_power_enable() 113 attiny_set_port_state(state, REG_PORTC, PC_LED_EN); in attiny_lcd_power_enable() 135 attiny_set_port_state(state, REG_PORTC, 0); in attiny_lcd_power_disable() 152 ret = regmap_read(rdev->regmap, REG_PORTC, &data); in attiny_lcd_power_is_enabled()
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-raspberrypi-touchscreen.c | 65 REG_PORTC, enumerator
|