Searched refs:CPSW_CPDMA_RX_INT (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm/ti/cpsw/ | ||
H A D | if_cpswreg.h | 68 #define CPSW_CPDMA_RX_INT(_ch) (1 << (0 + ((_ch) & 7))) macro |
H A D | if_cpsw.c | 655 CPSW_CPDMA_RX_INT(0) | CPSW_CPDMA_RX_INT_THRESH(0)); in cpsw_init() |