Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pv/
Dhypervic.c236 propmaj = VMBUS_ICVER_MAJOR(msg->ic_ver[i]); in hv_ic_negotiate()
237 propmin = VMBUS_ICVER_MINOR(msg->ic_ver[i]); in hv_ic_negotiate()
250 propmaj = VMBUS_ICVER_MAJOR(msg->ic_ver[i]); in hv_ic_negotiate()
251 propmin = VMBUS_ICVER_MINOR(msg->ic_ver[i]); in hv_ic_negotiate()
263 msg->ic_ver[0] = fwver; in hv_ic_negotiate()
265 msg->ic_ver[1] = msgver; in hv_ic_negotiate()
Dhypervicreg.h83 uint32_t ic_ver[0]; member
/openbsd/src/sys/dev/pckbc/
Dpms.c1876 int fw_version, ic_ver; in elantech_get_hwinfo_v2() local
1884 ic_ver = (fw_version & 0x0f0000) >> 16; in elantech_get_hwinfo_v2()
1885 if (ic_ver != 2 && ic_ver != 4) in elantech_get_hwinfo_v2()