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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/
H A Doal_dt.h33 typedef unsigned long long u64_t; typedef
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpreg.c72 #define BMZERO {(u64_t) 0, (u64_t) 0} /* BMLEN zeros */
76 {((((_fa >= 0) && (_fa < 64)) ? (((u64_t) 1) << (_fa&0x3f)) : (u64_t) 0) | \
77 (((_fb >= 0) && (_fb < 64)) ? (((u64_t) 1) << (_fb&0x3f)) : (u64_t) 0) | \
78 (((_fc >= 0) && (_fc < 64)) ? (((u64_t) 1) << (_fc&0x3f)) : (u64_t) 0) | \
79 (((_fd >= 0) && (_fd < 64)) ? (((u64_t) 1) << (_fd&0x3f)) : (u64_t)
[all...]
H A Dhpusb.h192 u64_t camRollCallTable;
H A Dhpmain.c1410 hpPriv->camRollCallTable = (u64_t) 0;
1457 hpPriv->camRollCallTable |= ((u64_t) 1) << user;
4334 if (hpPriv->camRollCallTable != (u64_t) 0)

Completed in 91 milliseconds