Home
last modified time | relevance | path

Searched refs:pcicmd (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/ide/
Dsetup-pci.c150 u16 pcicmd; in ide_pci_set_master() local
152 pci_read_config_word(dev, PCI_COMMAND, &pcicmd); in ide_pci_set_master()
154 if ((pcicmd & PCI_COMMAND_MASTER) == 0) { in ide_pci_set_master()
157 if (pci_read_config_word(dev, PCI_COMMAND, &pcicmd) || in ide_pci_set_master()
158 (pcicmd & PCI_COMMAND_MASTER) == 0) { in ide_pci_set_master()
240 u16 pcicmd = 0; in ide_pci_configure() local
249 pci_write_config_word(dev, PCI_COMMAND, pcicmd | PCI_COMMAND_IO)) { in ide_pci_configure()
254 if (pci_read_config_word(dev, PCI_COMMAND, &pcicmd)) { in ide_pci_configure()
259 if (!(pcicmd & PCI_COMMAND_IO)) { in ide_pci_configure()
409 u16 pcicmd; in ide_setup_pci_controller() local
[all …]
/Linux-v5.10/arch/mips/mti-malta/
Dmalta-int.c87 unsigned int intedge, intsteer, pcicmd, pcibadaddr; in corehi_irqdispatch() local
126 pcicmd = BONITO_PCICMD; in corehi_irqdispatch()
132 pr_emerg("BONITO_PCICMD = %08x\n", pcicmd); in corehi_irqdispatch()
/Linux-v5.10/arch/mips/pci/
Dops-tx3927.c195 tx3927_pcicptr->pcicmd = PCI_COMMAND_MASTER | in tx3927_pcic_setup()
/Linux-v5.10/arch/mips/include/asm/txx9/
Dtx3927.h77 endian_def_s2(pcistat, pcicmd);
/Linux-v5.10/include/linux/
Dswitchtec.h413 u16 pcicmd; member
/Linux-v5.10/drivers/ntb/hw/mscc/
Dntb_hw_switchtec.c1101 iowrite16(0x6, &mmio_pff->pcicmd); in crosslink_enum_partition()
/Linux-v5.10/drivers/net/ethernet/broadcom/
Dbnx2.c6448 u16 pcicmd; in bnx2_reset_task() local
6458 pci_read_config_word(bp->pdev, PCI_COMMAND, &pcicmd); in bnx2_reset_task()
6459 if (!(pcicmd & PCI_COMMAND_MEMORY)) { in bnx2_reset_task()