Home
last modified time | relevance | path

Searched refs:pcs (Results 1 – 10 of 10) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/rockchip/
Drockchip_debug.c347 u32 pcs; in rockchip_debug_init() local
376 pcs = readl(rockchip_cpu_debug[0] + EDDEVID) & 0xf; in rockchip_debug_init()
378 if (pcs == 0x3) { in rockchip_debug_init()
/device/board/isoftstone/yangfan/kernel/src/driv/soc/
Drockchip_debug.c359 u32 pcs; in rockchip_debug_init() local
389 pcs = readl(rockchip_cpu_debug[0] + EDDEVID) & 0xf; in rockchip_debug_init()
391 if (pcs == 0x3) in rockchip_debug_init()
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
Drockchip_debug.c360 u32 pcs; in rockchip_debug_init() local
390 pcs = readl(rockchip_cpu_debug[0] + EDDEVID) & 0xf; in rockchip_debug_init()
392 if (pcs == 0x3) in rockchip_debug_init()
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/
Dcommon.h332 unsigned int pcs; member
477 unsigned int pcs; member
Ddwmac-rk-tool.c1276 if (priv->hw->pcs) in dwmac_rk_init()
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/include/
Depnp.h78 std::vector<double> pws, us, alphas, pcs; variable
Dupnp.h130 std::vector<double> pws, us, alphas, pcs;
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/mesh/
Drtw_mesh.c1120 int gcs, pcs, gmcs; in dump_mesh_networks() local
1167 gcs = pcs = gmcs = 0; in dump_mesh_networks()
1174 rtw_parse_wpa2_ie(rsn_ie, rsn_ie_len + 2, &gcs, &pcs, &gmcs, NULL, &mfp_opt, NULL); in dump_mesh_networks()
1188 , pcs, gcs, mfp_opt == MFP_REQUIRED ? 'R' : (mfp_opt == MFP_OPTIONAL ? 'C' : ' ') in dump_mesh_networks()
1210 gcs = pcs = gmcs = 0; in dump_mesh_networks()
1216 rtw_parse_wpa2_ie(rsn_ie, rsn_ie_len + 2, &gcs, &pcs, &gmcs, NULL, &mfp_opt, NULL); in dump_mesh_networks()
1261 , pcs, gcs, mfp_opt == MFP_REQUIRED ? 'R' : (mfp_opt == MFP_OPTIONAL ? 'C' : ' ') in dump_mesh_networks()
/device/board/isoftstone/yangfan/kernel/src/driv/net/stmmac/
Ddwmac-rk-tool.c1276 if (priv->hw->pcs) in dwmac_rk_init()
/device/soc/rockchip/common/vendor/drivers/net/ethernet/
Ddwmac-rk-tool.c1232 if (priv->hw->pcs) { in dwmac_rk_init()