Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/ozwpan/
Dozproto.c216 switch (body->ms_isoc_latency & OZ_LATENCY_MASK) { in oz_connect_req()
219 ~OZ_LATENCY_MASK) / pd->ms_per_isoc; in oz_connect_req()
223 ~OZ_LATENCY_MASK) * 10) / pd->ms_per_isoc; in oz_connect_req()
Dozprotocol.h68 #define OZ_LATENCY_MASK 0xc0 macro