Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/intersil/orinoco/
Dhw.c476 err = hermes_write_wordrec(hw, USER_BAP, HERMES_RID_CNFPORTTYPE, in orinoco_hw_program_rids()
485 err = hermes_write_wordrec(hw, USER_BAP, in orinoco_hw_program_rids()
509 err = hermes_write_wordrec(hw, USER_BAP, in orinoco_hw_program_rids()
562 err = hermes_write_wordrec(hw, USER_BAP, in orinoco_hw_program_rids()
575 err = hermes_write_wordrec(hw, USER_BAP, HERMES_RID_CNFRTSTHRESHOLD, in orinoco_hw_program_rids()
585 err = hermes_write_wordrec(hw, USER_BAP, in orinoco_hw_program_rids()
589 err = hermes_write_wordrec(hw, USER_BAP, in orinoco_hw_program_rids()
608 err = hermes_write_wordrec(hw, USER_BAP, in orinoco_hw_program_rids()
617 err = hermes_write_wordrec(hw, USER_BAP, in orinoco_hw_program_rids()
625 err = hermes_write_wordrec(hw, USER_BAP, in orinoco_hw_program_rids()
[all …]
Dhermes.h527 static inline int hermes_write_wordrec(struct hermes *hw, int bap, u16 rid, in hermes_write_wordrec() function