Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/soc/ti/
H A Dkeystone-navigator-dma.txt46 - Tx DMA channel configuration register region (txchan).
79 reg-names = "global", "txchan", "rxchan",
89 reg-names = "global", "txchan", "rxchan",
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c2100 int txerr, rxerr, txchan, rxchan; in cpsw_intr_misc_host_error() local
2112 txchan = (dmastat >> 16) & 7; in cpsw_intr_misc_host_error()
2118 case 1: printf("SOP error on TX channel %d\n", txchan); in cpsw_intr_misc_host_error()
2120 case 2: printf("Ownership bit not set on SOP buffer on TX channel %d\n", txchan); in cpsw_intr_misc_host_error()
2122 case 3: printf("Zero Next Buffer but not EOP on TX channel %d\n", txchan); in cpsw_intr_misc_host_error()
2124 case 4: printf("Zero Buffer Pointer on TX channel %d\n", txchan); in cpsw_intr_misc_host_error()
2126 case 5: printf("Zero Buffer Length on TX channel %d\n", txchan); in cpsw_intr_misc_host_error()
2128 case 6: printf("Packet length error on TX channel %d\n", txchan); in cpsw_intr_misc_host_error()
2130 default: printf("Unknown error on TX channel %d\n", txchan); in cpsw_intr_misc_host_error()
2136 txchan, cpsw_read_4(sc, CPSW_CPDMA_TX_HDP(txchan))); in cpsw_intr_misc_host_error()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/
H A Dkeystone-k2g-netcp.dtsi86 reg-names = "global", "txchan", "rxchan",
H A Dkeystone-k2l-netcp.dtsi122 reg-names = "global", "txchan", "rxchan",
H A Dkeystone-k2e-netcp.dtsi123 reg-names = "global", "txchan", "rxchan",
H A Dkeystone-k2hk-netcp.dtsi140 reg-names = "global", "txchan", "rxchan",
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h8259 __u8 txchan; member