Home
last modified time | relevance | path

Searched refs:pci_write_config_byte (Results 1 – 5 of 5) 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/compat/linuxkpi/common/include/linux/
H A Dpci.h713 pci_write_config_byte(const struct pci_dev *pdev, int where, u8 val) in pci_write_config_byte() function
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Ddrv.c1599 pci_write_config_byte(pdev, PCI_CFG_RETRY_TIMEOUT, 0x00); in iwl_pci_register_driver()
H A Dtrans.c3744 pci_write_config_byte(pdev, PCI_CFG_RETRY_TIMEOUT, 0x00); in iwl_trans_pcie_alloc()
/freebsd/sys/contrib/dev/rtw89/
H A Dpci.c2152 ret = pci_write_config_byte(pdev, addr, data); in rtw89_pci_deglitch_setting()