Searched refs:cpsw_cpdma_bd (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/arch/armv7/omap/
H A Dif_cpsw.c104 #define CPSW_NTXDESCS (CPSW_CPPI_RAM_TXDESCS_SIZE/sizeof(struct cpsw_cpdma_bd))
105 #define CPSW_NRXDESCS (CPSW_CPPI_RAM_RXDESCS_SIZE/sizeof(struct cpsw_cpdma_bd))
221 const bus_size_t o = sizeof(struct cpsw_cpdma_bd) * i + 0;
228 const bus_size_t o = sizeof(struct cpsw_cpdma_bd) * i + 0;
234 struct cpsw_cpdma_bd * const bdp)
236 const bus_size_t o = sizeof(struct cpsw_cpdma_bd) * i;
243 struct cpsw_cpdma_bd * const bdp)
245 const bus_size_t o = sizeof(struct cpsw_cpdma_bd) * i;
252 struct cpsw_cpdma_bd * const bdp)
254 const bus_size_t o = sizeof(struct cpsw_cpdma_bd) *
[all...]
H A Dif_cpswreg.h131 struct cpsw_cpdma_bd { struct

Completed in 123 milliseconds