Home
last modified time | relevance | path

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

/openbsd/sys/arch/armv7/omap/
H A Dif_cpswreg.h123 #define CPDMA_BD_SOP (1<<15) macro
H A Dif_cpsw.c583 bd.flags = CPDMA_BD_OWNER | CPDMA_BD_SOP; in cpsw_start()
1082 if ((bd.flags & (CPDMA_BD_SOP|CPDMA_BD_EOP)) != in cpsw_rxintr()
1083 (CPDMA_BD_SOP|CPDMA_BD_EOP)) { in cpsw_rxintr()
1084 if (bd.flags & CPDMA_BD_SOP) { in cpsw_rxintr()
1176 if ((bd.flags & CPDMA_BD_SOP) == 0) in cpsw_txintr()