Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/v3d/
H A Dv3d_debugfs.c132 u32 ident0, ident1, ident2, ident3, cores; in v3d_v3d_debugfs_ident() local
135 ident0 = V3D_READ(V3D_HUB_IDENT0); in v3d_v3d_debugfs_ident()
162 ident0 = V3D_CORE_READ(core, V3D_CTL_IDENT0); in v3d_v3d_debugfs_ident()
173 V3D_GET_FIELD(ident0, V3D_IDENT0_VER), in v3d_v3d_debugfs_ident()
/openbmc/qemu/hw/block/
H A Dpflash_cfi01.c76 uint16_t ident0; member
225 resp = pfl->ident0; in pflash_devid_query()
325 ret = pfl->ident0 << 8 | pfl->ident1; in pflash_read()
928 DEFINE_PROP_UINT16("id0", PFlashCFI01, ident0, 0),
H A Dpflash_cfi02.c87 uint16_t ident0; member
350 ret = boff & 0x01 ? pfl->ident1 : pfl->ident0; in pflash_read()
955 DEFINE_PROP_UINT16("id0", PFlashCFI02, ident0, 0),