Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/uwb/include/
Dwhci.h28 # define UWBCAPDATA_TO_SIZE(c) ((((c) >> 8) & 0xFFull) * sizeof(u32)) macro
/Linux-v5.4/drivers/staging/uwb/
Dwhci.c114 + (n == 0 ? 0x20 : UWBCAPDATA_TO_SIZE(capdata)) - 1; in whci_add_cap()