Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/include/asm/netlogic/
Dhaldefs.h147 nlm_xkphys_map_pcibar0(uint64_t pcibase) in nlm_xkphys_map_pcibar0() argument
151 paddr = nlm_read_reg(pcibase, 0x4) & ~0xfu; in nlm_xkphys_map_pcibar0()
/linux-3.4.99/arch/mips/pci/
Dpci-xlr.c234 uint64_t pcibase = nlm_mmio_base(NETLOGIC_IO_PCIX_OFFSET); in xlr_pci_ack() local
236 nlm_read_reg(pcibase, (0x140 >> 2)); in xlr_pci_ack()
/linux-3.4.99/sound/oss/
Dsb_common.c198 int src = inb(devc->pcibase+0x1A); in pci_intr()
532 devc->pcibase = pciio; in sb_dsp_detect()
890 if ((devc->model & MDL_ESS) && devc->pcibase) in sb_dsp_unload()
891 release_region(devc->pcibase, 8); in sb_dsp_unload()
Dsb.h97 int pcibase; /* For ESS Maestro etc */ member