Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/pld/inc/
H A Dpld_common.h1834 int pld_pci_write_config_word(struct pci_dev *pdev, int offset, uint16_t val);
2067 return pld_pci_write_config_word(pdev, offset, val); in pfrm_write_config_word()
/wlan-driver/qcacld-3.0/core/pld/src/
H A Dpld_common.c1947 int pld_pci_write_config_word(struct pci_dev *pdev, int offset, uint16_t val) in pld_pci_write_config_word() function