Home
last modified time | relevance | path

Searched refs:assign (Results 1 – 15 of 15) sorted by relevance

/arch/mips/vr41xx/common/
Dicu.c477 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/
Dperf_event.c711 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 …]
Dperf_event.h115 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);
Dperf_event_p4.c1207 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/
DKconfig88 This applies to all the above. It is not recommended to assign the
/arch/blackfin/mach-common/
Dints-priority.c681 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/
DKconfig110 This applies to all the above. It is not recommended to assign the
/arch/blackfin/mach-bf538/
DKconfig158 This applies to all the above. It is not recommended to assign the
/arch/blackfin/mach-bf561/
DKconfig205 This applies to all the above. It is not recommended to assign the
/arch/blackfin/mach-bf548/include/mach/
Dirq.h442 u32 assign; member
/arch/blackfin/mach-bf527/
DKconfig317 This applies to all the above. It is not recommended to assign the
/arch/blackfin/mach-bf518/
DKconfig312 This applies to all the above. It is not recommended to assign the
/arch/x86/pci/
Dirq.c881 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/
DKconfig375 This applies to all the above. It is not recommended to assign the
/arch/blackfin/kernel/
Ddebug-mmrs.c337 __PINT(ASSIGN, assign); in bfin_debug_mmrs_pint()