Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/intersil/orinoco/
Dhw.c315 err = hermes_read_wordrec_pr(hw, USER_BAP, HERMES_RID_CHANNELLIST, in orinoco_hw_read_card_settings()
323 err = hermes_read_wordrec_pr(hw, USER_BAP, HERMES_RID_CNFSYSTEMSCALE, in orinoco_hw_read_card_settings()
329 err = hermes_read_wordrec_pr(hw, USER_BAP, HERMES_RID_CNFRTSTHRESHOLD, in orinoco_hw_read_card_settings()
338 err = hermes_read_wordrec_pr(hw, USER_BAP, in orinoco_hw_read_card_settings()
342 err = hermes_read_wordrec_pr(hw, USER_BAP, in orinoco_hw_read_card_settings()
354 err = hermes_read_wordrec_pr(hw, USER_BAP, in orinoco_hw_read_card_settings()
362 err = hermes_read_wordrec_pr(hw, USER_BAP, in orinoco_hw_read_card_settings()
374 err = hermes_read_wordrec_pr(hw, USER_BAP, in orinoco_hw_read_card_settings()
384 err = hermes_read_wordrec_pr(hw, USER_BAP, HERMES_RID_SHORTRETRYLIMIT, in orinoco_hw_read_card_settings()
391 err = hermes_read_wordrec_pr(hw, USER_BAP, HERMES_RID_LONGRETRYLIMIT, in orinoco_hw_read_card_settings()
[all …]
Dhermes.h516 static inline int hermes_read_wordrec_pr(struct hermes *hw, int bap, u16 rid, in hermes_read_wordrec_pr() function