Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/gdm72xx/
Dhci.h121 #define TLV_L(x) (((x) >> 16) & 0xff) macro
Dgdm_wimax.c530 hci->data[len++] = TLV_L(T_CAPABILITY); in gdm_wimax_prepare_device()
532 memcpy(&hci->data[len], &val_be32, TLV_L(T_CAPABILITY)); in gdm_wimax_prepare_device()
533 len += TLV_L(T_CAPABILITY); in gdm_wimax_prepare_device()