Searched refs:hfa384x_setreg (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ |
D | prism2.c | 185 static inline void hfa384x_setreg( hfa384x_t *hw, UINT16 val, UINT reg ) in hfa384x_setreg() function 205 hfa384x_setreg ( hw, val, reg ); in hfa384x_setreg_noswap() 249 hfa384x_setreg(hw, parm0, HFA384x_PARAM0); in hfa384x_docmd_wait() 250 hfa384x_setreg(hw, parm1, HFA384x_PARAM1); in hfa384x_docmd_wait() 251 hfa384x_setreg(hw, parm2, HFA384x_PARAM2); in hfa384x_docmd_wait() 253 hfa384x_setreg(hw, cmd, HFA384x_CMD); in hfa384x_docmd_wait() 277 hfa384x_setreg(hw, HFA384x_EVACK_CMD, HFA384x_EVACK); in hfa384x_docmd_wait() 303 hfa384x_setreg(hw, id, HFA384x_SELECT0); in hfa384x_prepare_bap() 305 hfa384x_setreg(hw, offset, HFA384x_OFFSET0); in hfa384x_prepare_bap() 594 hfa384x_setreg(hw, reg & ( event_mask | event_ack ), HFA384x_EVACK); in hfa384x_wait_for_event() [all …]
|
D | hfa384x.h | 2928 #define hfa384x_setreg __hfa384x_setreg_noswap macro 2933 #define hfa384x_setreg __hfa384x_setreg macro 3044 hfa384x_setreg(hw, in hfa384x_events_all() 3056 hfa384x_setreg(hw, in hfa384x_events_nobap()
|