HomeSort by relevance Sort by last modified time
    Searched defs:TD_CC_GET (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h 65 #define TD_CC_GET(td_p) ((td_p >>28) & 0x0f)
  /external/u-boot/drivers/usb/host/
ohci.h 76 #define TD_CC_GET(td_p) ((td_p >>28) & 0x0f)

Completed in 1066 milliseconds