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

  /external/u-boot/drivers/usb/host/
r8a66597.h 193 #define BIGEND 0x0100 /* b8: Big endian mode */
484 if (r8a66597_read(r8a66597, CFIFOSEL) & BIGEND)
r8a66597-hcd.c 187 r8a66597_bset(r8a66597, CONFIG_R8A66597_ENDIAN & BIGEND, CFIFOSEL);
188 r8a66597_bset(r8a66597, CONFIG_R8A66597_ENDIAN & BIGEND, D0FIFOSEL);
189 r8a66597_bset(r8a66597, CONFIG_R8A66597_ENDIAN & BIGEND, D1FIFOSEL);

Completed in 43 milliseconds