Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/sysdev/xive/
Dnative.c738 __be32 vp_chip_id_be; in xive_native_get_vp_info() local
741 rc = opal_xive_get_vp_info(vp_id, NULL, &vp_cam_be, NULL, &vp_chip_id_be); in xive_native_get_vp_info()
745 *out_chip_id = be32_to_cpu(vp_chip_id_be); in xive_native_get_vp_info()