Home
last modified time | relevance | path

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

12

/linux/arch/alpha/kernel/
H A Dcore_t2.c142 unsigned long *pci_addr, unsigned char *type1) in mk_conf_addr() argument
149 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr()
162 *type1 = 0; in mk_conf_addr()
166 *type1 = 1; in mk_conf_addr()
181 conf_read(unsigned long addr, unsigned char type1) in conf_read() argument
188 DBG(("conf_read(addr=0x%lx, type1=%d)\n", addr, type1)); in conf_read()
191 if (type1) { in conf_read()
226 if (type1) { in conf_read()
235 conf_write(unsigned long addr, unsigned int value, unsigned char type1) in conf_write() argument
243 if (type1) { in conf_write()
[all …]
H A Dcore_polaris.c68 unsigned long *pci_addr, u8 *type1) in mk_conf_addr() argument
72 *type1 = (bus == 0) ? 0 : 1; in mk_conf_addr()
88 unsigned char type1; in polaris_read_config() local
90 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in polaris_read_config()
114 unsigned char type1; in polaris_write_config() local
116 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in polaris_write_config()
H A Dcore_mcpcia.c87 conf_read(unsigned long addr, unsigned char type1, in conf_read() argument
99 addr, type1, mid)); in conf_read()
135 conf_write(unsigned long addr, unsigned int value, unsigned char type1, in conf_write() argument
172 unsigned char *type1) in mk_conf_addr() argument
179 bus, devfn, hose->index, where, pci_addr, type1)); in mk_conf_addr()
182 *type1 = 1; in mk_conf_addr()
201 unsigned char type1; in mcpcia_read_config() local
203 if (mk_conf_addr(bus, devfn, where, hose, &addr, &type1)) in mcpcia_read_config()
207 w = conf_read(addr, type1, hose); in mcpcia_read_config()
228 unsigned char type1; in mcpcia_write_config() local
[all …]
H A Dcore_irongate.c83 unsigned long *pci_addr, unsigned char *type1) in mk_conf_addr() argument
90 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr()
92 *type1 = (bus != 0); in mk_conf_addr()
107 unsigned char type1; in irongate_read_config() local
109 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in irongate_read_config()
132 unsigned char type1; in irongate_write_config() local
134 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in irongate_write_config()
H A Dcore_cia.c91 unsigned long *pci_addr, unsigned char *type1) in mk_conf_addr() argument
95 *type1 = (bus != 0); in mk_conf_addr()
106 conf_read(unsigned long addr, unsigned char type1) in conf_read() argument
112 DBGC(("conf_read(addr=0x%lx, type1=%d) ", addr, type1)); in conf_read()
122 if (type1) { in conf_read()
148 if (type1) { in conf_read()
161 conf_write(unsigned long addr, unsigned int value, unsigned char type1) in conf_write() argument
166 DBGC(("conf_write(addr=0x%lx, type1=%d) ", addr, type1)); in conf_write()
214 unsigned char type1; cia_read_config() local
233 unsigned char type1; cia_write_config() local
[all...]
H A Dcore_tsunami.c93 unsigned long *pci_addr, unsigned char *type1) in mk_conf_addr() argument
101 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr()
105 *type1 = (bus != 0); in mk_conf_addr()
120 unsigned char type1; in tsunami_read_config() local
122 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in tsunami_read_config()
145 unsigned char type1; in tsunami_write_config() local
147 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in tsunami_write_config()
H A Dcore_wildfire.c359 unsigned long *pci_addr, unsigned char *type1) in mk_conf_addr() argument
367 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr()
371 *type1 = (bus != 0); in mk_conf_addr()
386 unsigned char type1; in wildfire_read_config() local
388 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in wildfire_read_config()
411 unsigned char type1; in wildfire_write_config() local
413 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in wildfire_write_config()
H A Dcore_titan.c116 unsigned long *pci_addr, unsigned char *type1) in mk_conf_addr() argument
124 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr()
128 *type1 = (bus != 0); in mk_conf_addr()
143 unsigned char type1; in titan_read_config() local
145 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in titan_read_config()
168 unsigned char type1; in titan_write_config() local
170 if (mk_conf_addr(bus, devfn, where, &addr, &type1)) in titan_write_config()
/linux/drivers/of/unittest-data/
H A Dtests-match.dtsi7 name1 { device_type = "type1"; };
8 a { name2 { device_type = "type1"; }; };
15 name7 { compatible = "compat2"; device_type = "type1"; };
16 name8 { compatible = "compat2"; device_type = "type1"; };
/linux/drivers/acpi/acpica/
H A Dnsprepkg.c27 u8 type1,
703 u8 type1, in acpi_ns_check_package_elements() argument
720 type1, i + start_index); in acpi_ns_check_package_elements()
/linux/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, in fun_bind() argument
554 cmd->entry[1] = FUN_ADMIN_BIND_ENTRY_INIT(type1, id1); in fun_bind()
/linux/drivers/peci/
H A Drequest.c471 #define __read_ep_mmio(x, y, addr_type, type1, type2) \ argument
476 offset, PECI_RDENDPTCFG_MMIO_WR_LEN_BASE + sizeof(type1), \
/linux/drivers/scsi/aacraid/
H A Daachba.c207 struct tvpd_id_descriptor_type_1 type1; member
1028 sizeof(vpdpage83data.type1) + in get_container_serial_callback()
1038 vpdpage83data.type1.codeset = 2; in get_container_serial_callback()
1040 vpdpage83data.type1.identifiertype = 1; in get_container_serial_callback()
1041 vpdpage83data.type1.identifierlength = in get_container_serial_callback()
1042 sizeof(vpdpage83data.type1) - 4; in get_container_serial_callback()
1045 memcpy(vpdpage83data.type1.venid, in get_container_serial_callback()
1047 sizeof(vpdpage83data.type1.venid)); in get_container_serial_callback()
1048 memcpy(vpdpage83data.type1.productid, in get_container_serial_callback()
1051 vpdpage83data.type1.productid)); in get_container_serial_callback()
[all …]
/linux/Documentation/watchdog/
H A Dmlx-wdt.rst61 version - type1 or type2.
/linux/drivers/mfd/
H A Dtwl4030-power.c168 #define TWL_RESOURCE_GROUP_RESET(group, type1, type2) \ argument
169 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type1), (type2), \
/linux/net/mac80211/
H A Diface.c312 static inline int identical_mac_addr_allowed(int type1, int type2) in identical_mac_addr_allowed() argument
314 return type1 == NL80211_IFTYPE_MONITOR || in identical_mac_addr_allowed()
316 type1 == NL80211_IFTYPE_P2P_DEVICE || in identical_mac_addr_allowed()
318 (type1 == NL80211_IFTYPE_AP && type2 == NL80211_IFTYPE_AP_VLAN) || in identical_mac_addr_allowed()
319 (type1 == NL80211_IFTYPE_AP_VLAN && in identical_mac_addr_allowed()
/linux/drivers/gpio/
H A Dgpio-aspeed.c590 u32 type1 = 0; in aspeed_gpio_set_type() local
616 type1 = 1; in aspeed_gpio_set_type()
627 gpio->config->llops->reg_bit_set(gpio, offset, reg_irq_type1, type1); in aspeed_gpio_set_type()
/linux/scripts/
H A Dkernel-doc1777 my $type1 = qr{[\w\s]+};
1778 my $type2 = qr{$type1\*+};
1789 $prototype =~ m/^($type1)\s+($name)\s*$prototype_end/ ||
/linux/Documentation/process/
H A Ddeprecated.rst361 struct type1 one[0];
371 DECLARE_FLEX_ARRAY(struct type1, one);
/linux/Documentation/translations/it_IT/process/
H A Ddeprecated.rst396 struct type1 one[0];
406 DECLARE_FLEX_ARRAY(struct type1, one);
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h2567 uint64_t type1:16; member
2571 uint64_t type1:16;
/linux/Documentation/bpf/
H A Dbtf.rst851 BTF_ID(type1, name1)
875 BTF_ID(type1, name1)
/linux/Documentation/arch/s390/
H A Dvfio-ccw.rst325 vfio-iommu-type1 as the vfio iommu backend.
/linux/Documentation/driver-api/
H A Dipmi.rst398 modprobe ipmi_si.o type=<type1>,<type2>....
468 ipmi_si.type=<type1>,<type2>...

12