Searched refs:_queuestart (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dqdio.h106 unsigned long _queuestart = ((unsigned long)queue << 32) | *start; local
110 : "+d" (_ccq), "+d" (_queuestart)
114 *start = _queuestart & 0xff;
124 unsigned long _queuestart = ((unsigned long)queue << 32) | *start; local
129 : "+d" (_ccq), "+d" (_queuestart), "+d" (_state)
133 *start = _queuestart & 0xff;

Completed in 108 milliseconds