Searched refs:REG_SEQ (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/usb/typec/tcpm/ |
H A D | tcpci_mt6370.c | 37 REG_SEQ(0x81, 0x38, 0), 38 REG_SEQ(0x82, 0x82, 0), 39 REG_SEQ(0xBA, 0xFC, 0), 40 REG_SEQ(0xBB, 0x50, 0), 41 REG_SEQ(0x9E, 0x8F, 0), 42 REG_SEQ(0xA1, 0x5, 0), 43 REG_SEQ(0xA2, 0x4, 0), 44 REG_SEQ(0xA3, 0x4A, 0), 45 REG_SEQ(0xA4, 0x01, 0), 46 REG_SEQ(0x95, 0x01, 0), [all …]
|
/openbmc/linux/drivers/leds/ |
H A D | leds-acer-a500.c | 25 REG_SEQ(REG_RESET_LEDS, 0x0, A500_EC_LED_DELAY_USEC), 26 REG_SEQ(REG_ANDROID_LEDS_OFF, 0x0, A500_EC_LED_DELAY_USEC), 30 REG_SEQ(REG_POWER_LED_ON, 0x0, A500_EC_LED_DELAY_USEC), 34 REG_SEQ(REG_CHARGE_LED_ON, 0x0, A500_EC_LED_DELAY_USEC),
|
/openbmc/linux/include/linux/ |
H A D | regmap.h | 95 #define REG_SEQ(_reg, _def, _delay_us) { \ macro 100 #define REG_SEQ0(_reg, _def) REG_SEQ(_reg, _def, 0)
|