Home
last modified time | relevance | path

Searched refs:hid1 (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dmpc86xx.h63 unsigned long hid1; in get_hid1() local
64 asm volatile("mfspr %0, 1009" : "=r" (hid1) :); in get_hid1()
65 return hid1; in get_hid1()
73 static __inline__ void set_hid1 (unsigned long hid1) in set_hid1() argument
75 asm volatile("mtspr 1009, %0" : : "r" (hid1)); in set_hid1()
/openbmc/linux/arch/powerpc/kvm/
H A De500_emulate.c260 vcpu_e500->hid1 = spr_val; in kvmppc_core_emulate_mtspr_e500()
388 *spr_val = vcpu_e500->hid1; in kvmppc_core_emulate_mfspr_e500()
H A De500.h79 u32 hid1; member
/openbmc/linux/drivers/acpi/
H A Dutils.c783 const char *hid1 = acpi_device_hid(adev); in acpi_dev_hid_uid_match() local
786 if (strcmp(hid1, hid2)) in acpi_dev_hid_uid_match()
/openbmc/linux/arch/powerpc/kernel/
H A Dsysfs.c641 SYSFS_SPRSETUP(hid1, SPRN_HID1);
714 __ATTR(hid1, 0600, show_hid1, store_hid1),