Searched refs:primary (Results 1 - 25 of 369) sorted by path

1234567891011>>

/linux-master/arch/powerpc/include/asm/
H A Dtsi108_pci.h25 extern int tsi108_setup_pci(struct device_node *dev, u32 cfg_phys, int primary);
H A Dpci-bridge.h288 struct device_node *dev, int primary);
/linux-master/arch/powerpc/sysdev/
H A Dfsl_rcpm.c146 int primary; local
149 primary = cpu_first_thread_sibling(cpu);
150 if (cpu_is_offline(primary) && cpu_is_offline(primary + 1)) {
H A Dfsl_pci.c704 bus->primary == hose->first_busno) {
817 int primary; local
851 * Controller at offset 0x8500 is primary
854 primary = 1;
856 primary = 0;
892 pci_process_bridge_OF_ranges(hose, dev, primary);
1127 /* Callers can specify the primary bus using other means. */
1131 /* If a PCI host bridge contains an ISA node, it's primary. */
1156 * designate one as primary. This can go away once
1157 * various bugs with primary
[all...]
H A Dtsi108_pci.c184 int __init tsi108_setup_pci(struct device_node *dev, u32 cfg_phys, int primary) argument
225 pci_process_bridge_OF_ranges(hose, dev, primary);
/linux-master/drivers/mfd/
H A Dwm831x-irq.c26 int primary; member in struct:wm831x_irq_data
33 .primary = WM831X_TEMP_INT,
38 .primary = WM831X_GP_INT,
43 .primary = WM831X_GP_INT,
48 .primary = WM831X_GP_INT,
53 .primary = WM831X_GP_INT,
58 .primary = WM831X_GP_INT,
63 .primary = WM831X_GP_INT,
68 .primary = WM831X_GP_INT,
73 .primary
453 int primary, status_addr, ret; local
[all...]
H A Dwm8350-irq.c35 int primary; member in struct:wm8350_irq_data
43 .primary = WM8350_OC_INT,
49 .primary = WM8350_UV_INT,
54 .primary = WM8350_UV_INT,
59 .primary = WM8350_UV_INT,
64 .primary = WM8350_UV_INT,
69 .primary = WM8350_UV_INT,
74 .primary = WM8350_UV_INT,
79 .primary = WM8350_UV_INT,
84 .primary
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nsp_cmds.c16 __le16 primary; member in struct:nsp_identify
53 nspi->primary = le16_to_cpu(ni->primary);
/linux-master/arch/alpha/boot/tools/
H A Dobjstrip.c46 "usage: %s [-v] -p file primary\n"
56 int fd, ofd, i, j, verbose = 0, primary = 0; local
80 primary = 1; /* make primary bootblock */
106 if (primary) {
107 /* generate bootblock for primary loader */
/linux-master/arch/arm/kernel/
H A Dhyp-stub.S29 * Save the primary CPU boot mode. Requires 2 scratch registers.
38 * Compare the current mode with the one saved on the primary CPU.
46 cmp \mode, \reg1 @ matches primary CPU boot mode?
73 @ Call this from the primary CPU
/linux-master/arch/arm/mm/
H A Dproc-v7.S496 ubfx r0, r9, #4, #12 @ primary part number
499 ldr r10, =0x00000c08 @ Cortex-A8 primary part number
504 ldr r10, =0x00000c09 @ Cortex-A9 primary part number
509 ldr r10, =0x00000c0d @ Cortex-A12 primary part number
514 ldr r10, =0x00000c0e @ Cortex-A17 primary part number
519 ldr r10, =0x00000c0f @ Cortex-A15 primary part number
/linux-master/arch/powerpc/kernel/
H A Dpci-common.c734 * @primary: set if primary bus (32 bits only, soon to be deprecated)
755 struct device_node *dev, int primary)
763 dev, primary ? "(primary)" : "");
804 if (primary)
834 if (primary || isa_mem_base == 0)
754 pci_process_bridge_OF_ranges(struct pci_controller *hose, struct device_node *dev, int primary) argument
H A Dpci_of_scan.c290 bus->primary = dev->bus->number;
/linux-master/arch/powerpc/kvm/
H A Dbook3s_32_mmu.c95 bool primary)
105 if (!primary)
121 static u32 kvmppc_mmu_book3s_32_get_ptem(u32 sre, gva_t eaddr, bool primary) argument
124 (primary ? 0 : 0x40) | 0x80000000;
184 bool iswrite, bool primary)
201 ptegp = kvmppc_mmu_book3s_32_get_pteg(vcpu, sre, eaddr, primary);
207 ptem = kvmppc_mmu_book3s_32_get_ptem(sre, eaddr, primary);
93 kvmppc_mmu_book3s_32_get_pteg(struct kvm_vcpu *vcpu, u32 sre, gva_t eaddr, bool primary) argument
182 kvmppc_mmu_book3s_32_xlate_pte(struct kvm_vcpu *vcpu, gva_t eaddr, struct kvmppc_pte *pte, bool data, bool iswrite, bool primary) argument
H A Dbook3s_32_mmu_host.c107 bool primary)
115 if (!primary)
141 bool primary = false; local
171 primary = !primary;
176 pteg = kvmppc_mmu_get_pteg(vcpu, vsid, eaddr, primary);
195 (primary ? 0 : PTE_SEC);
106 kvmppc_mmu_get_pteg(struct kvm_vcpu *vcpu, u32 vsid, u32 eaddr, bool primary) argument
/linux-master/arch/powerpc/mm/ptdump/
H A Dhashpagetable.c71 .clear = "primary ",
206 static int native_find(unsigned long ea, int psize, bool primary, u64 *v, u64 argument
221 if (!primary)
239 static int pseries_find(unsigned long ea, int psize, bool primary, u64 *v, u64 *r) argument
257 if (!primary)
316 static int base_hpte_find(unsigned long ea, int psize, bool primary, u64 *v, argument
320 return pseries_find(ea, psize, primary, v, r);
322 return native_find(ea, psize, primary, v, r);
335 /* Look in primary table */
/linux-master/arch/powerpc/platforms/4xx/
H A Dpci.c329 int primary = 0; local
350 /* Check if primary bridge */
351 if (of_property_read_bool(np, "primary"))
352 primary = 1;
383 pci_process_bridge_OF_ranges(hose, np, primary);
533 int big_pim, msi, primary; local
554 /* Check if primary bridge */
555 primary = of_property_read_bool(np, "primary");
592 pci_process_bridge_OF_ranges(hose, np, primary);
1915 int primary, busses; local
[all...]
/linux-master/arch/powerpc/platforms/85xx/
H A Dsmp.c280 int primary = nr; local
293 primary = cpu_first_thread_sibling(nr);
302 if (cpu_online(primary)) {
303 smp_call_function_single(primary,
306 } else if (cpu_online(primary + 1)) {
307 smp_call_function_single(primary + 1,
314 * offline. So start the primary thread, then it will start
331 ret = smp_85xx_start_cpu(primary);
405 * disable the corresponding primary thread.
/linux-master/arch/powerpc/platforms/maple/
H A Dpci.c495 int primary = 1; local
516 primary = 0;
520 primary = 1;
524 primary = 0;
531 pci_process_bridge_OF_ranges(hose, dev, primary);
/linux-master/arch/powerpc/platforms/powermac/
H A Dpci.c779 int primary = 1; local
807 primary = 0;
811 primary = 1;
815 primary = 0;
824 primary = setup_uninorth(hose, &rsrc);
836 primary = 0;
849 pci_process_bridge_OF_ranges(hose, dev, primary);
/linux-master/arch/s390/boot/
H A Dhead.S277 .quad 0 # cr1: primary space segment table
281 .quad 0 # cr5: primary-aste origin
/linux-master/arch/s390/include/uapi/asm/
H A Ddasd.h192 char primary[20]; /* BUSID of primary */ member in struct:dasd_copypair_swap_data_t
/linux-master/arch/s390/kernel/
H A Dentry.S125 lctlg %c1,%c1,__LC_KERNEL_ASCE # load primary asce
196 lctlg %c1,%c1,__GMAP_ASCE(%r14) # load primary asce
215 lctlg %c1,%c1,__LC_KERNEL_ASCE # load primary asce
/linux-master/arch/sparc/kernel/
H A Dpci.c459 bus->primary = dev->bus->number;
/linux-master/arch/um/drivers/
H A Dchan.h20 unsigned int primary:1; member in struct:chan

Completed in 399 milliseconds

1234567891011>>