Home
last modified time | relevance | path

Searched refs:gcl (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/
H A D0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch50 gcl.write(of)
96 gcl.write(of)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac5.c554 static int dwmac5_est_write(void __iomem *ioaddr, u32 reg, u32 val, bool gcl) in dwmac5_est_write() argument
561 ctrl |= gcl ? 0 : GCRR; in dwmac5_est_write()
588 ret = dwmac5_est_write(ioaddr, i, cfg->gcl[i], true); in dwmac5_est_configure()
H A Ddwxgmac2_core.c1378 static int dwxgmac3_est_write(void __iomem *ioaddr, u32 reg, u32 val, bool gcl) in dwxgmac3_est_write() argument
1385 ctrl |= gcl ? 0 : XGMAC_GCRR; in dwxgmac3_est_write()
1412 ret = dwxgmac3_est_write(ioaddr, i, cfg->gcl[i], true); in dwxgmac3_est_configure()
H A Dstmmac_tc.c729 priv->plat->est->gcl[i] = delta_ns | (gates << wid); in tc_setup_taprio()
/OK3568_Linux_fs/kernel/include/linux/
H A Dstmmac.h122 u32 gcl[EST_GCL]; member