Subversion Repositories freemyipod

Rev

Rev 881 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 881 Rev 964
Line 21... Line 21...
21
{ \
21
{ \
22
    .core = (struct synopsysotg_core_regs*)OTGBASE, \
22
    .core = (struct synopsysotg_core_regs*)OTGBASE, \
23
    .phy_16bit = true, \
23
    .phy_16bit = true, \
24
    .phy_ulpi = false, \
24
    .phy_ulpi = false, \
25
    .use_dma = true, \
25
    .use_dma = true, \
26
    .shared_txfifo = true, \
26
    .shared_txfifo = false, \
27
    .disable_double_buffering = false, \
27
    .disable_double_buffering = false, \
28
    .fifosize = 1024, \
28
    .fifosize = 1024, \
29
    .txfifosize = { 0x200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, \
29
    .txfifosize = { 0x80, 0x180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, \
30
}
30
}
31
#define UMSBOOT_USB_DRIVER_STATE_TYPE struct synopsysotg_state
31
#define UMSBOOT_USB_DRIVER_STATE_TYPE struct synopsysotg_state
32
#define UMSBOOT_USB_DRIVER_STATE \
32
#define UMSBOOT_USB_DRIVER_STATE \
33
{ \
33
{ \
34
    .endpoints = { {}, {}, {} }, \
34
    .endpoints = { {}, {}, {} }, \