Home
last modified time | relevance | path

Searched refs:rotor (Results 1 – 3 of 3) sorted by relevance

/arch/sparc/mm/
Dio-unit.c57 iounit->rotor[1] = IOUNIT_BMAP2_START; in iounit_iommu_init()
58 iounit->rotor[2] = IOUNIT_BMAPM_START; in iounit_iommu_init()
98 unsigned long rotor, scan, limit; in iounit_get_area() local
113 rotor = iounit->rotor[j - 1]; in iounit_get_area()
115 scan = rotor; in iounit_get_area()
118 if (limit != rotor) { in iounit_get_area()
119 limit = rotor; in iounit_get_area()
131 iounit->rotor[j - 1] = (scan < limit) ? scan : iounit->limit[j - 1]; in iounit_get_area()
/arch/sparc/kernel/
Dpci_msi.c78 u32 ret, rotor; in pick_msiq() local
82 rotor = pbm->msiq_rotor; in pick_msiq()
83 ret = pbm->msiq_first + rotor; in pick_msiq()
85 if (++rotor >= pbm->msiq_num) in pick_msiq()
86 rotor = 0; in pick_msiq()
87 pbm->msiq_rotor = rotor; in pick_msiq()
/arch/sparc/include/asm/
Dio-unit.h48 unsigned long rotor[3]; member