Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/b53/
H A Db53_common.c2769 u8 id8; in b53_switch_detect() local
2772 ret = b53_read8(dev, B53_MGMT_PAGE, B53_DEVICE_ID, &id8); in b53_switch_detect()
2776 switch (id8) { in b53_switch_detect()
2797 dev->chip_id = id8; in b53_switch_detect()
2819 id8, id32); in b53_switch_detect()
/openbmc/qemu/qga/
H A Dcommands-win32.c2319 gchar *id8 = g_utf16_to_utf8(id, -1, NULL, NULL, NULL); in ga_get_hardware_ids() local
2320 g_array_append_val(values, id8); in ga_get_hardware_ids()