Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dprism2.c547 static int hfa384x_drvr_setconfig16(hfa384x_t *hw, UINT16 rid, UINT16 *val) in hfa384x_drvr_setconfig16() function
785 result = hfa384x_drvr_setconfig16(hw, HFA384x_RID_CNFMAXDATALEN, &tmp16); in prism2_probe()
788 result = hfa384x_drvr_setconfig16(hw, HFA384x_RID_TXRATECNTL, &tmp16); in prism2_probe()
791 result = hfa384x_drvr_setconfig16(hw, HFA384x_RID_CNFAUTHENTICATION, &tmp16); in prism2_probe()
800 result = hfa384x_drvr_setconfig16(hw, HFA384x_RID_CNFPORTTYPE, &tmp16); in prism2_probe()
Dhfa384x.h2777 hfa384x_drvr_setconfig16(hfa384x_t *hw, UINT16 rid, UINT16 val) in hfa384x_drvr_setconfig16() function