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

/drivers/mtd/maps/
H A Doctagon-5066.c152 unsigned long Values[10]; local
159 Values[I%10] = readl(iomapadr);
160 if (I > 0 && Values[I%10] == Values[0])
166 if (Values[I%10] != readl(iomapadr))
/drivers/staging/bcm/
H A DIoctl.h229 ULONG Values[1]; member in struct:bulkwrmbuffer
H A DBcmchar.c1169 Status = wrmWithLock(Adapter, (UINT)pBulkBuffer->Register, (PCHAR)pBulkBuffer->Values, IoBuffer.InputLength - 2*sizeof(ULONG));
1171 Status = wrmaltWithLock(Adapter, (UINT)pBulkBuffer->Register, (PUINT)pBulkBuffer->Values, IoBuffer.InputLength - 2*sizeof(ULONG));

Completed in 349 milliseconds