Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Ddevice.h292 #define DEVICE_FLAGS_DiversityANT 0x00000020UL macro
Ddevice_main.c355 pOpts->flags |= DEVICE_FLAGS_DiversityANT; in device_get_options()
379 pDevice->bDiversityRegCtlON = (pDevice->sOpts.flags & DEVICE_FLAGS_DiversityANT) ? 1 : 0; in device_set_options()