Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/sysdev/xive/
Dnative.c752 __be32 vp_chip_id_be; in xive_native_get_vp_info() local
755 rc = opal_xive_get_vp_info(vp_id, NULL, &vp_cam_be, NULL, &vp_chip_id_be); in xive_native_get_vp_info()
761 *out_chip_id = be32_to_cpu(vp_chip_id_be); in xive_native_get_vp_info()