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

  /src/sys/arch/hppa/hppa/
mainbus.c 190 int flex; local in function:mbus_add_mapping
203 flex = HPPA_FLEX(pa);
210 if (bmm[flex / 32] & (1 << (flex % 32))) {
211 DPRINTF(("%s: already mapped flex=%x, mask=%x\n",
212 __func__, flex, bmm[flex / 32]));
216 DPRINTF(("%s: adding flex=%x %lx-%lx, ", __func__, flex, spa,
219 bmm[flex / 32] |= (1 << (flex % 32))
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf.c 2183 /* The MMIO offsets for Flex EU registers aren't contiguous */
2209 struct flex { struct
2218 const struct flex *flex, unsigned int count)
2230 *cs++ = offset + flex->offset * sizeof(u32);
2232 *cs++ = flex->value;
2233 } while (flex++, --count);
2243 const struct flex *flex, unsigned int count)
2255 *cs++ = i915_mmio_reg_offset(flex->reg)
    [all...]
  /src/usr.bin/xlint/lint1/
tree.c 4339 bool flex = false; local in function:type_size_in_bits
4342 flex = true; /* allow c99 flex arrays [] [0] */
4346 if (elem == 0 && !flex) {

Completed in 16 milliseconds