Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Drpi-panel-attiny-regulator.c24 #define REG_PORTB 0x82 macro
110 attiny_set_port_state(state, REG_PORTB, PB_LCD_MAIN); in attiny_lcd_power_enable()
133 attiny_set_port_state(state, REG_PORTB, PB_LCD_VCC_N); in attiny_lcd_power_disable()
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-raspberrypi-touchscreen.c64 REG_PORTB, enumerator
275 if (rpi_touchscreen_i2c_read(ts, REG_PORTB) & 1) in rpi_touchscreen_prepare()