/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
bcm283x.dtsi | 80 txp: txp@7e004000 { label 81 compatible = "brcm,bcm2835-txp";
|
bcm283x.dtsi | 80 txp: txp@7e004000 { label 81 compatible = "brcm,bcm2835-txp";
|
bcm283x.dtsi | 80 txp: txp@7e004000 { label 81 compatible = "brcm,bcm2835-txp";
|
/src/sys/arch/newsmips/apbus/ |
if_sn.c | 503 void *txp; local in function:sonicput 519 txp = mtdp->mtd_txp; 524 SWO(sc->bitmode, txp, TXP_CONFIG, TCR_PINT); 527 SWO(sc->bitmode, txp, TXP_CONFIG, 0); 542 SWO(sc->bitmode, txp, TXP_FRAGOFF + (0 * TXP_FRAGSIZE) + TXP_FPTRLO, 544 SWO(sc->bitmode, txp, TXP_FRAGOFF + (0 * TXP_FRAGSIZE) + TXP_FPTRHI, 553 SWO(sc->bitmode, txp, TXP_FRAGOFF + (0 * TXP_FRAGSIZE) + TXP_FSIZE, 555 SWO(sc->bitmode, txp, TXP_FRAGCNT, 1); 556 SWO(sc->bitmode, txp, TXP_PKTSIZE, totlen); 559 SWO(sc->bitmode, txp, TXP_FRAGOFF + (1 * TXP_FRAGSIZE) + TXP_FPTRLO 869 void *txp; local in function:sonictxint [all...] |
if_sn.c | 503 void *txp; local in function:sonicput 519 txp = mtdp->mtd_txp; 524 SWO(sc->bitmode, txp, TXP_CONFIG, TCR_PINT); 527 SWO(sc->bitmode, txp, TXP_CONFIG, 0); 542 SWO(sc->bitmode, txp, TXP_FRAGOFF + (0 * TXP_FRAGSIZE) + TXP_FPTRLO, 544 SWO(sc->bitmode, txp, TXP_FRAGOFF + (0 * TXP_FRAGSIZE) + TXP_FPTRHI, 553 SWO(sc->bitmode, txp, TXP_FRAGOFF + (0 * TXP_FRAGSIZE) + TXP_FSIZE, 555 SWO(sc->bitmode, txp, TXP_FRAGCNT, 1); 556 SWO(sc->bitmode, txp, TXP_PKTSIZE, totlen); 559 SWO(sc->bitmode, txp, TXP_FRAGOFF + (1 * TXP_FRAGSIZE) + TXP_FPTRLO 869 void *txp; local in function:sonictxint [all...] |
if_sn.c | 503 void *txp; local in function:sonicput 519 txp = mtdp->mtd_txp; 524 SWO(sc->bitmode, txp, TXP_CONFIG, TCR_PINT); 527 SWO(sc->bitmode, txp, TXP_CONFIG, 0); 542 SWO(sc->bitmode, txp, TXP_FRAGOFF + (0 * TXP_FRAGSIZE) + TXP_FPTRLO, 544 SWO(sc->bitmode, txp, TXP_FRAGOFF + (0 * TXP_FRAGSIZE) + TXP_FPTRHI, 553 SWO(sc->bitmode, txp, TXP_FRAGOFF + (0 * TXP_FRAGSIZE) + TXP_FSIZE, 555 SWO(sc->bitmode, txp, TXP_FRAGCNT, 1); 556 SWO(sc->bitmode, txp, TXP_PKTSIZE, totlen); 559 SWO(sc->bitmode, txp, TXP_FRAGOFF + (1 * TXP_FRAGSIZE) + TXP_FPTRLO 869 void *txp; local in function:sonictxint [all...] |
/src/sys/dev/ic/ |
elinkxl.c | 1022 struct ex_txdesc *txp; local in function:ex_start 1031 txp = NULL; 1054 txp = sc->tx_free; 1055 dmamap = txp->tx_dmamap; 1119 sc->tx_free = txp->tx_next; 1120 txp->tx_next = NULL; 1122 fr = &txp->tx_dpd->dpd_frags[0]; 1148 txp->tx_mbhead = mb_head; 1153 dpd = txp->tx_dpd; 1194 prevdpd->dpd_nextptr = htole32(DPD_DMADDR(sc, txp)); 1289 struct ex_txdesc *txp, *ptxp = NULL; local in function:ex_intr [all...] |
elinkxl.c | 1022 struct ex_txdesc *txp; local in function:ex_start 1031 txp = NULL; 1054 txp = sc->tx_free; 1055 dmamap = txp->tx_dmamap; 1119 sc->tx_free = txp->tx_next; 1120 txp->tx_next = NULL; 1122 fr = &txp->tx_dpd->dpd_frags[0]; 1148 txp->tx_mbhead = mb_head; 1153 dpd = txp->tx_dpd; 1194 prevdpd->dpd_nextptr = htole32(DPD_DMADDR(sc, txp)); 1289 struct ex_txdesc *txp, *ptxp = NULL; local in function:ex_intr [all...] |
elinkxl.c | 1022 struct ex_txdesc *txp; local in function:ex_start 1031 txp = NULL; 1054 txp = sc->tx_free; 1055 dmamap = txp->tx_dmamap; 1119 sc->tx_free = txp->tx_next; 1120 txp->tx_next = NULL; 1122 fr = &txp->tx_dpd->dpd_frags[0]; 1148 txp->tx_mbhead = mb_head; 1153 dpd = txp->tx_dpd; 1194 prevdpd->dpd_nextptr = htole32(DPD_DMADDR(sc, txp)); 1289 struct ex_txdesc *txp, *ptxp = NULL; local in function:ex_intr [all...] |
/src/sys/dev/pci/ |
if_xge.c | 306 aprint_error("%s: unable to map TXP BAR registers\n", XNAME); 1024 struct txd *txp; local in function:xge_alloc_txmem 1050 txp = (struct txd *)kva; 1052 for (txp = (struct txd *)kva, i = 0; i < NTXDESCS; i++) { 1053 sc->sc_txd[i] = txp; 1055 txp += NTXFRAGS;
|
if_xge.c | 306 aprint_error("%s: unable to map TXP BAR registers\n", XNAME); 1024 struct txd *txp; local in function:xge_alloc_txmem 1050 txp = (struct txd *)kva; 1052 for (txp = (struct txd *)kva, i = 0; i < NTXDESCS; i++) { 1053 sc->sc_txd[i] = txp; 1055 txp += NTXFRAGS;
|
if_xge.c | 306 aprint_error("%s: unable to map TXP BAR registers\n", XNAME); 1024 struct txd *txp; local in function:xge_alloc_txmem 1050 txp = (struct txd *)kva; 1052 for (txp = (struct txd *)kva, i = 0; i < NTXDESCS; i++) { 1053 sc->sc_txd[i] = txp; 1055 txp += NTXFRAGS;
|