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

  /external/u-boot/drivers/usb/host/
r8a66597-hcd.c 3 * R8A66597 HCD (Host Controller Driver) for u-boot
14 #include "r8a66597.h"
22 static struct r8a66597 gr8a66597;
47 static void set_devadd(struct r8a66597 *r8a66597, u8 r8a66597_address,
54 usbspd = r8a66597->speed;
56 r8a66597_write(r8a66597, val, devadd_reg);
59 static int r8a66597_clock_enable(struct r8a66597 *r8a66597)
66 r8a66597_write(r8a66597, SCKE, SYSCFG0)
593 struct r8a66597 *r8a66597 = &gr8a66597; local
760 struct r8a66597 *r8a66597 = &gr8a66597; local
793 struct r8a66597 *r8a66597 = &gr8a66597; local
834 struct r8a66597 *r8a66597 = &gr8a66597; local
    [all...]
r8a66597.h 3 * R8A66597 HCD (Host Controller Driver) for u-boot
419 struct r8a66597 { struct
428 static inline u16 r8a66597_read(struct r8a66597 *r8a66597, unsigned long offset)
430 return inw(r8a66597->reg + offset);
433 static inline void r8a66597_read_fifo(struct r8a66597 *r8a66597,
439 unsigned long fifoaddr = r8a66597->reg + offset;
445 p[i] = inl(r8a66597->reg + offset);
456 p[i] = inw(r8a66597->reg + offset)
    [all...]
Makefile 15 obj-$(CONFIG_USB_R8A66597_HCD) += r8a66597-hcd.o

Completed in 3524 milliseconds