Home
last modified time | relevance | path

Searched defs:tok (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI.h1358 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) argument
1360 #define QTD_CERR(tok) (((tok)>>10) & 0x3) argument
1361 #define QTD_PID(tok) (((tok)>>8) & 0x3) argument
1987 #define EHCI_ITD_LENGTH(tok) (((U32)(tok)>>16) & 0x7fff) argument
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/
H A Dutopia.c162 char sConf[50], *tok=" \n", *pch; in UtopiaConfigReadFile() local
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dexpr.h148 #define for_all_properties(sym, st, tok) \ argument