/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_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/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/tools/include/linux/ |
H A D | btf_ids.h | 66 * BTF_ID(type1, name1) 122 * BTF_ID(type1, name1)
|
/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/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/arm/mach-omap2/ |
H A D | omap_hwmod_common_data.c | 24 * struct omap_hwmod_sysc_type1 - TYPE1 sysconfig scheme.
|
/linux/arch/x86/mm/ |
H A D | init_64.c | 63 #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/Documentation/watchdog/ |
H A D | mlx-wdt.rst | 61 version - type1 or type2.
|
/linux/drivers/peci/ |
H A D | request.c | 471 #define __read_ep_mmio(x, y, addr_type, type1, type2) \ argument 476 offset, PECI_RDENDPTCFG_MMIO_WR_LEN_BASE + sizeof(type1), \
|
/linux/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_dev.h | 128 unsigned int id0, enum fun_admin_bind_type type1,
|
/linux/drivers/input/mouse/ |
H A D | bcm5974.c | 176 TYPE1, /* plain trackpad */ enumerator 323 0x81, DATAFORMAT(TYPE1), 336 0x81, DATAFORMAT(TYPE1), 912 if (cfg->tp_type == TYPE1) { in bcm5974_probe()
|
/linux/drivers/iommu/iommufd/ |
H A D | vfio_compat.c | 338 * The difference between TYPE1 and TYPE1v2 is the ability to unmap in in iommufd_vfio_set_iommu() 341 * driver. TYPE1 is very old at this point and likely nothing uses it, in iommufd_vfio_set_iommu()
|
/linux/drivers/pci/controller/ |
H A D | pcie-rcar.h | 16 #define TYPE1 BIT(8) macro
|
/linux/Documentation/devicetree/bindings/pci/ |
H A D | mediatek,mt7621-pcie.yaml | 29 | '------------------' | Type1
|
/linux/drivers/scsi/aacraid/ |
H A D | aachba.c | 207 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/process/ |
H A D | deprecated.rst | 361 struct type1 one[0]; 371 DECLARE_FLEX_ARRAY(struct type1, one);
|