HomeSort by: relevance | last modified time | path
    Searched defs:fused (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/mii/
igphy.c 302 uint16_t fused, fine, coarse; local
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/external/gpl3/binutils/dist/bfd/
elf32-ft32.c 1164 unsigned int fused = (pattern << 27) | code27;
1193 /* Replace the first insn with the fused version. */
1194 bfd_put_32 (abfd, fused, contents + irel->r_offset);
1162 unsigned int fused = (pattern << 27) | code27; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-ft32.c 1163 unsigned int fused = (pattern << 27) | code27;
1192 /* Replace the first insn with the fused version. */
1193 bfd_put_32 (abfd, fused, contents + irel->r_offset);
1161 unsigned int fused = (pattern << 27) | code27; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-ft32.c 1163 unsigned int fused = (pattern << 27) | code27;
1192 /* Replace the first insn with the fused version. */
1193 bfd_put_32 (abfd, fused, contents + irel->r_offset);
1161 unsigned int fused = (pattern << 27) | code27; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-ft32.c 1163 unsigned int fused = (pattern << 27) | code27;
1192 /* Replace the first insn with the fused version. */
1193 bfd_put_32 (abfd, fused, contents + irel->r_offset);
1161 unsigned int fused = (pattern << 27) | code27; local
  /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
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");
  /src/external/mit/isl/dist/
isl_coalesce.c 493 * Place the fused basic map in the position that is the smallest of i and j.
515 struct isl_basic_map *fused = NULL; local
529 fused = isl_basic_map_alloc_space(isl_space_copy(info[i].bmap->dim),
531 fused = add_valid_constraints(fused, &info[i], 1 + total);
532 fused = add_valid_constraints(fused, &info[j], 1 + total);
533 if (!fused)
537 ISL_F_SET(fused, ISL_BASIC_MAP_RATIONAL);
540 int l = isl_basic_map_alloc_div(fused);
    [all...]

Completed in 27 milliseconds