Home
last modified time | relevance | path

Searched refs:hw_priv (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_pci.c34 /* struct local_info::hw_priv */
59 struct hostap_pci_priv *hw_priv; in hfa384x_outb_debug() local
65 hw_priv = local->hw_priv; in hfa384x_outb_debug()
69 writeb(v, hw_priv->mem_start + a); in hfa384x_outb_debug()
76 struct hostap_pci_priv *hw_priv; in hfa384x_inb_debug() local
83 hw_priv = local->hw_priv; in hfa384x_inb_debug()
86 v = readb(hw_priv->mem_start + a); in hfa384x_inb_debug()
95 struct hostap_pci_priv *hw_priv; in hfa384x_outw_debug() local
112 struct hostap_pci_priv *hw_priv; hfa384x_inw_debug() local
140 struct hostap_pci_priv *hw_priv; hfa384x_outb() local
149 struct hostap_pci_priv *hw_priv; hfa384x_inb() local
158 struct hostap_pci_priv *hw_priv; hfa384x_outw() local
167 struct hostap_pci_priv *hw_priv; hfa384x_inw() local
300 struct hostap_pci_priv *hw_priv; prism2_pci_probe() local
382 struct hostap_pci_priv *hw_priv; prism2_pci_remove() local
[all...]
H A Dhostap_cs.c38 /* struct local_info::hw_priv */
207 struct hostap_cs_priv *hw_priv = local->hw_priv; in prism2_pccard_card_present() local
208 if (hw_priv != NULL && hw_priv->link != NULL && pcmcia_dev_present(hw_priv->link)) in prism2_pccard_card_present()
226 struct hostap_cs_priv *hw_priv = local->hw_priv; in sandisk_set_iobase() local
228 res = pcmcia_write_config_byte(hw_priv->link, 0x10, in sandisk_set_iobase()
229 hw_priv in sandisk_set_iobase()
265 struct hostap_cs_priv *hw_priv = local->hw_priv; sandisk_enable_wireless() local
328 struct hostap_cs_priv *hw_priv = local->hw_priv; prism2_pccard_cor_sreset() local
373 struct hostap_cs_priv *hw_priv = local->hw_priv; prism2_pccard_genesis_reset() local
452 struct hostap_cs_priv *hw_priv; prism2_detach() local
478 struct hostap_cs_priv *hw_priv; prism2_config() local
[all...]
H A Dhostap_plx.c42 /* struct local_info::hw_priv */
270 struct hostap_plx_priv *hw_priv = local->hw_priv; in prism2_plx_cor_sreset() local
277 if (hw_priv->attr_mem == NULL) { in prism2_plx_cor_sreset()
279 corsave = inb(hw_priv->cor_offset); in prism2_plx_cor_sreset()
280 outb(corsave | COR_SRESET, hw_priv->cor_offset); in prism2_plx_cor_sreset()
282 outb(corsave & ~COR_SRESET, hw_priv->cor_offset); in prism2_plx_cor_sreset()
286 corsave = readb(hw_priv->attr_mem + hw_priv->cor_offset); in prism2_plx_cor_sreset()
288 hw_priv in prism2_plx_cor_sreset()
300 struct hostap_plx_priv *hw_priv = local->hw_priv; prism2_plx_genesis_reset() local
446 struct hostap_plx_priv *hw_priv; prism2_plx_probe() local
588 struct hostap_plx_priv *hw_priv; prism2_plx_remove() local
[all...]
H A Dhostap_wlan.h886 void *hw_priv; member
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_pci.c33 /* struct local_info::hw_priv */
58 struct hostap_pci_priv *hw_priv; in hfa384x_outb_debug() local
64 hw_priv = local->hw_priv; in hfa384x_outb_debug()
68 writeb(v, hw_priv->mem_start + a); in hfa384x_outb_debug()
75 struct hostap_pci_priv *hw_priv; in hfa384x_inb_debug() local
82 hw_priv = local->hw_priv; in hfa384x_inb_debug()
85 v = readb(hw_priv->mem_start + a); in hfa384x_inb_debug()
94 struct hostap_pci_priv *hw_priv; in hfa384x_outw_debug() local
111 struct hostap_pci_priv *hw_priv; hfa384x_inw_debug() local
139 struct hostap_pci_priv *hw_priv; hfa384x_outb() local
148 struct hostap_pci_priv *hw_priv; hfa384x_inb() local
157 struct hostap_pci_priv *hw_priv; hfa384x_outw() local
166 struct hostap_pci_priv *hw_priv; hfa384x_inw() local
299 struct hostap_pci_priv *hw_priv; prism2_pci_probe() local
381 struct hostap_pci_priv *hw_priv; prism2_pci_remove() local
[all...]
H A Dhostap_cs.c37 /* struct local_info::hw_priv */
206 struct hostap_cs_priv *hw_priv = local->hw_priv; in prism2_pccard_card_present() local
207 if (hw_priv != NULL && hw_priv->link != NULL && pcmcia_dev_present(hw_priv->link)) in prism2_pccard_card_present()
225 struct hostap_cs_priv *hw_priv = local->hw_priv; in sandisk_set_iobase() local
227 res = pcmcia_write_config_byte(hw_priv->link, 0x10, in sandisk_set_iobase()
228 hw_priv in sandisk_set_iobase()
264 struct hostap_cs_priv *hw_priv = local->hw_priv; sandisk_enable_wireless() local
327 struct hostap_cs_priv *hw_priv = local->hw_priv; prism2_pccard_cor_sreset() local
372 struct hostap_cs_priv *hw_priv = local->hw_priv; prism2_pccard_genesis_reset() local
451 struct hostap_cs_priv *hw_priv; prism2_detach() local
477 struct hostap_cs_priv *hw_priv; prism2_config() local
[all...]
H A Dhostap_plx.c41 /* struct local_info::hw_priv */
269 struct hostap_plx_priv *hw_priv = local->hw_priv; in prism2_plx_cor_sreset() local
276 if (hw_priv->attr_mem == NULL) { in prism2_plx_cor_sreset()
278 corsave = inb(hw_priv->cor_offset); in prism2_plx_cor_sreset()
279 outb(corsave | COR_SRESET, hw_priv->cor_offset); in prism2_plx_cor_sreset()
281 outb(corsave & ~COR_SRESET, hw_priv->cor_offset); in prism2_plx_cor_sreset()
285 corsave = readb(hw_priv->attr_mem + hw_priv->cor_offset); in prism2_plx_cor_sreset()
287 hw_priv in prism2_plx_cor_sreset()
299 struct hostap_plx_priv *hw_priv = local->hw_priv; prism2_plx_genesis_reset() local
445 struct hostap_plx_priv *hw_priv; prism2_plx_probe() local
587 struct hostap_plx_priv *hw_priv; prism2_plx_remove() local
[all...]
H A Dhostap_wlan.h888 void *hw_priv; member
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/
H A Dksz884x.c3470 struct dev_info *hw_priv = container_of(hw, struct dev_info, hw); in hw_chk_wol_pme_status() local
3471 struct pci_dev *pdev = hw_priv->pdev; in hw_chk_wol_pme_status()
3488 struct dev_info *hw_priv = container_of(hw, struct dev_info, hw); in hw_clr_wol_pme_status() local
3489 struct pci_dev *pdev = hw_priv->pdev; in hw_clr_wol_pme_status()
3510 struct dev_info *hw_priv = container_of(hw, struct dev_info, hw); in hw_cfg_wol_pme() local
3511 struct pci_dev *pdev = hw_priv->pdev; in hw_cfg_wol_pme()
4634 struct dev_info *hw_priv = priv->adapter; in send_packet() local
4635 struct ksz_hw *hw = &hw_priv->hw; in send_packet()
4662 dma_buf->dma = dma_map_single(&hw_priv->pdev->dev, skb->data, in send_packet()
4680 dma_buf->dma = dma_map_single(&hw_priv in send_packet()
4734 transmit_cleanup(struct dev_info *hw_priv, int normal) transmit_cleanup() argument
4791 tx_done(struct dev_info *hw_priv) tx_done() argument
4829 struct dev_info *hw_priv = priv->adapter; netdev_tx() local
4904 struct dev_info *hw_priv = priv->adapter; netdev_tx_timeout() local
4985 struct dev_info *hw_priv = priv->adapter; rx_proc() local
5028 dev_rcv_packets(struct dev_info *hw_priv) dev_rcv_packets() argument
5064 port_rcv_packets(struct dev_info *hw_priv) port_rcv_packets() argument
5109 dev_rcv_special(struct dev_info *hw_priv) dev_rcv_special() argument
5170 struct dev_info *hw_priv = from_tasklet(hw_priv, t, rx_tasklet); rx_proc_task() local
5192 struct dev_info *hw_priv = from_tasklet(hw_priv, t, tx_tasklet); tx_proc_task() local
5236 struct dev_info *hw_priv = priv->adapter; netdev_intr() local
5309 struct dev_info *hw_priv = priv->adapter; netdev_netpoll() local
5349 struct dev_info *hw_priv = priv->adapter; netdev_close() local
5409 hw_cfg_huge_frame(struct dev_info *hw_priv, struct ksz_hw *hw) hw_cfg_huge_frame() argument
5436 struct dev_info *hw_priv = priv->adapter; prepare_hardware() local
5486 struct dev_info *hw_priv = priv->adapter; netdev_open() local
5647 struct dev_info *hw_priv = priv->adapter; netdev_set_mac_address() local
5735 struct dev_info *hw_priv = priv->adapter; netdev_set_rx_mode() local
5783 struct dev_info *hw_priv = priv->adapter; netdev_change_mtu() local
5823 struct dev_info *hw_priv = priv->adapter; netdev_ioctl() local
5942 struct dev_info *hw_priv = priv->adapter; netdev_get_link_ksettings() local
5969 struct dev_info *hw_priv = priv->adapter; netdev_set_link_ksettings() local
6039 struct dev_info *hw_priv = priv->adapter; netdev_nway_reset() local
6076 struct dev_info *hw_priv = priv->adapter; netdev_get_drvinfo() local
6129 struct dev_info *hw_priv = priv->adapter; netdev_get_regs() local
6167 struct dev_info *hw_priv = priv->adapter; netdev_get_wol() local
6187 struct dev_info *hw_priv = priv->adapter; netdev_set_wol() local
6262 struct dev_info *hw_priv = priv->adapter; netdev_get_eeprom() local
6290 struct dev_info *hw_priv = priv->adapter; netdev_set_eeprom() local
6324 struct dev_info *hw_priv = priv->adapter; netdev_get_pauseparam() local
6357 struct dev_info *hw_priv = priv->adapter; netdev_set_pauseparam() local
6402 struct dev_info *hw_priv = priv->adapter; netdev_get_ringparam() local
6465 struct dev_info *hw_priv = priv->adapter; netdev_get_strings() local
6485 struct dev_info *hw_priv = priv->adapter; netdev_get_sset_count() local
6508 struct dev_info *hw_priv = priv->adapter; netdev_get_ethtool_stats() local
6576 struct dev_info *hw_priv = priv->adapter; netdev_set_features() local
6634 struct dev_info *hw_priv = mib_read_work() local
6677 struct dev_info *hw_priv = from_timer(hw_priv, t, mib_timer_info.timer); mib_monitor() local
6706 struct dev_info *hw_priv = priv->adapter; dev_monitor() local
6838 get_mac_addr(struct dev_info *hw_priv, u8 *macaddr, int port) get_mac_addr() argument
6911 struct dev_info *hw_priv; pcidev_init() local
7136 struct dev_info *hw_priv = &info->dev_info; pcidev_exit() local
7156 struct dev_info *hw_priv = &info->dev_info; pcidev_resume() local
7180 struct dev_info *hw_priv = &info->dev_info; pcidev_suspend() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/
H A Dksz884x.c3097 struct dev_info *hw_priv = container_of(hw, struct dev_info, hw); in hw_chk_wol_pme_status() local
3098 struct pci_dev *pdev = hw_priv->pdev; in hw_chk_wol_pme_status()
3115 struct dev_info *hw_priv = container_of(hw, struct dev_info, hw); in hw_clr_wol_pme_status() local
3116 struct pci_dev *pdev = hw_priv->pdev; in hw_clr_wol_pme_status()
3137 struct dev_info *hw_priv = container_of(hw, struct dev_info, hw); in hw_cfg_wol_pme() local
3138 struct pci_dev *pdev = hw_priv->pdev; in hw_cfg_wol_pme()
4261 struct dev_info *hw_priv = priv->adapter; in send_packet() local
4262 struct ksz_hw *hw = &hw_priv->hw; in send_packet()
4289 dma_buf->dma = dma_map_single(&hw_priv->pdev->dev, skb->data, in send_packet()
4307 dma_buf->dma = dma_map_single(&hw_priv in send_packet()
4361 transmit_cleanup(struct dev_info *hw_priv, int normal) transmit_cleanup() argument
4418 tx_done(struct dev_info *hw_priv) tx_done() argument
4456 struct dev_info *hw_priv = priv->adapter; netdev_tx() local
4531 struct dev_info *hw_priv = priv->adapter; netdev_tx_timeout() local
4612 struct dev_info *hw_priv = priv->adapter; rx_proc() local
4655 dev_rcv_packets(struct dev_info *hw_priv) dev_rcv_packets() argument
4691 port_rcv_packets(struct dev_info *hw_priv) port_rcv_packets() argument
4736 dev_rcv_special(struct dev_info *hw_priv) dev_rcv_special() argument
4797 struct dev_info *hw_priv = from_tasklet(hw_priv, t, rx_tasklet); rx_proc_task() local
4819 struct dev_info *hw_priv = from_tasklet(hw_priv, t, tx_tasklet); tx_proc_task() local
4863 struct dev_info *hw_priv = priv->adapter; netdev_intr() local
4935 struct dev_info *hw_priv = priv->adapter; netdev_netpoll() local
4975 struct dev_info *hw_priv = priv->adapter; netdev_close() local
5035 hw_cfg_huge_frame(struct dev_info *hw_priv, struct ksz_hw *hw) hw_cfg_huge_frame() argument
5062 struct dev_info *hw_priv = priv->adapter; prepare_hardware() local
5112 struct dev_info *hw_priv = priv->adapter; netdev_open() local
5272 struct dev_info *hw_priv = priv->adapter; netdev_set_mac_address() local
5360 struct dev_info *hw_priv = priv->adapter; netdev_set_rx_mode() local
5408 struct dev_info *hw_priv = priv->adapter; netdev_change_mtu() local
5448 struct dev_info *hw_priv = priv->adapter; netdev_ioctl() local
5567 struct dev_info *hw_priv = priv->adapter; netdev_get_link_ksettings() local
5594 struct dev_info *hw_priv = priv->adapter; netdev_set_link_ksettings() local
5664 struct dev_info *hw_priv = priv->adapter; netdev_nway_reset() local
5701 struct dev_info *hw_priv = priv->adapter; netdev_get_drvinfo() local
5754 struct dev_info *hw_priv = priv->adapter; netdev_get_regs() local
5792 struct dev_info *hw_priv = priv->adapter; netdev_get_wol() local
5812 struct dev_info *hw_priv = priv->adapter; netdev_set_wol() local
5887 struct dev_info *hw_priv = priv->adapter; netdev_get_eeprom() local
5915 struct dev_info *hw_priv = priv->adapter; netdev_set_eeprom() local
5949 struct dev_info *hw_priv = priv->adapter; netdev_get_pauseparam() local
5982 struct dev_info *hw_priv = priv->adapter; netdev_set_pauseparam() local
6031 struct dev_info *hw_priv = priv->adapter; netdev_get_ringparam() local
6094 struct dev_info *hw_priv = priv->adapter; netdev_get_strings() local
6114 struct dev_info *hw_priv = priv->adapter; netdev_get_sset_count() local
6137 struct dev_info *hw_priv = priv->adapter; netdev_get_ethtool_stats() local
6205 struct dev_info *hw_priv = priv->adapter; netdev_set_features() local
6263 struct dev_info *hw_priv = mib_read_work() local
6307 struct dev_info *hw_priv = from_timer(hw_priv, t, mib_timer_info.timer); mib_monitor() local
6336 struct dev_info *hw_priv = priv->adapter; dev_monitor() local
6468 get_mac_addr(struct dev_info *hw_priv, u8 *macaddr, int port) get_mac_addr() argument
6541 struct dev_info *hw_priv; pcidev_init() local
6768 struct dev_info *hw_priv = &info->dev_info; pcidev_exit() local
6788 struct dev_info *hw_priv = &info->dev_info; pcidev_resume() local
6812 struct dev_info *hw_priv = &info->dev_info; pcidev_suspend() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_init.c234 static unsigned int ath9k_regread(void *hw_priv, u32 reg_offset) in ath9k_regread() argument
236 struct ath_hw *ah = hw_priv; in ath9k_regread()
255 static void ath9k_multi_regread(void *hw_priv, u32 *addr, in ath9k_multi_regread() argument
258 struct ath_hw *ah = hw_priv; in ath9k_multi_regread()
302 static void ath9k_regwrite_single(void *hw_priv, u32 val, u32 reg_offset) in ath9k_regwrite_single() argument
304 struct ath_hw *ah = hw_priv; in ath9k_regwrite_single()
323 static void ath9k_regwrite_buffer(void *hw_priv, u32 val, u32 reg_offset) in ath9k_regwrite_buffer() argument
325 struct ath_hw *ah = hw_priv; in ath9k_regwrite_buffer()
346 static void ath9k_regwrite(void *hw_priv, u32 val, u32 reg_offset) in ath9k_regwrite() argument
348 struct ath_hw *ah = hw_priv; in ath9k_regwrite()
358 ath9k_enable_regwrite_buffer(void *hw_priv) ath9k_enable_regwrite_buffer() argument
367 ath9k_regwrite_flush(void *hw_priv) ath9k_regwrite_flush() argument
383 ath9k_reg_rmw_buffer(void *hw_priv, u32 reg_offset, u32 set, u32 clr) ath9k_reg_rmw_buffer() argument
422 ath9k_reg_rmw_flush(void *hw_priv) ath9k_reg_rmw_flush() argument
454 ath9k_enable_rmw_buffer(void *hw_priv) ath9k_enable_rmw_buffer() argument
466 ath9k_reg_rmw_single(void *hw_priv, u32 reg_offset, u32 set, u32 clr) ath9k_reg_rmw_single() argument
489 ath9k_reg_rmw(void *hw_priv, u32 reg_offset, u32 set, u32 clr) ath9k_reg_rmw() argument
[all...]
H A Dinit.c173 static void ath9k_iowrite32(void *hw_priv, u32 val, u32 reg_offset) in ath9k_iowrite32() argument
175 struct ath_hw *ah = hw_priv; in ath9k_iowrite32()
188 static unsigned int ath9k_ioread32(void *hw_priv, u32 reg_offset) in ath9k_ioread32() argument
190 struct ath_hw *ah = hw_priv; in ath9k_ioread32()
205 static void ath9k_multi_ioread32(void *hw_priv, u32 *addr, in ath9k_multi_ioread32() argument
211 val[i] = ath9k_ioread32(hw_priv, addr[i]); in ath9k_multi_ioread32()
228 static unsigned int ath9k_reg_rmw(void *hw_priv, u32 reg_offset, u32 set, u32 clr) in ath9k_reg_rmw() argument
230 struct ath_hw *ah = hw_priv; in ath9k_reg_rmw()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_init.c234 static unsigned int ath9k_regread(void *hw_priv, u32 reg_offset) in ath9k_regread() argument
236 struct ath_hw *ah = hw_priv; in ath9k_regread()
255 static void ath9k_multi_regread(void *hw_priv, u32 *addr, in ath9k_multi_regread() argument
258 struct ath_hw *ah = hw_priv; in ath9k_multi_regread()
302 static void ath9k_regwrite_single(void *hw_priv, u32 val, u32 reg_offset) in ath9k_regwrite_single() argument
304 struct ath_hw *ah = hw_priv; in ath9k_regwrite_single()
323 static void ath9k_regwrite_buffer(void *hw_priv, u32 val, u32 reg_offset) in ath9k_regwrite_buffer() argument
325 struct ath_hw *ah = hw_priv; in ath9k_regwrite_buffer()
346 static void ath9k_regwrite(void *hw_priv, u32 val, u32 reg_offset) in ath9k_regwrite() argument
348 struct ath_hw *ah = hw_priv; in ath9k_regwrite()
358 ath9k_enable_regwrite_buffer(void *hw_priv) ath9k_enable_regwrite_buffer() argument
367 ath9k_regwrite_flush(void *hw_priv) ath9k_regwrite_flush() argument
383 ath9k_reg_rmw_buffer(void *hw_priv, u32 reg_offset, u32 set, u32 clr) ath9k_reg_rmw_buffer() argument
422 ath9k_reg_rmw_flush(void *hw_priv) ath9k_reg_rmw_flush() argument
454 ath9k_enable_rmw_buffer(void *hw_priv) ath9k_enable_rmw_buffer() argument
466 ath9k_reg_rmw_single(void *hw_priv, u32 reg_offset, u32 set, u32 clr) ath9k_reg_rmw_single() argument
489 ath9k_reg_rmw(void *hw_priv, u32 reg_offset, u32 set, u32 clr) ath9k_reg_rmw() argument
[all...]
H A Dinit.c173 static void ath9k_iowrite32(void *hw_priv, u32 val, u32 reg_offset) in ath9k_iowrite32() argument
175 struct ath_hw *ah = hw_priv; in ath9k_iowrite32()
188 static unsigned int ath9k_ioread32(void *hw_priv, u32 reg_offset) in ath9k_ioread32() argument
190 struct ath_hw *ah = hw_priv; in ath9k_ioread32()
205 static void ath9k_multi_ioread32(void *hw_priv, u32 *addr, in ath9k_multi_ioread32() argument
211 val[i] = ath9k_ioread32(hw_priv, addr[i]); in ath9k_multi_ioread32()
228 static unsigned int ath9k_reg_rmw(void *hw_priv, u32 reg_offset, u32 set, u32 clr) in ath9k_reg_rmw() argument
230 struct ath_hw *ah = hw_priv; in ath9k_reg_rmw()
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H A Defct_unsol.c374 io->hw_priv = seq->hw_priv; in efct_dispatch_fcp_cmd()
472 io->hw_priv = seq->hw_priv; in efct_node_recv_abts_frame()
H A Defct_io.h64 * @hw_priv: Declarations private to HW/SLI
116 void *hw_priv; member
H A Defct_scsi.c285 hio->eq = io->hw_priv; in efct_scsi_io_dispatch_hw_io()
422 hio->eq = io->hw_priv; in efct_scsi_dispatch_pending()
H A Defct_hw_queues.c594 seq->hw_priv = cq->eq; in efct_hw_rqpair_process_rq()
/kernel/linux/linux-5.10/net/ipv4/
H A Dudp_tunnel_nic.c25 u8 hw_priv; member
126 ti->hw_priv = entry->hw_priv; in udp_tunnel_nic_ti_from_entry()
182 dev->udp_tunnel_nic->entries[table][idx].hw_priv = priv; in __udp_tunnel_nic_set_port_priv()
/kernel/linux/linux-6.6/net/ipv4/
H A Dudp_tunnel_nic.c25 u8 hw_priv; member
126 ti->hw_priv = entry->hw_priv; in udp_tunnel_nic_ti_from_entry()
182 dev->udp_tunnel_nic->entries[table][idx].hw_priv = priv; in __udp_tunnel_nic_set_port_priv()
/kernel/linux/linux-5.10/include/net/
H A Dudp_tunnel.h118 u8 hw_priv; member
/kernel/linux/linux-6.6/include/net/
H A Dudp_tunnel.h122 u8 hw_priv; member
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/
H A Defclib.h432 * @hw_priv: HW private context
440 void *hw_priv; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H A Dbase.c232 static unsigned int ath5k_ioread32(void *hw_priv, u32 reg_offset) in ath5k_ioread32() argument
234 struct ath5k_hw *ah = (struct ath5k_hw *) hw_priv; in ath5k_ioread32()
238 static void ath5k_iowrite32(void *hw_priv, u32 val, u32 reg_offset) in ath5k_iowrite32() argument
240 struct ath5k_hw *ah = (struct ath5k_hw *) hw_priv; in ath5k_iowrite32()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H A Dbase.c231 static unsigned int ath5k_ioread32(void *hw_priv, u32 reg_offset) in ath5k_ioread32() argument
233 struct ath5k_hw *ah = (struct ath5k_hw *) hw_priv; in ath5k_ioread32()
237 static void ath5k_iowrite32(void *hw_priv, u32 val, u32 reg_offset) in ath5k_iowrite32() argument
239 struct ath5k_hw *ah = (struct ath5k_hw *) hw_priv; in ath5k_iowrite32()

Completed in 62 milliseconds

12