Searched refs:thresh (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/drivers/dma/ |
| H A D | keystone_nav.c | 174 writel(0, &pktdma->rx_flows[j].thresh[0]); in ksnav_rx_disable() 175 writel(0, &pktdma->rx_flows[j].thresh[1]); in ksnav_rx_disable() 176 writel(0, &pktdma->rx_flows[j].thresh[2]); in ksnav_rx_disable() 243 writel(0, &pktdma->rx_flows[pktdma->rx_flow].thresh[0]); in ksnav_init() 244 writel(0, &pktdma->rx_flows[pktdma->rx_flow].thresh[1]); in ksnav_init() 245 writel(0, &pktdma->rx_flows[pktdma->rx_flow].thresh[2]); in ksnav_init()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ti-common/ |
| H A D | keystone_nav.h | 152 u32 thresh[3]; member
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | am335x-evmsk.dts | 471 st,click-thresh-x = <10>; 472 st,click-thresh-y = <10>; 473 st,click-thresh-z = <10>;
|
| H A D | am335x-evm.dts | 438 st,click-thresh-x = <10>; 439 st,click-thresh-y = <10>; 440 st,click-thresh-z = <10>;
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | mvpp2.c | 3049 u32 val, thresh; in gop_gmac_sgmii2_5_cfg() local 3055 thresh = MVPP2_SGMII2_5_TX_FIFO_MIN_TH; in gop_gmac_sgmii2_5_cfg() 3058 val |= MVPP2_GMAC_TX_FIFO_MIN_TH_MASK(thresh); in gop_gmac_sgmii2_5_cfg() 3091 u32 val, thresh; in gop_gmac_sgmii_cfg() local 3097 thresh = MVPP2_SGMII_TX_FIFO_MIN_TH; in gop_gmac_sgmii_cfg() 3100 val |= MVPP2_GMAC_TX_FIFO_MIN_TH_MASK(thresh); in gop_gmac_sgmii_cfg() 3129 u32 val, thresh; in gop_gmac_rgmii_cfg() local 3135 thresh = MVPP2_RGMII_TX_FIFO_MIN_TH; in gop_gmac_rgmii_cfg() 3138 val |= MVPP2_GMAC_TX_FIFO_MIN_TH_MASK(thresh); in gop_gmac_rgmii_cfg()
|