Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/arch/alpha/kernel/
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 …]
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 …]
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()
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 …]
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()
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 …]
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()
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()
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-6.3-rc2/arch/parisc/include/asm/
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) \
/linux-6.3-rc2/drivers/of/unittest-data/
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-6.3-rc2/arch/x86/kernel/cpu/mtrr/
A Dmtrr.c155 static inline int types_compatible(mtrr_type type1, mtrr_type type2) in types_compatible() argument
157 return type1 == MTRR_TYPE_UNCACHABLE || in types_compatible()
159 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) || in types_compatible()
160 (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH); in types_compatible()
/linux-6.3-rc2/drivers/infiniband/hw/erdma/
A Derdma_main.c135 int total_pages, type0, type1; in erdma_dwqe_resource_init() local
150 type1 = ERDMA_DWQE_TYPE1_CNT / ERDMA_DWQE_TYPE1_CNT_PER_PAGE; in erdma_dwqe_resource_init()
152 type1 = total_pages / 3; in erdma_dwqe_resource_init()
153 type0 = total_pages - type1 - 1; in erdma_dwqe_resource_init()
157 dev->attrs.dwqe_entries = type1 * ERDMA_DWQE_TYPE1_CNT_PER_PAGE; in erdma_dwqe_resource_init()
/linux-6.3-rc2/drivers/acpi/acpica/
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-6.3-rc2/arch/x86/mm/
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()
/linux-6.3-rc2/drivers/gpio/
A Dgpio-aspeed-sgpio.c325 u32 type1 = 0; in aspeed_sgpio_set_type() local
351 type1 |= bit; in aspeed_sgpio_set_type()
367 reg = (reg & ~bit) | type1; in aspeed_sgpio_set_type()
A Dgpio-aspeed.c597 u32 type1 = 0; in aspeed_gpio_set_type() local
626 type1 |= bit; in aspeed_gpio_set_type()
643 reg = (reg & ~bit) | type1; in aspeed_gpio_set_type()
/linux-6.3-rc2/drivers/net/ethernet/fungible/funcore/
A Dfun_dev.h128 unsigned int id0, enum fun_admin_bind_type type1,
A Dfun_dev.c547 unsigned int id0, enum fun_admin_bind_type type1, in fun_bind() argument
557 .entry[1] = FUN_ADMIN_BIND_ENTRY_INIT(type1, id1), in fun_bind()
/linux-6.3-rc2/Documentation/userspace-api/
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:
/linux-6.3-rc2/drivers/peci/
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-6.3-rc2/drivers/scsi/aacraid/
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-6.3-rc2/Documentation/watchdog/
A Dmlx-wdt.rst61 version - type1 or type2.
/linux-6.3-rc2/drivers/mfd/
A Dtwl4030-power.c168 #define TWL_RESOURCE_GROUP_RESET(group, type1, type2) \ argument
169 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type1), (type2), \
/linux-6.3-rc2/scripts/
A Dkernel-doc1716 my $type1 = qr{[\w\s]+};
1717 my $type2 = qr{$type1\*+};
1728 $prototype =~ m/^($type1)\s+($name)\s*$prototype_end/ ||

Completed in 56 milliseconds

12