Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Ddp83867.c183 u32 rx_fifo_depth; member
628 &dp83867->rx_fifo_depth); in dp83867_of_init()
630 dp83867->rx_fifo_depth = DP83867_PHYCR_FIFO_DEPTH_4_B_NIB; in dp83867_of_init()
632 if (dp83867->rx_fifo_depth > DP83867_PHYCR_FIFO_DEPTH_MAX) { in dp83867_of_init()
634 dp83867->rx_fifo_depth); in dp83867_of_init()
667 dp83867->rx_fifo_depth = DP83867_PHYCR_FIFO_DEPTH_4_B_NIB; in dp83867_of_init()
753 val |= (dp83867->rx_fifo_depth << in dp83867_config_init()
H A Ddp83869.c146 int rx_fifo_depth; member
592 &dp83869->rx_fifo_depth)) in dp83869_of_init()
593 dp83869->rx_fifo_depth = DP83869_PHYCR_FIFO_DEPTH_4_B_NIB; in dp83869_of_init()
632 val |= (dp83869->rx_fifo_depth << DP83869_RX_FIFO_SHIFT); in dp83869_configure_rgmii()
727 phy_ctrl_val = (dp83869->rx_fifo_depth << DP83869_RX_FIFO_SHIFT | in dp83869_configure_mode()
/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-dsi-core.h72 unsigned int rx_fifo_depth; member
H A Dcdns-dsi-core.c1179 if (rx_len > dsi->rx_fifo_depth) { in cdns_dsi_transfer()
1347 dsi->rx_fifo_depth = RX_FIFO_DEPTH(val); in cdns_dsi_drm_probe()
/linux/drivers/i2c/busses/
H A Di2c-designware-core.h224 * @rx_fifo_depth: depth of the hardware rx fifo
286 unsigned int rx_fifo_depth; member
/linux/drivers/net/ethernet/altera/
H A Daltera_tse.h438 u32 rx_fifo_depth; member
H A Daltera_tse_main.c695 csrwr32(priv->rx_fifo_depth - ALTERA_TSE_RX_SECTION_EMPTY, in init_mac()
1304 &priv->rx_fifo_depth)) { in altera_tse_probe()