Searched refs:type0 (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/chrp/ |
H A D | setup.c | 179 u8 level0, type0, active; in sio_fixup_irq() local 185 type0 = sio_read(0x71); in sio_fixup_irq() 186 if (level0 != level || type0 != type || !active) { in sio_fixup_irq() 189 name, level0, type0, !active ? "in" : "", level, type); in sio_fixup_irq()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-aspeed-sgpio.c | 335 u32 type0 = 0; in aspeed_sgpio_set_type() local 353 type0 |= bit; in aspeed_sgpio_set_type() 359 type0 |= bit; in aspeed_sgpio_set_type() 373 reg = (reg & ~bit) | type0; in aspeed_sgpio_set_type()
|
H A D | gpio-aspeed.c | 607 u32 type0 = 0; in aspeed_gpio_set_type() local 628 type0 |= bit; in aspeed_gpio_set_type() 634 type0 |= bit; in aspeed_gpio_set_type() 649 reg = (reg & ~bit) | type0; in aspeed_gpio_set_type()
|
/openbmc/u-boot/drivers/pinctrl/rockchip/ |
H A D | pinctrl-rockchip.h | 144 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument 156 { .drv_type = type0, .offset = -1 }, \
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vmx-ops.c.inc | 20 #define GEN_VXFORM_DUAL(name0, name1, opc2, opc3, type0, type1) \ 21 GEN_HANDLER_E(name0##_##name1, 0x4, opc2, opc3, 0x00000000, type0, type1)
|
/openbmc/linux/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_dev.h | 127 int fun_bind(struct fun_dev *fdev, enum fun_admin_bind_type type0,
|
H A D | fun_dev.c | 545 int fun_bind(struct fun_dev *fdev, enum fun_admin_bind_type type0, in fun_bind() argument 555 .entry[0] = FUN_ADMIN_BIND_ENTRY_INIT(type0, id0), in fun_bind()
|
/openbmc/sdbusplus/docs/yaml/ |
H A D | interface.md | 121 - `struct[type0, type1, ...]` 123 - `variant[type0, type1, ...]`
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pip-defs.h | 2568 uint64_t type0:16; member 2570 uint64_t type0:16;
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-rockchip.c | 87 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument 99 { .drv_type = type0, .offset = -1 }, \
|