Searched refs:rotor (Results 1 – 3 of 3) sorted by relevance
57 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() local113 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()
78 u32 ret, rotor; in pick_msiq() local82 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()
48 unsigned long rotor[3]; member