Searched refs:PCIR_COMMAND (Results 1 – 4 of 4) sorted by relevance
| /components/drivers/pci/ |
| A D | pci.c | 230 rt_pci_read_config_u16(pdev, PCIR_COMMAND, &old_cmd); in pci_set_master() 243 rt_pci_write_config_u16(pdev, PCIR_COMMAND, cmd); in pci_set_master() 274 rt_pci_read_config_u16(pdev, PCIR_COMMAND, &pci_command); in rt_pci_intx() 287 rt_pci_write_config_u16(pdev, PCIR_COMMAND, new); in rt_pci_intx() 302 bus->ops->read(bus, pdev->devfn, PCIR_COMMAND, 4, &cmd_status_dword); in pci_check_and_set_intx_mask() 326 bus->ops->write(bus, pdev->devfn, PCIR_COMMAND, 2, newcmd); in pci_check_and_set_intx_mask() 549 rt_pci_read_config_u16(pdev, PCIR_COMMAND, &command); in rt_pci_device_alloc_resource() 712 rt_pci_write_config_u16(pdev, PCIR_COMMAND, command); in rt_pci_device_alloc_resource()
|
| A D | probe.c | 163 rt_pci_read_config_u16(pdev, PCIR_COMMAND, &orig); in pci_intx_mask_broken() 165 rt_pci_write_config_u16(pdev, PCIR_COMMAND, toggle); in pci_intx_mask_broken() 166 rt_pci_read_config_u16(pdev, PCIR_COMMAND, &new); in pci_intx_mask_broken() 168 rt_pci_write_config_u16(pdev, PCIR_COMMAND, orig); in pci_intx_mask_broken()
|
| A D | pci_regs.h | 59 #define PCIR_COMMAND 0x04 macro
|
| /components/drivers/pci/host/dw/ |
| A D | pcie-dw_host.c | 579 val = dw_pcie_readl_dbi(pci, PCIR_COMMAND); in dw_pcie_setup_rc() 582 dw_pcie_writel_dbi(pci, PCIR_COMMAND, val); in dw_pcie_setup_rc()
|
Completed in 14 milliseconds