Searched refs:assign (Results 1 – 15 of 15) sorted by relevance
/arch/mips/vr41xx/common/ |
D | icu.c | 477 static inline int set_sysint1_assign(unsigned int irq, unsigned char assign) in set_sysint1_assign() argument 493 intassign0 |= (uint16_t)assign; in set_sysint1_assign() 497 intassign0 |= (uint16_t)assign << 3; in set_sysint1_assign() 501 intassign0 |= (uint16_t)assign << 6; in set_sysint1_assign() 505 intassign0 |= (uint16_t)assign << 9; in set_sysint1_assign() 509 intassign0 |= (uint16_t)assign << 12; in set_sysint1_assign() 513 intassign1 |= (uint16_t)assign; in set_sysint1_assign() 517 intassign1 |= (uint16_t)assign << 6; in set_sysint1_assign() 521 intassign1 |= (uint16_t)assign << 9; in set_sysint1_assign() 528 sysint1_assign[pin] = assign; in set_sysint1_assign() [all …]
|
/arch/x86/kernel/cpu/ |
D | perf_event.c | 711 int wmin, int wmax, int *assign) in perf_assign_events() argument 720 if (assign) in perf_assign_events() 721 assign[sched.state.event] = sched.state.counter; in perf_assign_events() 727 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) in x86_schedule_events() argument 763 if (assign) in x86_schedule_events() 764 assign[i] = hwc->idx; in x86_schedule_events() 769 num = perf_assign_events(constraints, n, wmin, wmax, assign); in x86_schedule_events() 775 if (!assign || num) { in x86_schedule_events() 826 hwc->idx = cpuc->assign[i]; in x86_assign_hw_event() 846 return hwc->idx == cpuc->assign[i] && in match_prev_assignment() [all …]
|
D | perf_event.h | 115 int assign[X86_PMC_IDX_MAX]; /* event to counter assignment */ member 312 int (*schedule_events)(struct cpu_hw_events *cpuc, int n, int *assign); 469 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign);
|
D | perf_event_p4.c | 1207 static int p4_pmu_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) in p4_pmu_schedule_events() argument 1244 if (assign) in p4_pmu_schedule_events() 1245 assign[i] = hwc->idx; in p4_pmu_schedule_events() 1263 if (assign) in p4_pmu_schedule_events() 1264 assign[i] = cntr_idx; in p4_pmu_schedule_events()
|
/arch/blackfin/mach-bf533/ |
D | Kconfig | 88 This applies to all the above. It is not recommended to assign the
|
/arch/blackfin/mach-common/ |
D | ints-priority.c | 681 pint_assign = pint[bank]->assign; in init_pint_lut() 973 pint[0]->assign = CONFIG_PINT0_ASSIGN; in init_arch_irq() 974 pint[1]->assign = CONFIG_PINT1_ASSIGN; in init_arch_irq() 975 pint[2]->assign = CONFIG_PINT2_ASSIGN; in init_arch_irq() 976 pint[3]->assign = CONFIG_PINT3_ASSIGN; in init_arch_irq()
|
/arch/blackfin/mach-bf537/ |
D | Kconfig | 110 This applies to all the above. It is not recommended to assign the
|
/arch/blackfin/mach-bf538/ |
D | Kconfig | 158 This applies to all the above. It is not recommended to assign the
|
/arch/blackfin/mach-bf561/ |
D | Kconfig | 205 This applies to all the above. It is not recommended to assign the
|
/arch/blackfin/mach-bf548/include/mach/ |
D | irq.h | 442 u32 assign; member
|
/arch/blackfin/mach-bf527/ |
D | Kconfig | 317 This applies to all the above. It is not recommended to assign the
|
/arch/blackfin/mach-bf518/ |
D | Kconfig | 312 This applies to all the above. It is not recommended to assign the
|
/arch/x86/pci/ |
D | irq.c | 881 static int pcibios_lookup_irq(struct pci_dev *dev, int assign) in pcibios_lookup_irq() argument 953 if (!newirq && assign) { in pcibios_lookup_irq()
|
/arch/blackfin/mach-bf548/ |
D | Kconfig | 375 This applies to all the above. It is not recommended to assign the
|
/arch/blackfin/kernel/ |
D | debug-mmrs.c | 337 __PINT(ASSIGN, assign); in bfin_debug_mmrs_pint()
|