Home
last modified time | relevance | path

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

/arch/arm/mach-netx/
Dxc.c36 static int xc_in_use = 0; variable
188 if (xc_in_use & (1 << xcno)) in request_xc()
218 xc_in_use |= (1 << xcno); in request_xc()
246 xc_in_use &= ~(1 << x->no); in free_xc()