Home
last modified time | relevance | path

Searched refs:hc (Results 1 – 4 of 4) sorted by relevance

/arch/x86/kernel/
Dhpet.c206 struct hpet_channel *hc = hpet_base.channels + i; in hpet_reserve_platform_timers() local
209 hd.hd_irq[i] = hc->irq; in hpet_reserve_platform_timers()
211 switch (hc->mode) { in hpet_reserve_platform_timers()
214 hc->mode = HPET_MODE_DEVICE; in hpet_reserve_platform_timers()
218 hpet_reserve_timer(&hd, hc->num); in hpet_reserve_platform_timers()
231 struct hpet_channel *hc = hpet_base.channels + i; in hpet_select_device_channel() local
234 if (hc->mode == HPET_MODE_UNUSED) { in hpet_select_device_channel()
235 hc->mode = HPET_MODE_DEVICE; in hpet_select_device_channel()
397 static void hpet_init_clockevent(struct hpet_channel *hc, unsigned int rating) in hpet_init_clockevent() argument
399 struct clock_event_device *evt = &hc->evt; in hpet_init_clockevent()
[all …]
/arch/x86/include/asm/
Dhpet.h83 extern void hpet_msi_write(struct hpet_channel *hc, struct msi_msg *msg);
86 struct hpet_channel *hc, int dev_num);
/arch/x86/kernel/apic/
Dmsi.c506 int hpet_assign_irq(struct irq_domain *domain, struct hpet_channel *hc, in hpet_assign_irq() argument
513 info.hpet_data = hc; in hpet_assign_irq()
/arch/powerpc/include/asm/
Dkvm_book3s.h175 extern int kvmppc_book3s_hcall_implemented(struct kvm *kvm, unsigned long hc);