Home
last modified time | relevance | path

Searched refs:ath10k_pci_diag_write_mem (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dpci.h224 int ath10k_pci_diag_write_mem(struct ath10k *ar, u32 address,
H A Dpci.c1100 int ath10k_pci_diag_write_mem(struct ath10k *ar, u32 address, in ath10k_pci_diag_write_mem() function
1227 return ath10k_pci_diag_write_mem(ar, address, &val, sizeof(val)); in ath10k_pci_diag_write32()
2461 ret = ath10k_pci_diag_write_mem(ar, pipe_cfg_targ_addr, in ath10k_pci_init_config()
2486 ret = ath10k_pci_diag_write_mem(ar, svc_to_pipe_map, in ath10k_pci_init_config()
3172 .diag_write = ath10k_pci_diag_write_mem,
H A Dahb.c706 .diag_write = ath10k_pci_diag_write_mem,