Home
last modified time | relevance | path

Searched refs:type0 (Results 1 – 2 of 2) sorted by relevance

/arch/tile/lib/
Dmemcpy_tile64.c67 int type0, type1; in memcpy_multicache() local
81 type0 = kmap_atomic_idx_push(); in memcpy_multicache()
82 idx = FIX_KMAP_BEGIN + (KM_TYPE_NR * cpu) + type0; in memcpy_multicache()
93 idx += (type0 - type1); in memcpy_multicache()
/arch/powerpc/platforms/chrp/
Dsetup.c177 u8 level0, type0, active; in sio_fixup_irq() local
183 type0 = sio_read(0x71); in sio_fixup_irq()
184 if (level0 != level || type0 != type || !active) { in sio_fixup_irq()
187 name, level0, type0, !active ? "in" : "", level, type); in sio_fixup_irq()