/src/sys/arch/amiga/dev/ |
grf_rt.c | 277 short clksel; local in function:retina_alive 279 for (clksel = 15; clksel; clksel--) { 280 if (FQTab[clksel] == mdp->FQ) 283 if (clksel < 0) 298 short FW, clksel, HDE, VDE; local in function:rt_load_mon 300 for (clksel = 15; clksel; clksel--) [all...] |
grf_rh.c | 733 short FW, clksel, HDE = 0, VDE; local in function:rh_load_mon 820 clksel = 0; 822 vgaw(ba, GREG_MISC_OUTPUT_W, 0xe3 | ((clksel & 3) * 0x04)); 867 WSeq(ba, SEQ_ID_MISC_FEATURE_SEL, (0x51 | (clksel & 8)));
|
/src/sys/arch/arm/rockchip/ |
rk_eqos.c | 157 u_int clksel; local in function:rk3588_eqos_set_speed_rgmii 161 clksel = RK3588_GMAC_CLK_RGMII_DIV_DIV50; 164 clksel = RK3588_GMAC_CLK_RGMII_DIV_DIV5; 168 clksel = RK3588_GMAC_CLK_RGMII_DIV_DIV1; 175 __SHIFTIN(clksel, RK3588_GMAC_CLK_RGMII_DIV(id))); /* value */ 189 uint32_t clksel, gate; local in function:rk3588_eqos_clock_selection 192 clksel = RK3588_GMAC_CLK_SELECT_IO; 195 clksel = RK3588_GMAC_CLK_SELECT_CRU; 205 __SHIFTIN(clksel, RK3588_GMAC_CLK_SELECT(id)) |
|
rk_gmac.c | 228 u_int clksel; 232 clksel = RK3328_GRF_MAC_CON1_CLKSEL_2_5M; 235 clksel = RK3328_GRF_MAC_CON1_CLKSEL_25M; 238 clksel = RK3328_GRF_MAC_CON1_CLKSEL_125M; 306 u_int clksel; local in function:rk3399_gmac_set_speed_rgmii 310 clksel = RK3399_GRF_SOC_CON5_GMAC_CLK_SEL_2_5M; 313 clksel = RK3399_GRF_SOC_CON5_GMAC_CLK_SEL_25M; 316 clksel = RK3399_GRF_SOC_CON5_GMAC_CLK_SEL_125M; 323 __SHIFTIN(clksel, RK3399_GRF_SOC_CON5_GMAC_CLK_SEL);
|