/linux/arch/alpha/kernel/ |
H A D | core_t2.c | 142 unsigned long *pci_addr, unsigned char *type1) in mk_conf_addr() argument 148 " addr=0x%lx, type1=0x%x)\n", in mk_conf_addr() 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() 176 * to do type1 access. This is protected by the use of spinlock IRQ 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() 190 /* If Type1 access, must set T2 CFG. */ in conf_read() 191 if (type1) { in conf_read() [all …]
|
H A D | core_mcpcia.c | 87 conf_read(unsigned long addr, unsigned char type1, in conf_read() argument 98 DBG_CFG(("conf_read(addr=0x%lx, type1=%d, hose=%d)\n", in conf_read() 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 178 " pci_addr=0x%p, type1=0x%p)\n", in mk_conf_addr() 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() [all …]
|
H A D | core_polaris.c | 68 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 D | core_irongate.c | 83 unsigned long *pci_addr, unsigned char *type1) in mk_conf_addr() argument 89 "pci_addr=0x%p, type1=0x%p)\n", in mk_conf_addr() 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 D | core_cia.c | 91 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() 121 /* If Type1 access, must set CIA CFG. */ in conf_read() 122 if (type1) { in conf_read() 147 /* If Type1 access, must reset IOC CFG so normal IO space ops work. */ 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() [all …]
|
H A D | core_tsunami.c | 93 unsigned long *pci_addr, unsigned char *type1) in mk_conf_addr() argument 100 "pci_addr=0x%p, type1=0x%p)\n", in mk_conf_addr() 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 D | core_wildfire.c | 359 unsigned long *pci_addr, unsigned char *type1) in mk_conf_addr() argument 366 "pci_addr=0x%p, type1=0x%p)\n", in mk_conf_addr() 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 D | core_titan.c | 116 unsigned long *pci_addr, unsigned char *type1) in mk_conf_addr() argument 123 "pci_addr=0x%p, type1=0x%p)\n", in mk_conf_addr() 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 D | tests-match.dtsi | 7 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/md/dm-vdo/ |
H A D | memory-alloc.h | 77 * @TYPE1: The type of the primary object to allocate. This type determines the alignment of the 86 #define vdo_allocate_extended(TYPE1, COUNT, TYPE2, WHAT, PTR) \ argument 89 TYPE1 **_ptr = (PTR); \ 90 BUILD_BUG_ON(__alignof__(TYPE1) < __alignof__(TYPE2)); \ 93 sizeof(TYPE1), \ 94 __alignof__(TYPE1), \
|
/linux/arch/alpha/include/asm/ |
H A D | pal.h | 41 #define __CALL_PAL_W2(NAME, TYPE0, TYPE1) \ argument 42 extern inline void NAME(TYPE0 arg0, TYPE1 arg1) \ 45 register TYPE1 __r17 __asm__("$17") = arg1; \ 66 #define __CALL_PAL_RW2(NAME, RTYPE, TYPE0, TYPE1) \ argument 67 extern inline RTYPE NAME(TYPE0 arg0, TYPE1 arg1) \ 71 register TYPE1 __r17 __asm__("$17") = arg1; \
|
/linux/include/linux/ |
H A D | btf_ids.h | 79 * BTF_ID(type1, name1) 135 * BTF_ID(type1, name1) 177 * BTF_ID_FLAGS(type1, name1, flags)
|
/linux/Documentation/userspace-api/ |
H A D | iommufd.rst | 129 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/block/ |
H A D | blk-integrity.c | 184 return "T10-DIF-TYPE1-IP"; in blk_integrity_profile_name() 188 return "T10-DIF-TYPE1-CRC"; in blk_integrity_profile_name() 192 return "EXT-DIF-TYPE1-CRC64"; in blk_integrity_profile_name()
|
/linux/tools/include/linux/ |
H A D | btf_ids.h | 66 * BTF_ID(type1, name1) 122 * BTF_ID(type1, name1)
|
/linux/drivers/mfd/ |
H A D | twl4030-power.c | 163 * 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) \ argument 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/include/dt-bindings/bus/ |
H A D | ti-sysc.h | 4 /* Generic sysc found on omap2 and later, also known as type1 */
|
/linux/drivers/iommu/iommufd/ |
H A D | Kconfig | 30 and making use of the Type1 VFIO IOMMU backend. General purpose
|
/linux/drivers/acpi/acpica/ |
H A D | nsprepkg.c | 27 u8 type1, 687 * type1 - Object type for first group 703 u8 type1, in acpi_ns_check_package_elements() argument 720 type1, i + start_index); in acpi_ns_check_package_elements()
|
/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | mtrr.c | 140 static inline int types_compatible(mtrr_type type1, mtrr_type type2) in types_compatible() argument 142 return type1 == MTRR_TYPE_UNCACHABLE || in types_compatible() 144 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) || in types_compatible() 145 (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH); in types_compatible()
|
H A D | generic.c | 149 static u8 get_effective_type(u8 type1, u8 type2) in get_effective_type() argument 151 if (type1 == MTRR_TYPE_UNCACHABLE || type2 == MTRR_TYPE_UNCACHABLE) in get_effective_type() 154 if ((type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH) || in get_effective_type() 155 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK)) in get_effective_type() 158 if (type1 != type2) in get_effective_type() 161 return type1; in get_effective_type()
|
/linux/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_2/ |
H A D | ia_css_gc2_types.h | 44 /** RGB Gamma table on vamem type1. This table is not used,
|
/linux/arch/arm/mach-omap2/ |
H A D | omap_hwmod_common_data.c | 24 * struct omap_hwmod_sysc_type1 - TYPE1 sysconfig scheme.
|
/linux/drivers/gpu/drm/ci/xfails/ |
H A D | msm-sc7180-trogdor-lazor-limozeen-fails.txt | 20 kms_content_protection@type1,Crash
|
H A D | msm-sc7180-trogdor-kingoftown-fails.txt | 20 kms_content_protection@type1,Crash
|