Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dhfa384x.h319 #define HFA384x_CMD_AINFO_SET(value) ((u16)((u16)(value) << 8)) macro
321 ((u16)HFA384x_CMD_AINFO_SET(value))
323 ((u16)HFA384x_CMD_AINFO_SET((u16)value))
H A Dhfa384x_usb.c936 HFA384x_CMD_AINFO_SET(enable); in hfa384x_cmd_monitor()