Searched refs:type1 (Results 1 - 25 of 25) sorted by relevance

/linux-master/arch/alpha/kernel/
H A Dcore_apecs.c94 unsigned long *pci_addr, unsigned char *type1)
100 " pci_addr=0x%p, type1=0x%p)\n",
101 bus, device_fn, where, pci_addr, type1));
114 *type1 = 0;
118 *type1 = 1;
127 conf_read(unsigned long addr, unsigned char type1) argument
135 DBGC(("conf_read(addr=0x%lx, type1=%d)\n", addr, type1));
144 if (type1) {
199 if (type1) {
93 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, unsigned long *pci_addr, unsigned char *type1) argument
209 conf_write(unsigned long addr, unsigned int value, unsigned char type1) argument
279 unsigned char type1; local
298 unsigned char type1; local
[all...]
H A Dcore_polaris.c68 unsigned long *pci_addr, u8 *type1)
72 *type1 = (bus == 0) ? 0 : 1;
88 unsigned char type1; local
90 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
114 unsigned char type1; local
116 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
67 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, unsigned long *pci_addr, u8 *type1) argument
H A Dcore_t2.c142 unsigned long *pci_addr, unsigned char *type1)
148 " addr=0x%lx, type1=0x%x)\n",
149 bus, device_fn, where, pci_addr, type1));
162 *type1 = 0;
166 *type1 = 1;
176 * to do type1 access. This is protected by the use of spinlock IRQ
181 conf_read(unsigned long addr, unsigned char type1) argument
188 DBG(("conf_read(addr=0x%lx, type1=%d)\n", addr, type1));
191 if (type1) {
141 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, unsigned long *pci_addr, unsigned char *type1) argument
235 conf_write(unsigned long addr, unsigned int value, unsigned char type1) argument
288 unsigned char type1; local
307 unsigned char type1; local
[all...]
H A Dcore_irongate.c83 unsigned long *pci_addr, unsigned char *type1)
89 "pci_addr=0x%p, type1=0x%p)\n",
90 bus, device_fn, where, pci_addr, type1));
92 *type1 = (bus != 0);
107 unsigned char type1; local
109 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
132 unsigned char type1; local
134 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
82 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, unsigned long *pci_addr, unsigned char *type1) argument
H A Dcore_mcpcia.c87 conf_read(unsigned long addr, unsigned char type1, argument
98 DBG_CFG(("conf_read(addr=0x%lx, type1=%d, hose=%d)\n",
99 addr, type1, mid));
135 conf_write(unsigned long addr, unsigned int value, unsigned char type1, argument
172 unsigned char *type1)
178 " pci_addr=0x%p, type1=0x%p)\n",
179 bus, devfn, hose->index, where, pci_addr, type1));
182 *type1 = 1;
201 unsigned char type1; local
203 if (mk_conf_addr(bus, devfn, where, hose, &addr, &type1))
170 mk_conf_addr(struct pci_bus *pbus, unsigned int devfn, int where, struct pci_controller *hose, unsigned long *pci_addr, unsigned char *type1) argument
228 unsigned char type1; local
[all...]
H A Dcore_cia.c91 unsigned long *pci_addr, unsigned char *type1)
95 *type1 = (bus != 0);
106 conf_read(unsigned long addr, unsigned char type1) argument
112 DBGC(("conf_read(addr=0x%lx, type1=%d) ", addr, type1));
122 if (type1) {
148 if (type1) {
161 conf_write(unsigned long addr, unsigned int value, unsigned char type1) argument
166 DBGC(("conf_write(addr=0x%lx, type1=%d) ", addr, type1));
90 mk_conf_addr(struct pci_bus *bus_dev, unsigned int device_fn, int where, unsigned long *pci_addr, unsigned char *type1) argument
214 unsigned char type1; local
233 unsigned char type1; local
[all...]
H A Dcore_tsunami.c93 unsigned long *pci_addr, unsigned char *type1)
100 "pci_addr=0x%p, type1=0x%p)\n",
101 bus, device_fn, where, pci_addr, type1));
105 *type1 = (bus != 0);
120 unsigned char type1; local
122 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
145 unsigned char type1; local
147 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
92 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, unsigned long *pci_addr, unsigned char *type1) argument
H A Dcore_titan.c118 unsigned long *pci_addr, unsigned char *type1)
125 "pci_addr=0x%p, type1=0x%p)\n",
126 bus, device_fn, where, pci_addr, type1));
130 *type1 = (bus != 0);
145 unsigned char type1;
147 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
170 unsigned char type1;
172 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
115 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, unsigned long *pci_addr, unsigned char *type1) argument
143 unsigned char type1; local
168 unsigned char type1; local
H A Dcore_wildfire.c359 unsigned long *pci_addr, unsigned char *type1)
366 "pci_addr=0x%p, type1=0x%p)\n",
367 bus, device_fn, where, pci_addr, type1));
371 *type1 = (bus != 0);
386 unsigned char type1; local
388 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
411 unsigned char type1; local
413 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
358 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, unsigned long *pci_addr, unsigned char *type1) argument
/linux-master/arch/parisc/include/asm/
H A Dunistd.h113 #define _syscall1(type,name,type1,arg1) \
114 type name(type1 arg1) \
119 #define _syscall2(type,name,type1,arg1,type2,arg2) \
120 type name(type1 arg1, type2 arg2) \
125 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
126 type name(type1 arg1, type2 arg2, type3 arg3) \
131 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
132 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
138 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \
139 type name(type1 arg
[all...]
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.c134 static inline int types_compatible(mtrr_type type1, mtrr_type type2) argument
136 return type1 == MTRR_TYPE_UNCACHABLE ||
138 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) ||
139 (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH);
H A Dgeneric.c149 static u8 get_effective_type(u8 type1, u8 type2) argument
151 if (type1 == MTRR_TYPE_UNCACHABLE || type2 == MTRR_TYPE_UNCACHABLE)
154 if ((type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH) ||
155 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK))
158 if (type1 != type2)
161 return type1;
/linux-master/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.h128 unsigned int id0, enum fun_admin_bind_type type1,
H A Dfun_dev.c546 unsigned int id0, enum fun_admin_bind_type type1,
556 .entry[1] = FUN_ADMIN_BIND_ENTRY_INIT(type1, id1),
545 fun_bind(struct fun_dev *fdev, enum fun_admin_bind_type type0, unsigned int id0, enum fun_admin_bind_type type1, unsigned int id1) argument
/linux-master/drivers/acpi/acpica/
H A Dnsprepkg.c27 u8 type1,
687 * type1 - Object type for first group
703 u8 type1,
720 type1, i + start_index);
701 acpi_ns_check_package_elements(struct acpi_evaluate_info *info, union acpi_operand_object **elements, u8 type1, u32 count1, u8 type2, u32 count2, u32 start_index) argument
/linux-master/arch/x86/mm/
H A Dinit_64.c63 #define DEFINE_POPULATE(fname, type1, type2, init) \
65 type1##_t *arg1, type2##_t *arg2, bool init) \
78 #define DEFINE_ENTRY(type1, type2, init) \
79 static inline void set_##type1##_init(type1##_t *arg1, \
83 set_##type1##_safe(arg1, arg2); \
85 set_##type1(arg1, arg2); \
/linux-master/drivers/gpio/
H A Dgpio-aspeed-sgpio.c336 u32 type1 = 0; local
362 type1 |= bit;
378 reg = (reg & ~bit) | type1;
H A Dgpio-aspeed.c606 u32 type1 = 0; local
635 type1 |= bit;
652 reg = (reg & ~bit) | type1;
/linux-master/drivers/peci/
H A Drequest.c471 #define __read_ep_mmio(x, y, addr_type, type1, type2) \
476 offset, PECI_RDENDPTCFG_MMIO_WR_LEN_BASE + sizeof(type1), \
/linux-master/drivers/scsi/aacraid/
H A Daachba.c207 struct tvpd_id_descriptor_type_1 type1; member in struct:tvpd_page83
1028 sizeof(vpdpage83data.type1) +
1038 vpdpage83data.type1.codeset = 2;
1040 vpdpage83data.type1.identifiertype = 1;
1041 vpdpage83data.type1.identifierlength =
1042 sizeof(vpdpage83data.type1) - 4;
1045 memcpy(vpdpage83data.type1.venid,
1047 sizeof(vpdpage83data.type1.venid));
1048 memcpy(vpdpage83data.type1.productid,
1051 vpdpage83data.type1
[all...]
/linux-master/drivers/mfd/
H A Dtwl4030-power.c163 * It seems that type1 and type2 is just the resource init order
164 * number for the type1 and type2 group.
168 #define TWL_RESOURCE_GROUP_RESET(group, type1, type2) \
169 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type1), (type2), \
782 * Note that the type1 and type2 seem to be just the init order number
783 * for type1 and type2 groups as specified in the document mentioned
/linux-master/net/mac80211/
H A Diface.c316 static inline int identical_mac_addr_allowed(int type1, int type2) argument
318 return type1 == NL80211_IFTYPE_MONITOR ||
320 type1 == NL80211_IFTYPE_P2P_DEVICE ||
322 (type1 == NL80211_IFTYPE_AP && type2 == NL80211_IFTYPE_AP_VLAN) ||
323 (type1 == NL80211_IFTYPE_AP_VLAN &&
/linux-master/scripts/
H A Dkernel-doc1758 my $type1 = qr{[\w\s]+};
1759 my $type2 = qr{$type1\*+};
1770 $prototype =~ m/^($type1)\s+($name)\s*$prototype_end/ ||
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h2567 uint64_t type1:16; member in struct:cvmx_pip_vlan_etypesx::cvmx_pip_vlan_etypesx_s
2571 uint64_t type1:16;
/linux-master/drivers/pinctrl/
H A Dpinctrl-rockchip.c87 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \
100 { .drv_type = type1, .offset = -1 }, \

Completed in 344 milliseconds