Searched refs:type0 (Results 1 - 7 of 7) sorted by relevance

/linux-master/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, argument
555 .entry[0] = FUN_ADMIN_BIND_ENTRY_INIT(type0, id0),
/linux-master/arch/powerpc/platforms/chrp/
H A Dsetup.c179 u8 level0, type0, active; local
185 type0 = sio_read(0x71);
186 if (level0 != level || type0 != type || !active) {
189 name, level0, type0, !active ? "in" : "", level, type);
/linux-master/drivers/gpio/
H A Dgpio-aspeed-sgpio.c335 u32 type0 = 0; local
353 type0 |= bit;
359 type0 |= bit;
373 reg = (reg & ~bit) | type0;
H A Dgpio-aspeed.c605 u32 type0 = 0; local
626 type0 |= bit;
632 type0 |= bit;
647 reg = (reg & ~bit) | type0;
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h2568 uint64_t type0:16; member in struct:cvmx_pip_vlan_etypesx::cvmx_pip_vlan_etypesx_s
2570 uint64_t type0:16;
/linux-master/drivers/pinctrl/
H A Dpinctrl-rockchip.c87 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \
99 { .drv_type = type0, .offset = -1 }, \

Completed in 141 milliseconds