Searched refs:hermes_read_regn (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/net/wireless/intersil/orinoco/ |
D | hermes.c | 112 reg = hermes_read_regn(hw, CMD); in hermes_issue_cmd() 116 reg = hermes_read_regn(hw, CMD); in hermes_issue_cmd() 146 reg = hermes_read_regn(hw, EVSTAT); in hermes_doicmd_wait() 151 reg = hermes_read_regn(hw, EVSTAT); in hermes_doicmd_wait() 171 status = hermes_read_regn(hw, STATUS); in hermes_doicmd_wait() 174 resp->resp0 = hermes_read_regn(hw, RESP0); in hermes_doicmd_wait() 175 resp->resp1 = hermes_read_regn(hw, RESP1); in hermes_doicmd_wait() 176 resp->resp2 = hermes_read_regn(hw, RESP2); in hermes_doicmd_wait() 216 reg = hermes_read_regn(hw, CMD); in hermes_init() 224 reg = hermes_read_regn(hw, CMD); in hermes_init() [all …]
|
D | orinoco_pci.c | 98 reg = hermes_read_regn(hw, CMD); in orinoco_pci_cor_reset() 101 reg = hermes_read_regn(hw, CMD); in orinoco_pci_cor_reset()
|
D | orinoco_tmd.c | 75 reg = hermes_read_regn(hw, CMD); in orinoco_tmd_cor_reset() 78 reg = hermes_read_regn(hw, CMD); in orinoco_tmd_cor_reset()
|
D | orinoco_plx.c | 125 reg = hermes_read_regn(hw, CMD); in orinoco_plx_cor_reset() 128 reg = hermes_read_regn(hw, CMD); in orinoco_plx_cor_reset()
|
D | main.c | 574 u16 fid = hermes_read_regn(hw, ALLOCFID); in __orinoco_ev_alloc() 598 u16 fid = hermes_read_regn(hw, TXCOMPLFID); in __orinoco_ev_txexc() 658 dev->name, hermes_read_regn(hw, ALLOCFID), in orinoco_tx_timeout() 659 hermes_read_regn(hw, TXCOMPLFID), hermes_read_regn(hw, EVSTAT)); in orinoco_tx_timeout() 844 rxfid = hermes_read_regn(hw, RXFID); in __orinoco_ev_rx() 1404 infofid = hermes_read_regn(hw, INFOFID); in __orinoco_ev_info() 1897 evstat = hermes_read_regn(hw, EVSTAT); in orinoco_interrupt() 1943 evstat = hermes_read_regn(hw, EVSTAT); in orinoco_interrupt()
|
D | hermes.h | 426 #define hermes_read_regn(hw, name) hermes_read_reg((hw), HERMES_##name) macro 438 return hermes_read_regn(hw, SWSUPPORT0) == HERMES_MAGIC; in hermes_present()
|