Home
last modified time | relevance | path

Searched refs:dconfig (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpci-octeon.c89 uint32_t dconfig; in pcibios_plat_dev_init() local
129 &dconfig); in pcibios_plat_dev_init()
131 dconfig); in pcibios_plat_dev_init()
142 pci_read_config_dword(dev, pos + PCI_ERR_COR_STATUS, &dconfig); in pcibios_plat_dev_init()
143 pci_write_config_dword(dev, pos + PCI_ERR_COR_STATUS, dconfig); in pcibios_plat_dev_init()
148 pci_read_config_dword(dev, pos + PCI_ERR_CAP, &dconfig); in pcibios_plat_dev_init()
155 pci_write_config_dword(dev, pos + PCI_ERR_CAP, dconfig); in pcibios_plat_dev_init()
163 pci_read_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, &dconfig); in pcibios_plat_dev_init()
164 pci_write_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, dconfig); in pcibios_plat_dev_init()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/sgi/
H A Dhpc3.h83 volatile u32 dconfig; /* DMA configuration register */ member
136 volatile u32 dconfig; /* DMA configuration register */ member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/seeq/
H A Dsgiseeq.c780 sp->hregs->dconfig = HPC3_EDCFG_FIRQ | HPC3_EDCFG_FEOP | in sgiseeq_probe()
785 sp->hregs->dconfig = HPC3_EDCFG_FIRQ | HPC3_EDCFG_FEOP | in sgiseeq_probe()
/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_i2s_tdm.c2461 static const struct snd_dlp_config dconfig = { variable
2819 ret = devm_snd_dmaengine_dlp_register(&pdev->dev, &dconfig); in rockchip_i2s_tdm_probe()