Home
last modified time | relevance | path

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

123

/openbmc/linux/arch/alpha/kernel/
H A Dcore_apecs.c101 bus, device_fn, where, pci_addr, type1)); in mk_conf_addr()
114 *type1 = 0; in mk_conf_addr()
118 *type1 = 1; in mk_conf_addr()
127 conf_read(unsigned long addr, unsigned char type1) in conf_read() argument
144 if (type1) { in conf_read()
199 if (type1) { in conf_read()
223 if (type1) { in conf_write()
267 if (type1) { in conf_write()
279 unsigned char type1; in apecs_read_config() local
289 *value = conf_read(addr, type1) >> (shift); in apecs_read_config()
[all …]
H A Dcore_t2.c149 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
191 if (type1) { in conf_read()
226 if (type1) { in conf_read()
243 if (type1) { in conf_write()
277 if (type1) { in conf_write()
288 unsigned char type1; in t2_read_config() local
298 *value = conf_read(addr, type1) >> (shift); in t2_read_config()
[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()
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
230 if (mk_conf_addr(bus, devfn, where, hose, &addr, &type1)) in mcpcia_write_config()
[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
122 if (type1) { in conf_read()
148 if (type1) { in conf_read()
176 if (type1) { in conf_write()
198 if (type1) { in conf_write()
214 unsigned char type1; in cia_read_config() local
223 *value = conf_read(addr, type1) >> (shift); in cia_read_config()
233 unsigned char type1; in 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()
/openbmc/qemu/tests/tcg/arm/
H A Dhello-arm.c27 #define _syscall1(type,name,type1,arg1) \ argument
28 type name(type1 arg1) { \
40 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
41 type name(type1 arg1,type2 arg2) { \
55 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
56 type name(type1 arg1,type2 arg2,type3 arg3) { \
71 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
72 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
88 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
89 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) { \
/openbmc/linux/arch/parisc/include/asm/
H A Dunistd.h113 #define _syscall1(type,name,type1,arg1) \ argument
114 type name(type1 arg1) \
119 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
120 type name(type1 arg1, type2 arg2) \
125 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
126 type name(type1 arg1, type2 arg2, type3 arg3) \
131 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
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) \ argument
139 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
/openbmc/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"; };
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h480 #define safe_syscall1(type, name, type1, arg1) \ argument
481 type safe_##name(type1 arg1) \
486 #define safe_syscall2(type, name, type1, arg1, type2, arg2) \ argument
487 type safe_##name(type1 arg1, type2 arg2) \
492 #define safe_syscall3(type, name, type1, arg1, type2, arg2, type3, arg3) \ argument
493 type safe_##name(type1 arg1, type2 arg2, type3 arg3) \
498 #define safe_syscall4(type, name, type1, arg1, type2, arg2, type3, arg3, \ argument
500 type safe_##name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
505 #define safe_syscall5(type, name, type1, arg1, type2, arg2, type3, arg3, \ argument
507 type safe_##name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
[all …]
/openbmc/qemu/tests/qtest/
H A Dmigration-helpers.c248 g_autofree char *type1 = qtest_resolve_machine_alias(var1, mtype); in find_common_machine_version() local
251 g_assert(type1 && type2); in find_common_machine_version()
253 if (g_str_equal(type1, type2)) { in find_common_machine_version()
255 return g_strdup(type1); in find_common_machine_version()
258 if (qtest_has_machine_with_env(var2, type1)) { in find_common_machine_version()
259 return g_strdup(type1); in find_common_machine_version()
/openbmc/qemu/hw/smbios/
H A Dsmbios.c87 } type1; variable
546 type1.manufacturer); in smbios_build_type_1_fields()
548 type1.product); in smbios_build_type_1_fields()
550 type1.version); in smbios_build_type_1_fields()
552 type1.serial); in smbios_build_type_1_fields()
554 type1.sku); in smbios_build_type_1_fields()
556 type1.family); in smbios_build_type_1_fields()
1022 SMBIOS_SET_DEFAULT(type1.product, product); in smbios_set_defaults()
1023 SMBIOS_SET_DEFAULT(type1.version, version); in smbios_set_defaults()
1378 save_opt(&type1.serial, opts, "serial"); in smbios_entry_add()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/groff/files/
H A Dgroff-not-search-fonts-on-build-host.patch26 …(gs):/usr/share/fonts/type1/gsfonts:/usr/share/fonts/default/Type1:/usr/share/fonts/default/Type1/…
35 …dir@:/usr/share/fonts/type1/gsfonts:/usr/share/fonts/default/Type1:/usr/share/fonts/default/Type1/…
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.c134 static inline int types_compatible(mtrr_type type1, mtrr_type type2) in types_compatible() argument
136 return type1 == MTRR_TYPE_UNCACHABLE || in types_compatible()
138 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) || in types_compatible()
139 (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH); in types_compatible()
H A Dgeneric.c146 static u8 get_effective_type(u8 type1, u8 type2) in get_effective_type() argument
148 if (type1 == MTRR_TYPE_UNCACHABLE || type2 == MTRR_TYPE_UNCACHABLE) in get_effective_type()
151 if ((type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH) || in get_effective_type()
152 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK)) in get_effective_type()
155 if (type1 != type2) in get_effective_type()
158 return type1; in get_effective_type()
/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/
H A D00_arches.patch455 +#define io_syscall1(type,fname,sname,type1,arg1) \
456 +type fname(type1 arg1) \
461 +#define io_syscall2(type,fname,sname,type1,arg1,type2,arg2) \
462 +type fname(type1 arg1, type2 arg2) \
467 +#define io_syscall3(type,fname,sname,type1,arg1,type2,arg2,type3,arg3) \
468 +type fname(type1 arg1, type2 arg2, type3 arg3) \
473 +#define io_syscall4(type,fname,sname,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
474 +type fname(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
479 +#define io_syscall5(type,fname,sname,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \
480 +type fname(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
/openbmc/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()
/openbmc/u-boot/drivers/pinctrl/rockchip/
H A Dpinctrl-rockchip.h144 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument
157 { .drv_type = type1, .offset = -1 }, \
/openbmc/linux/arch/x86/mm/
H A Dinit_64.c63 #define DEFINE_POPULATE(fname, type1, type2, init) \ argument
65 type1##_t *arg1, type2##_t *arg2, bool init) \
78 #define DEFINE_ENTRY(type1, type2, init) \ in DEFINE_POPULATE() argument
79 static inline void set_##type1##_init(type1##_t *arg1, \ in DEFINE_POPULATE()
83 set_##type1##_safe(arg1, arg2); \ in DEFINE_POPULATE()
85 set_##type1(arg1, arg2); \ in DEFINE_POPULATE()
/openbmc/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.h128 unsigned int id0, enum fun_admin_bind_type type1,
/openbmc/linux/drivers/gpio/
H A Dgpio-aspeed-sgpio.c336 u32 type1 = 0; in aspeed_sgpio_set_type() local
362 type1 |= bit; in aspeed_sgpio_set_type()
378 reg = (reg & ~bit) | type1; in aspeed_sgpio_set_type()
/openbmc/linux/Documentation/userspace-api/
H A Diommufd.rst129 VFIO type1.
208 There are still a few gaps to be resolved to catch up with VFIO type1, as
215 type1. New features on the radar include:

123