Searched refs:hpet_id (Results 1 – 7 of 7) sorted by relevance
345 ch->msi.hpet_id = hpet_blockid; in hpet_setup_msi_irq()554 u32 hpet_id, cfg; in hpet_broadcast_init() local571 hpet_id = hpet_read32(HPET_ID); in hpet_broadcast_init()572 if ( !(hpet_id & HPET_ID_LEGSUP) ) in hpet_broadcast_init()772 u32 hpet_id, hpet_period; in hpet_setup() local783 hpet_id = hpet_read32(HPET_ID); in hpet_setup()784 if ( (hpet_id & HPET_ID_REV) == 0 ) in hpet_setup()798 last = (hpet_id & HPET_ID_NUMBER) >> HPET_ID_NUMBER_SHIFT; in hpet_setup()811 u32 hpet_id, cfg; in hpet_resume() local831 hpet_id = hpet_read32(HPET_ID); in hpet_resume()[all …]
50 struct iommu * hpet_to_iommu(unsigned int hpet_id);52 struct acpi_drhd_unit * hpet_to_drhd(unsigned int hpet_id);
108 static u16 hpetid_to_bdf(unsigned int hpet_id) in hpetid_to_bdf() argument110 struct acpi_drhd_unit *drhd = hpet_to_drhd(hpet_id); in hpetid_to_bdf()114 if ( acpi_hpet_unit->id == hpet_id ) in hpetid_to_bdf()117 dprintk(XENLOG_ERR VTDPREFIX, "Didn't find the bdf for HPET %u!\n", hpet_id); in hpetid_to_bdf()678 set_hpet_source_id(msi_desc->hpet_id, &new_ire); in msi_msg_to_remap_entry()712 : hpet_to_drhd(msi_desc->hpet_id); in msi_msg_read_remap_rte()726 : hpet_to_drhd(msi_desc->hpet_id); in msi_msg_write_remap_rte()733 struct iommu *iommu = hpet_to_iommu(msi_desc->hpet_id); in intel_setup_hpet_msi()
164 struct list_head *list, unsigned int hpet_id) in acpi_hpet_device_match() argument169 if (hpet->id == hpet_id) in acpi_hpet_device_match()174 struct acpi_drhd_unit *hpet_to_drhd(unsigned int hpet_id) in hpet_to_drhd() argument179 if ( acpi_hpet_device_match(&drhd->hpet_list, hpet_id) ) in hpet_to_drhd()184 struct iommu *hpet_to_iommu(unsigned int hpet_id) in hpet_to_iommu() argument186 struct acpi_drhd_unit *drhd = hpet_to_drhd(hpet_id); in hpet_to_iommu()
118 unsigned int hpet_id; /* HPET (dev is NULL) */ member
860 uint32_t hpet_id = *(uint32_t *)hpet_base; in hpet_exists() local861 return ((hpet_id >> 16) == 0x8086); in hpet_exists()
645 if ( msi_desc->hpet_id != hpet_sbdf.id ) in amd_setup_hpet_msi()
Completed in 13 milliseconds