Searched refs:dwords (Results 1 - 5 of 5) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/ifxhcd/
H A Difxusb_cif.h103 int32_t data_fifo_size; /*!< Total number of dwords in the data FIFO memory. This
109 int32_t rx_fifo_size; /*!< Number of dwords in the Rx FIFO in device mode.
114 int32_t tx_fifo_size[MAX_EPS_CHANNELS]; /*!< Number of dwords in each of the Tx FIFOs in device mode.
127 int32_t rx_fifo_size; /*!< Number of dwords in the Rx FIFO in host mode.
131 int32_t nperio_tx_fifo_size;/*!< Number of dwords in the non-periodic Tx FIFO in host mode.
135 int32_t perio_tx_fifo_size; /*!< Number of dwords in the host periodic Tx FIFO.
565 extern void ifxusb_clean_spram(ifxusb_core_if_t *_core_if,uint32_t dwords);
H A Difxusb_cif.c1437 void ifxusb_clean_spram(ifxusb_core_if_t *_core_if,uint32_t dwords) argument
1441 if(!dwords)
1447 end_addr += dwords;
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_pcd_intr.c424 int dwords; local
437 dwords = (len + 3)/4;
446 txstatus.b.nptxfspcavail > dwords &&
456 dwords = (len + 3)/4;
485 int dwords; local
499 dwords = (len + 3)/4;
506 while (txstatus.b.txfspcavail > dwords &&
517 dwords = (len + 3)/4;
2662 /* convert packet size to dwords. */
H A Ddwc_otg_cil.c3564 uint32_t dwords; local
3577 dwords = (len + 3)/4;
3584 while (txstatus.b.txfspcavail > dwords &&
3595 dwords = (len + 3)/4;
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/safe/
H A Dsafe.c863 if (coffset > 255) { /* offset must be <256 dwords */
1306 u_int32_t v, dwords; local
1364 dwords = sizeof(struct safe_ringentry) / sizeof(u_int32_t);
1366 (dwords << SAFE_PE_RINGCFG_OFFSET_S) | SAFE_MAX_NQUEUE);

Completed in 47 milliseconds