• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7800-V1.0.2.28/package/qca-nss-gmac/src/include/

Lines Matching defs:data

127 	/* This data below is used only by driver */
145 * @brief NSS GMAC device data
334 ath_mmd_acc_ctrl_data_no_incr = 0x4000, /* data, no post incr */
335 ath_mmd_acc_ctrl_data_incr_rw = 0x8000, /* data, post incr on r/w */
336 ath_mmd_acc_ctrl_data_incr_w = 0xc000, /* data, post incr on write
362 gmac_gmii_data = 0x0014, /* GMII data Register(ext. Phy) */
616 /* gmac_gmii_data = 0x0014, GMII data Register(ext. Phy) Layout */
776 dma_error_bit2 = 0x02000000, /* (EB)Error bits 0-data buffer,
787 dma_tx_reading = 0x00300000, /* Running - reading the data
1081 desc_tx_underflow = 0x00000002, /* (UF)Tx - late data arrival
1326 uint32_t data;
1330 data = readl_relaxed((unsigned char *)addr);
1333 return data;
1341 * @param[in] data to be written
1368 uint32_t data = 0;
1370 data = bitpos | nss_gmac_read_reg(regbase, regoffset);
1371 nss_gmac_write_reg(regbase, regoffset, data);
1386 uint32_t data = 0;
1388 data = ~bitpos & nss_gmac_read_reg(regbase, regoffset);
1389 nss_gmac_write_reg(regbase, regoffset, data);
1404 uint32_t data;
1406 data = bitpos & nss_gmac_read_reg(regbase, regoffset);
1408 return data != 0;
1414 uint32_t reg, uint16_t data);
1488 uint32_t reg_offset, uint16_t data,
1491 uint32_t reg_offset, uint16_t *data,
1748 * transmission of data from this descriptor is over. This returns the
1938 * Get back the descriptor from DMA after data has been received.
1939 * When the DMA indicates that the data is received (interrupt is generated),
1940 * this function should be called to get the descriptor and hence the data
1973 * May be useful when data is spread over multiple buffers/descriptors
2003 uint32_t data;
2005 data = readl_relaxed((unsigned char *)gmacdev->dma_base + dma_status);
2006 writel_relaxed(data, (unsigned char *)gmacdev->dma_base + dma_status);
2094 uint32_t data = 0;
2096 data = ~interrupts & readl_relaxed((unsigned char *)gmacdev->dma_base
2098 writel_relaxed(data, (unsigned char *)gmacdev->dma_base
2109 * the dma_tx_poll_demand is written. (the data writeen could be anything).
2123 * the dma_rx_poll_demand is written. (the data writeen could be anything).