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

  /src/sys/arch/amiga/dev/
ms.c 266 u_short pot, count; local in function:msintr
277 pot = custom.potgor;
279 pot >>= port == 0 ? 8 : 12; /* contains right and middle button */
281 mb = (pot & 4) / 4 + (pot & 1) * 2 + (pra & 1) * 4;
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_gem_gtt.c 649 unsigned int pot; local in function:pot_hole
666 /* Insert a pair of pages across every pot boundary within the hole */
667 for (pot = fls64(hole_end - 1) - 1;
668 pot > ilog2(2 * I915_GTT_PAGE_SIZE);
669 pot--) {
670 u64 step = BIT_ULL(pot);
703 __func__, pot, fls64(hole_end - 1) - 1)) {
  /src/sys/dev/usb/
uaudio.c 2648 const union usb_audio_output_terminal *pot; local in function:uaudio_identify_ac
2736 pot = iot[i].d.ot;
2739 tml = uaudio_io_terminaltype(sc, UGETW(pot->v1.wTerminalType), iot, i);
2742 tml = uaudio_io_terminaltype(sc, UGETW(pot->v2.wTerminalType), iot, i);

Completed in 15 milliseconds