Searched refs:type0 (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/powerpc/platforms/chrp/ |
D | setup.c | 178 u8 level0, type0, active; in sio_fixup_irq() local 184 type0 = sio_read(0x71); in sio_fixup_irq() 185 if (level0 != level || type0 != type || !active) { in sio_fixup_irq() 188 name, level0, type0, !active ? "in" : "", level, type); in sio_fixup_irq()
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-aspeed.c | 599 u32 type0 = 0; in aspeed_gpio_set_type() local 620 type0 |= bit; in aspeed_gpio_set_type() 626 type0 |= bit; in aspeed_gpio_set_type() 641 reg = (reg & ~bit) | type0; in aspeed_gpio_set_type()
|
/Linux-v4.19/drivers/pinctrl/ |
D | pinctrl-rockchip.c | 200 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument 212 { .drv_type = type0, .offset = -1 }, \
|
/Linux-v4.19/arch/mips/include/asm/octeon/ |
D | cvmx-pip-defs.h | 3216 uint64_t type0:16; member 3218 uint64_t type0:16;
|