Home
last modified time | relevance | path

Searched refs:pci_dac_offset (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/alpha/kernel/
H A Dsys_dp264.c552 .pci_dac_offset = TSUNAMI_DAC_OFFSET,
576 .pci_dac_offset = TSUNAMI_DAC_OFFSET,
599 .pci_dac_offset = TSUNAMI_DAC_OFFSET,
622 .pci_dac_offset = TSUNAMI_DAC_OFFSET,
650 .pci_dac_offset = TSUNAMI_DAC_OFFSET,
H A Dsys_sx164.c166 .pci_dac_offset = PYXIS_DAC_OFFSET,
H A Dcore_cia.c568 unsigned int pci_dac_offset; member
589 saved_config.pci_dac_offset = *(vip)CIA_IOC_PCI_W_DAC; in cia_save_srm_settings()
618 *(vip)CIA_IOC_PCI_W_DAC = saved_config.pci_dac_offset; in cia_restore_srm_settings()
770 alpha_mv.pci_dac_offset = 0x200000000UL; in do_init_arch()
771 *(vip)CIA_IOC_PCI_W_DAC = alpha_mv.pci_dac_offset >> 32; in do_init_arch()
H A Dsys_titan.c375 .pci_dac_offset = TITAN_DAC_OFFSET,
402 .pci_dac_offset = TITAN_DAC_OFFSET,
H A Dsys_ruffian.c227 .pci_dac_offset = PYXIS_DAC_OFFSET,
H A Dsys_miata.c281 .pci_dac_offset = PYXIS_DAC_OFFSET,
H A Dsys_eiger.c212 .pci_dac_offset = TSUNAMI_DAC_OFFSET,
H A Dsys_rawhide.c258 .pci_dac_offset = MCPCIA_DAC_OFFSET,
H A Dpci_iommu.c208 dma_addr_t dac_offset = alpha_mv.pci_dac_offset; in pci_dac_dma_supported()
261 ret = paddr + alpha_mv.pci_dac_offset; in pci_map_single_1()
563 out->dma_address = paddr + alpha_mv.pci_dac_offset; in sg_fill()
H A Dsys_cabriolet.c405 .pci_dac_offset = PYXIS_DAC_OFFSET,
H A Dsys_marvel.c449 .pci_dac_offset = IO7_DAC_OFFSET,
/openbmc/linux/arch/alpha/include/asm/
H A Dmachvec.h44 unsigned long pci_dac_offset; member