Home
last modified time | relevance | path

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

/linux/drivers/iio/pressure/
H A Dbmp280.h471 __be16 be16; member
/linux/Documentation/bpf/standardization/
H A Dinstruction-set.rst74 * be16: Takes an unsigned 16-bit number and converts it between
474 dst = be16(dst)
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c4325 #define be16(__p) (((__p)[0] << 8) | (__p)[1]) in phy_aq1202_version() macro
4331 return be16(phy_fw_data + offset + 0x27e); in phy_aq1202_version()
4333 #undef be16 in phy_aq1202_version()