Home
last modified time | relevance | path

Searched refs:type0 (Results 1 – 8 of 8) sorted by relevance

/linux/arch/powerpc/platforms/chrp/
H A Dsetup.c179 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()
/linux/drivers/gpio/
H A Dgpio-aspeed-sgpio.c323 u32 type0 = 0; in aspeed_sgpio_set_type() local
340 type0 |= bit; in aspeed_sgpio_set_type()
346 type0 |= bit; in aspeed_sgpio_set_type()
359 reg = (reg & ~bit) | type0; in aspeed_sgpio_set_type()
H A Dgpio-aspeed.c576 u32 type0 = 0; in aspeed_gpio_set_type() local
593 type0 = 1; in aspeed_gpio_set_type()
599 type0 = 1; in aspeed_gpio_set_type()
613 type0); in aspeed_gpio_set_type()
/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.h127 int fun_bind(struct fun_dev *fdev, enum fun_admin_bind_type type0,
H A Dfun_dev.c545 int fun_bind(struct fun_dev *fdev, enum fun_admin_bind_type type0, in fun_bind() argument
553 cmd->entry[0] = FUN_ADMIN_BIND_ENTRY_INIT(type0, id0); in fun_bind()
/linux/drivers/pci/controller/
H A Dpcie-rzg3s-host.c314 bool type0 = pci_is_root_bus(bus->parent) ? true : false; in rzg3s_pcie_child_read_conf() local
320 writel_relaxed(type0 ? RZG3S_PCI_REQISS_TR_TP0_RD : in rzg3s_pcie_child_read_conf()
356 bool type0 = pci_is_root_bus(bus->parent) ? true : false; in rzg3s_pcie_child_write_conf() local
367 writel_relaxed(type0 ? RZG3S_PCI_REQISS_TR_TP0_WR : in rzg3s_pcie_child_write_conf()
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h2568 uint64_t type0:16; member
2570 uint64_t type0:16;
/linux/drivers/pinctrl/
H A Dpinctrl-rockchip.c131 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument
143 { .drv_type = type0, .offset = -1 }, \