Home
last modified time | relevance | path

Searched refs:TD_ALIGNMENT (Results 1 – 1 of 1) sorted by relevance

/u-boot/drivers/usb/host/
A Dohci.h32 #define TD_ALIGNMENT ARCH_DMA_MINALIGN macro
34 #define TD_ALIGNMENT 32 macro
129 } __attribute__((aligned(TD_ALIGNMENT)));
371 td_t tds[NUM_TD] __aligned(TD_ALIGNMENT);
386 struct ohci_device ohci_dev __aligned(TD_ALIGNMENT);
387 struct ohci_device int_dev[NUM_INT_DEVS] __aligned(TD_ALIGNMENT);

Completed in 4 milliseconds