Home
last modified time | relevance | path

Searched refs:rt_pci_write_config_u16 (Results 1 – 9 of 9) sorted by relevance

/components/drivers/pci/msi/
A Ddevice.c23rt_pci_write_config_u16(pdev, pdev->msi_cap + PCIR_MSI_CTRL, ctrl & ~PCIM_MSICTRL_MSI_ENABLE); in rt_pci_msi_init()
43rt_pci_write_config_u16(pdev, pdev->msix_cap + PCIR_MSIX_CTRL, ctrl & ~PCIM_MSIXCTRL_MSIX_ENABLE); in rt_pci_msix_init()
A Dmsi.c66 rt_pci_write_config_u16(pdev, pdev->msix_cap + PCIR_MSIX_CTRL, msgctl); in msix_update_ctrl()
125 rt_pci_write_config_u16(pdev, pdev->msi_cap + PCIR_MSI_CTRL, msgctl); in msi_write_enable()
296 rt_pci_write_config_u16(pdev, pos + PCIR_MSI_CTRL, msgctl); in rt_pci_msi_write_msg()
312 rt_pci_write_config_u16(pdev, pos + PCIR_MSI_DATA_64BIT, msg->data); in rt_pci_msi_write_msg()
316 rt_pci_write_config_u16(pdev, pos + PCIR_MSI_DATA, msg->data); in rt_pci_msi_write_msg()
/components/drivers/pci/
A Dprobe.c165 rt_pci_write_config_u16(pdev, PCIR_COMMAND, toggle); in pci_intx_mask_broken()
168 rt_pci_write_config_u16(pdev, PCIR_COMMAND, orig); in pci_intx_mask_broken()
329 rt_pci_write_config_u16(pdev, PCIR_STATUS, 0xffff); in rt_pci_setup_device()
481 rt_pci_write_config_u16(pdev, pos + PCIER_LINK_CTL2, in pcie_fixup_link()
483 rt_pci_write_config_u16(pdev, pos + PCIER_LINK_CTL, in pcie_fixup_link()
499 rt_pci_write_config_u16(pdev, pos + PCIER_LINK_CTL2, exp_lnkctl2); in pcie_fixup_link()
500 rt_pci_write_config_u16(pdev, pos + PCIER_LINK_CTL, in pcie_fixup_link()
555 rt_pci_write_config_u16(pdev, PCIR_STATUS, RT_UINT16_MAX); in pci_scan_bridge_extend()
A Dpme.c109 rt_pci_write_config_u16(pdev, pdev->pme_cap + PCIR_POWER_STATUS, pmcsr); in pci_pme_active()
A Dprocfs.c172 rt_pci_write_config_u16(pdev, pos, rt_le16_to_cpu(val)); in pci_write()
196 rt_pci_write_config_u16(pdev, pos, rt_le16_to_cpu(val)); in pci_write()
A Dpci.c243 rt_pci_write_config_u16(pdev, PCIR_COMMAND, cmd); in pci_set_master()
287 rt_pci_write_config_u16(pdev, PCIR_COMMAND, new); in rt_pci_intx()
712 rt_pci_write_config_u16(pdev, PCIR_COMMAND, command); in rt_pci_device_alloc_resource()
/components/drivers/ata/
A Dahci-pci.c61 rt_pci_write_config_u16(pdev, 0x92, val & ~0xf); in pci_ahci_intel_init()
64 rt_pci_write_config_u16(pdev, 0x92, val | 0xf); in pci_ahci_intel_init()
/components/drivers/watchdog/
A Dwatchdog-i6300esb.c216 rt_pci_write_config_u16(pdev, ESB_CONFIG_PCI_REG, 0x0003); in i6300esb_wdt_probe()
/components/drivers/include/drivers/
A Dpci.h403 rt_inline rt_err_t rt_pci_write_config_u16(const struct rt_pci_device *pdev, in rt_pci_write_config_u16() function

Completed in 12 milliseconds