/src/sys/dev/mii/ |
igphy.c | 302 uint16_t fused, fine, coarse; local in function:igphy_reset 326 IGPHY_READ(sc, IGPHY_ANALOG_SPARE_FUSE_STATUS, &fused); 327 if ((fused & ANALOG_SPARE_FUSE_ENABLED) == 0) { 328 IGPHY_READ(sc, IGPHY_ANALOG_FUSE_STATUS, &fused); 330 fine = fused & ANALOG_FUSE_FINE_MASK; 331 coarse = fused & ANALOG_FUSE_COARSE_MASK; 339 fused = (fused & ANALOG_FUSE_POLY_MASK) | 343 IGPHY_WRITE(sc, IGPHY_ANALOG_FUSE_CONTROL, fused);
|
igphy.c | 302 uint16_t fused, fine, coarse; local in function:igphy_reset 326 IGPHY_READ(sc, IGPHY_ANALOG_SPARE_FUSE_STATUS, &fused); 327 if ((fused & ANALOG_SPARE_FUSE_ENABLED) == 0) { 328 IGPHY_READ(sc, IGPHY_ANALOG_FUSE_STATUS, &fused); 330 fine = fused & ANALOG_FUSE_FINE_MASK; 331 coarse = fused & ANALOG_FUSE_COARSE_MASK; 339 fused = (fused & ANALOG_FUSE_POLY_MASK) | 343 IGPHY_WRITE(sc, IGPHY_ANALOG_FUSE_CONTROL, fused);
|
igphy.c | 302 uint16_t fused, fine, coarse; local in function:igphy_reset 326 IGPHY_READ(sc, IGPHY_ANALOG_SPARE_FUSE_STATUS, &fused); 327 if ((fused & ANALOG_SPARE_FUSE_ENABLED) == 0) { 328 IGPHY_READ(sc, IGPHY_ANALOG_FUSE_STATUS, &fused); 330 fine = fused & ANALOG_FUSE_FINE_MASK; 331 coarse = fused & ANALOG_FUSE_COARSE_MASK; 339 fused = (fused & ANALOG_FUSE_POLY_MASK) | 343 IGPHY_WRITE(sc, IGPHY_ANALOG_FUSE_CONTROL, fused);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ |
nouveau_nvkm_subdev_clk_gm20b.c | 137 /* fused parameters */ 751 bool fused = clk->uvdet_offs && clk->uvdet_slope; local in function:gm20b_clk_init_dvfs 765 if (fused) { 775 * If calibration parameters are not fused, start internal calibration, 841 /* If not fused, set RAM SVOP PDP data 0x2, and enable fuse override */ 962 /* No fused parameters, we will calibrate later */ 978 nvkm_debug(subdev, "fused calibration data: slope %d, offs %d\n", 1072 nvkm_warn(subdev, "no fused calibration parameters\n");
|
nouveau_nvkm_subdev_clk_gm20b.c | 137 /* fused parameters */ 751 bool fused = clk->uvdet_offs && clk->uvdet_slope; local in function:gm20b_clk_init_dvfs 765 if (fused) { 775 * If calibration parameters are not fused, start internal calibration, 841 /* If not fused, set RAM SVOP PDP data 0x2, and enable fuse override */ 962 /* No fused parameters, we will calibrate later */ 978 nvkm_debug(subdev, "fused calibration data: slope %d, offs %d\n", 1072 nvkm_warn(subdev, "no fused calibration parameters\n");
|
nouveau_nvkm_subdev_clk_gm20b.c | 137 /* fused parameters */ 751 bool fused = clk->uvdet_offs && clk->uvdet_slope; local in function:gm20b_clk_init_dvfs 765 if (fused) { 775 * If calibration parameters are not fused, start internal calibration, 841 /* If not fused, set RAM SVOP PDP data 0x2, and enable fuse override */ 962 /* No fused parameters, we will calibrate later */ 978 nvkm_debug(subdev, "fused calibration data: slope %d, offs %d\n", 1072 nvkm_warn(subdev, "no fused calibration parameters\n");
|