Home
last modified time | relevance | path

Searched refs:tx_fifo_depth (Results 1 – 4 of 4) sorted by relevance

/u-boot/drivers/serial/
A Dserial_msm_geni.c210 u32 tx_fifo_depth; in geni_se_get_tx_fifo_depth() local
212 tx_fifo_depth = ((readl(base + SE_HW_PARAM_0) & TX_FIFO_DEPTH_MSK) >> in geni_se_get_tx_fifo_depth()
214 return tx_fifo_depth; in geni_se_get_tx_fifo_depth()
281 unsigned int tx_fifo_depth; in qcom_geni_serial_poll_bit() local
292 tx_fifo_depth = geni_se_get_tx_fifo_depth(priv->base); in qcom_geni_serial_poll_bit()
294 fifo_bits = tx_fifo_depth * tx_fifo_width; in qcom_geni_serial_poll_bit()
/u-boot/drivers/net/phy/
A Ddp83869.c121 int tx_fifo_depth; member
238 dp83869->tx_fifo_depth = ofnode_read_s32_default(node, "tx-fifo-depth", in dp83869_of_init()
283 val |= (dp83869->tx_fifo_depth << DP83869_PHYCR_TX_FIFO_DEPTH_SHIFT); in dp83869_configure_rgmii()
329 dp83869->tx_fifo_depth << DP83869_PHYCR_TX_FIFO_DEPTH_SHIFT | in dp83869_configure_mode()
/u-boot/drivers/net/
A Daltera_tse.h219 unsigned int tx_fifo_depth; member
A Daltera_tse.c532 writel(priv->tx_fifo_depth - 16, &mac_dev->tx_sel_empty_threshold); in altera_tse_start()
636 priv->tx_fifo_depth = fdtdec_get_int(blob, node, in altera_tse_probe()

Completed in 12 milliseconds