type1 94 arch/alpha/kernel/core_apecs.c unsigned long *pci_addr, unsigned char *type1) type1 101 arch/alpha/kernel/core_apecs.c bus, device_fn, where, pci_addr, type1)); type1 114 arch/alpha/kernel/core_apecs.c *type1 = 0; type1 118 arch/alpha/kernel/core_apecs.c *type1 = 1; type1 127 arch/alpha/kernel/core_apecs.c conf_read(unsigned long addr, unsigned char type1) type1 135 arch/alpha/kernel/core_apecs.c DBGC(("conf_read(addr=0x%lx, type1=%d)\n", addr, type1)); type1 144 arch/alpha/kernel/core_apecs.c if (type1) { type1 199 arch/alpha/kernel/core_apecs.c if (type1) { type1 209 arch/alpha/kernel/core_apecs.c conf_write(unsigned long addr, unsigned int value, unsigned char type1) type1 223 arch/alpha/kernel/core_apecs.c if (type1) { type1 267 arch/alpha/kernel/core_apecs.c if (type1) { type1 279 arch/alpha/kernel/core_apecs.c unsigned char type1; type1 283 arch/alpha/kernel/core_apecs.c if (mk_conf_addr(bus, devfn, where, &pci_addr, &type1)) type1 289 arch/alpha/kernel/core_apecs.c *value = conf_read(addr, type1) >> (shift); type1 298 arch/alpha/kernel/core_apecs.c unsigned char type1; type1 301 arch/alpha/kernel/core_apecs.c if (mk_conf_addr(bus, devfn, where, &pci_addr, &type1)) type1 306 arch/alpha/kernel/core_apecs.c conf_write(addr, value << ((where & 3) * 8), type1); type1 91 arch/alpha/kernel/core_cia.c unsigned long *pci_addr, unsigned char *type1) type1 95 arch/alpha/kernel/core_cia.c *type1 = (bus != 0); type1 106 arch/alpha/kernel/core_cia.c conf_read(unsigned long addr, unsigned char type1) type1 112 arch/alpha/kernel/core_cia.c DBGC(("conf_read(addr=0x%lx, type1=%d) ", addr, type1)); type1 122 arch/alpha/kernel/core_cia.c if (type1) { type1 148 arch/alpha/kernel/core_cia.c if (type1) { type1 161 arch/alpha/kernel/core_cia.c conf_write(unsigned long addr, unsigned int value, unsigned char type1) type1 166 arch/alpha/kernel/core_cia.c DBGC(("conf_write(addr=0x%lx, type1=%d) ", addr, type1)); type1 176 arch/alpha/kernel/core_cia.c if (type1) { type1 198 arch/alpha/kernel/core_cia.c if (type1) { type1 214 arch/alpha/kernel/core_cia.c unsigned char type1; type1 217 arch/alpha/kernel/core_cia.c if (mk_conf_addr(bus, devfn, where, &pci_addr, &type1)) type1 223 arch/alpha/kernel/core_cia.c *value = conf_read(addr, type1) >> (shift); type1 233 arch/alpha/kernel/core_cia.c unsigned char type1; type1 235 arch/alpha/kernel/core_cia.c if (mk_conf_addr(bus, devfn, where, &pci_addr, &type1)) type1 240 arch/alpha/kernel/core_cia.c conf_write(addr, value << ((where & 3) * 8), type1); type1 83 arch/alpha/kernel/core_irongate.c unsigned long *pci_addr, unsigned char *type1) type1 90 arch/alpha/kernel/core_irongate.c bus, device_fn, where, pci_addr, type1)); type1 92 arch/alpha/kernel/core_irongate.c *type1 = (bus != 0); type1 107 arch/alpha/kernel/core_irongate.c unsigned char type1; type1 109 arch/alpha/kernel/core_irongate.c if (mk_conf_addr(bus, devfn, where, &addr, &type1)) type1 132 arch/alpha/kernel/core_irongate.c unsigned char type1; type1 134 arch/alpha/kernel/core_irongate.c if (mk_conf_addr(bus, devfn, where, &addr, &type1)) type1 87 arch/alpha/kernel/core_mcpcia.c conf_read(unsigned long addr, unsigned char type1, type1 99 arch/alpha/kernel/core_mcpcia.c addr, type1, mid)); type1 135 arch/alpha/kernel/core_mcpcia.c conf_write(unsigned long addr, unsigned int value, unsigned char type1, type1 172 arch/alpha/kernel/core_mcpcia.c unsigned char *type1) type1 179 arch/alpha/kernel/core_mcpcia.c bus, devfn, hose->index, where, pci_addr, type1)); type1 182 arch/alpha/kernel/core_mcpcia.c *type1 = 1; type1 201 arch/alpha/kernel/core_mcpcia.c unsigned char type1; type1 203 arch/alpha/kernel/core_mcpcia.c if (mk_conf_addr(bus, devfn, where, hose, &addr, &type1)) type1 207 arch/alpha/kernel/core_mcpcia.c w = conf_read(addr, type1, hose); type1 228 arch/alpha/kernel/core_mcpcia.c unsigned char type1; type1 230 arch/alpha/kernel/core_mcpcia.c if (mk_conf_addr(bus, devfn, where, hose, &addr, &type1)) type1 235 arch/alpha/kernel/core_mcpcia.c conf_write(addr, value, type1, hose); type1 68 arch/alpha/kernel/core_polaris.c unsigned long *pci_addr, u8 *type1) type1 72 arch/alpha/kernel/core_polaris.c *type1 = (bus == 0) ? 0 : 1; type1 88 arch/alpha/kernel/core_polaris.c unsigned char type1; type1 90 arch/alpha/kernel/core_polaris.c if (mk_conf_addr(bus, devfn, where, &addr, &type1)) type1 114 arch/alpha/kernel/core_polaris.c unsigned char type1; type1 116 arch/alpha/kernel/core_polaris.c if (mk_conf_addr(bus, devfn, where, &addr, &type1)) type1 142 arch/alpha/kernel/core_t2.c unsigned long *pci_addr, unsigned char *type1) type1 149 arch/alpha/kernel/core_t2.c bus, device_fn, where, pci_addr, type1)); type1 162 arch/alpha/kernel/core_t2.c *type1 = 0; type1 166 arch/alpha/kernel/core_t2.c *type1 = 1; type1 181 arch/alpha/kernel/core_t2.c conf_read(unsigned long addr, unsigned char type1) type1 188 arch/alpha/kernel/core_t2.c DBG(("conf_read(addr=0x%lx, type1=%d)\n", addr, type1)); type1 191 arch/alpha/kernel/core_t2.c if (type1) { type1 226 arch/alpha/kernel/core_t2.c if (type1) { type1 235 arch/alpha/kernel/core_t2.c conf_write(unsigned long addr, unsigned int value, unsigned char type1) type1 243 arch/alpha/kernel/core_t2.c if (type1) { type1 277 arch/alpha/kernel/core_t2.c if (type1) { type1 288 arch/alpha/kernel/core_t2.c unsigned char type1; type1 292 arch/alpha/kernel/core_t2.c if (mk_conf_addr(bus, devfn, where, &pci_addr, &type1)) type1 298 arch/alpha/kernel/core_t2.c *value = conf_read(addr, type1) >> (shift); type1 307 arch/alpha/kernel/core_t2.c unsigned char type1; type1 310 arch/alpha/kernel/core_t2.c if (mk_conf_addr(bus, devfn, where, &pci_addr, &type1)) type1 315 arch/alpha/kernel/core_t2.c conf_write(addr, value << ((where & 3) * 8), type1); type1 117 arch/alpha/kernel/core_titan.c unsigned long *pci_addr, unsigned char *type1) type1 125 arch/alpha/kernel/core_titan.c bus, device_fn, where, pci_addr, type1)); type1 129 arch/alpha/kernel/core_titan.c *type1 = (bus != 0); type1 144 arch/alpha/kernel/core_titan.c unsigned char type1; type1 146 arch/alpha/kernel/core_titan.c if (mk_conf_addr(bus, devfn, where, &addr, &type1)) type1 169 arch/alpha/kernel/core_titan.c unsigned char type1; type1 171 arch/alpha/kernel/core_titan.c if (mk_conf_addr(bus, devfn, where, &addr, &type1)) type1 93 arch/alpha/kernel/core_tsunami.c unsigned long *pci_addr, unsigned char *type1) type1 101 arch/alpha/kernel/core_tsunami.c bus, device_fn, where, pci_addr, type1)); type1 105 arch/alpha/kernel/core_tsunami.c *type1 = (bus != 0); type1 120 arch/alpha/kernel/core_tsunami.c unsigned char type1; type1 122 arch/alpha/kernel/core_tsunami.c if (mk_conf_addr(bus, devfn, where, &addr, &type1)) type1 145 arch/alpha/kernel/core_tsunami.c unsigned char type1; type1 147 arch/alpha/kernel/core_tsunami.c if (mk_conf_addr(bus, devfn, where, &addr, &type1)) type1 359 arch/alpha/kernel/core_wildfire.c unsigned long *pci_addr, unsigned char *type1) type1 367 arch/alpha/kernel/core_wildfire.c bus, device_fn, where, pci_addr, type1)); type1 371 arch/alpha/kernel/core_wildfire.c *type1 = (bus != 0); type1 386 arch/alpha/kernel/core_wildfire.c unsigned char type1; type1 388 arch/alpha/kernel/core_wildfire.c if (mk_conf_addr(bus, devfn, where, &addr, &type1)) type1 411 arch/alpha/kernel/core_wildfire.c unsigned char type1; type1 413 arch/alpha/kernel/core_wildfire.c if (mk_conf_addr(bus, devfn, where, &addr, &type1)) type1 2567 arch/mips/include/asm/octeon/cvmx-pip-defs.h uint64_t type1:16; type1 2571 arch/mips/include/asm/octeon/cvmx-pip-defs.h uint64_t type1:16; type1 117 arch/parisc/include/asm/unistd.h #define _syscall1(type,name,type1,arg1) \ type1 118 arch/parisc/include/asm/unistd.h type name(type1 arg1) \ type1 123 arch/parisc/include/asm/unistd.h #define _syscall2(type,name,type1,arg1,type2,arg2) \ type1 124 arch/parisc/include/asm/unistd.h type name(type1 arg1, type2 arg2) \ type1 129 arch/parisc/include/asm/unistd.h #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ type1 130 arch/parisc/include/asm/unistd.h type name(type1 arg1, type2 arg2, type3 arg3) \ type1 135 arch/parisc/include/asm/unistd.h #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ type1 136 arch/parisc/include/asm/unistd.h type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ type1 142 arch/parisc/include/asm/unistd.h #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ type1 143 arch/parisc/include/asm/unistd.h type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \ type1 187 arch/x86/kernel/cpu/mtrr/mtrr.c static inline int types_compatible(mtrr_type type1, mtrr_type type2) type1 189 arch/x86/kernel/cpu/mtrr/mtrr.c return type1 == MTRR_TYPE_UNCACHABLE || type1 191 arch/x86/kernel/cpu/mtrr/mtrr.c (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) || type1 192 arch/x86/kernel/cpu/mtrr/mtrr.c (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH); type1 62 arch/x86/mm/init_64.c #define DEFINE_POPULATE(fname, type1, type2, init) \ type1 64 arch/x86/mm/init_64.c type1##_t *arg1, type2##_t *arg2, bool init) \ type1 77 arch/x86/mm/init_64.c #define DEFINE_ENTRY(type1, type2, init) \ type1 78 arch/x86/mm/init_64.c static inline void set_##type1##_init(type1##_t *arg1, \ type1 82 arch/x86/mm/init_64.c set_##type1##_safe(arg1, arg2); \ type1 84 arch/x86/mm/init_64.c set_##type1(arg1, arg2); \ type1 27 drivers/acpi/acpica/nsprepkg.c u8 type1, type1 703 drivers/acpi/acpica/nsprepkg.c u8 type1, type1 718 drivers/acpi/acpica/nsprepkg.c type1, i + start_index); type1 597 drivers/gpio/gpio-aspeed.c u32 type1 = 0; type1 626 drivers/gpio/gpio-aspeed.c type1 |= bit; type1 643 drivers/gpio/gpio-aspeed.c reg = (reg & ~bit) | type1; type1 291 drivers/gpio/sgpio-aspeed.c u32 type1 = 0; type1 317 drivers/gpio/sgpio-aspeed.c type1 |= bit; type1 333 drivers/gpio/sgpio-aspeed.c reg = (reg & ~bit) | type1; type1 168 drivers/mfd/twl4030-power.c #define TWL_RESOURCE_GROUP_RESET(group, type1, type2) \ type1 169 drivers/mfd/twl4030-power.c { MSG_BROADCAST(DEV_GRP_NULL, (group), (type1), (type2), \ type1 192 drivers/pinctrl/pinctrl-rockchip.c #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ type1 205 drivers/pinctrl/pinctrl-rockchip.c { .drv_type = type1, .offset = -1 }, \ type1 208 drivers/scsi/aacraid/aachba.c struct tvpd_id_descriptor_type_1 type1; type1 1010 drivers/scsi/aacraid/aachba.c sizeof(vpdpage83data.type1) + type1 1020 drivers/scsi/aacraid/aachba.c vpdpage83data.type1.codeset = 2; type1 1022 drivers/scsi/aacraid/aachba.c vpdpage83data.type1.identifiertype = 1; type1 1023 drivers/scsi/aacraid/aachba.c vpdpage83data.type1.identifierlength = type1 1024 drivers/scsi/aacraid/aachba.c sizeof(vpdpage83data.type1) - 4; type1 1027 drivers/scsi/aacraid/aachba.c memcpy(vpdpage83data.type1.venid, type1 1029 drivers/scsi/aacraid/aachba.c sizeof(vpdpage83data.type1.venid)); type1 1030 drivers/scsi/aacraid/aachba.c memcpy(vpdpage83data.type1.productid, type1 1033 drivers/scsi/aacraid/aachba.c vpdpage83data.type1.productid)); type1 1042 drivers/scsi/aacraid/aachba.c vpdpage83data.type1.serialnumber[i] = type1 1045 drivers/scsi/aacraid/aachba.c vpdpage83data.type1.serialnumber[i] = type1 227 net/mac80211/iface.c static inline int identical_mac_addr_allowed(int type1, int type2) type1 229 net/mac80211/iface.c return type1 == NL80211_IFTYPE_MONITOR || type1 231 net/mac80211/iface.c type1 == NL80211_IFTYPE_P2P_DEVICE || type1 233 net/mac80211/iface.c (type1 == NL80211_IFTYPE_AP && type2 == NL80211_IFTYPE_WDS) || type1 234 net/mac80211/iface.c (type1 == NL80211_IFTYPE_WDS && type1 237 net/mac80211/iface.c (type1 == NL80211_IFTYPE_AP && type2 == NL80211_IFTYPE_AP_VLAN) || type1 238 net/mac80211/iface.c (type1 == NL80211_IFTYPE_AP_VLAN &&