Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/include/asm/
H A Dbyteorder.h18 #define be16_to_cpup(x) bemtoh16(x)
/openbsd/sys/sys/
H A Dendian.h110 #define bemtoh16 __bemtoh16 macro
/openbsd/sys/net/
H A Dif_vlan.c399 vtag = bemtoh16(&evl->evl_tag); in vlan_input()
400 etype = bemtoh16(&evl->evl_encap_proto); in vlan_input()
H A Dif_gre.c4017 len = bemtoh16(&eoiph->eoip_len); in eoip_input()
/openbsd/sys/dev/usb/
H A Duhidpp.c1053 *id = bemtoh16(resp.fap.params); in hidpp20_feature_get_id()
/openbsd/sys/dev/pci/
H A Dif_mcx.c8697 int64_t mt = (int16_t)bemtoh16(t); /* 0.125 C units */ in mcx_tmp_to_uK()