Searched refs:type0 (Results 1 – 5 of 5) sorted by relevance
/linux/arch/powerpc/platforms/chrp/ |
A D | setup.c | 177 u8 level0, type0, active; in sio_fixup_irq() local 183 type0 = sio_read(0x71); in sio_fixup_irq() 184 if (level0 != level || type0 != type || !active) { in sio_fixup_irq() 187 name, level0, type0, !active ? "in" : "", level, type); in sio_fixup_irq()
|
/linux/drivers/gpio/ |
A D | gpio-aspeed-sgpio.c | 324 u32 type0 = 0; in aspeed_sgpio_set_type() local 342 type0 |= bit; in aspeed_sgpio_set_type() 348 type0 |= bit; in aspeed_sgpio_set_type() 362 reg = (reg & ~bit) | type0; in aspeed_sgpio_set_type()
|
A D | gpio-aspeed.c | 595 u32 type0 = 0; in aspeed_gpio_set_type() local 616 type0 |= bit; in aspeed_gpio_set_type() 622 type0 |= bit; in aspeed_gpio_set_type() 637 reg = (reg & ~bit) | type0; in aspeed_gpio_set_type()
|
/linux/arch/mips/include/asm/octeon/ |
A D | cvmx-pip-defs.h | 2568 uint64_t type0:16; member 2570 uint64_t type0:16;
|
/linux/drivers/pinctrl/ |
A D | pinctrl-rockchip.c | 85 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument 97 { .drv_type = type0, .offset = -1 }, \
|
Completed in 27 milliseconds