Home
last modified time | relevance | path

Searched refs:pci_write_config_byte (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.h634 pci_write_config_byte(device_t kdev, int where, u8 val) in pci_write_config_byte() function
/freebsd/sys/contrib/dev/rtw89/
H A Dpci_be.c35 ret = pci_write_config_byte(pdev, RTW89_PCIE_ASPM_CTRL, value); in rtw89_pci_aspm_set_be()
H A Dpci.c2360 ret = pci_write_config_byte(pdev, addr, data); in rtw89_pci_write_config_byte()
3411 return pci_write_config_byte(pdev, RTW89_PCIE_L1_CTRL, val); in rtw89_pci_cfg_dac()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h718 pci_write_config_byte(const struct pci_dev *pdev, int where, u8 val)
720 pci_write_config_byte(const struct pci_dev *pdev, int where, u8 val) pci_write_config_byte() function
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Ddrv.c1238 pci_write_config_byte(pdev, PCI_CFG_RETRY_TIMEOUT, 0x00); in _iwl_pci_resume()
/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtrans.c3916 pci_write_config_byte(pdev, PCI_CFG_RETRY_TIMEOUT, 0x00); in iwl_trans_pcie_alloc()