Home
last modified time | relevance | path

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

/vendor/hihope/rk3568/bluetooth/src/
Dhardware.c105 #define STREAM_TO_UINT16(u16, p) \ argument
108 u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); \
116 #define UINT16_TO_STREAM(p, u16) \ argument
119 *(p)++ = (uint8_t)(u16); \
120 *(p)++ = (uint8_t)((u16) >> 8); \
/vendor/hisilicon/watchos/patches/
Dhi3516dv300.patch23648 + u16 addr;
24553 + * @count: How many bytes to read, must be less than 64k since msg.len is u16
24571 + * @count: How many bytes to write, must be less than 64k since msg.len is u16
27180 + u16 ele, start_ele, phase_dll_elements;
29592 + u16 clk;
29601 + u16 clk;
29610 + u16 clk;
29620 + u16 clk;
30002 + u16 ctrl;
30020 + u16 reg, clk;
[all …]