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

  /src/sys/arch/arm/iomd/
iomd.c 142 int refresh; local in function:iomdattach
167 /* Identify it and get the DRAM refresh rate */
171 refresh = bus_space_read_1(iot, ioh, IOMD_REFCR) & 0x0f;
176 refresh = bus_space_read_1(iot, ioh, IOMD_REFCR) & 0x0f;
181 refresh = bus_space_read_1(iot, ioh, IOMD_VREFCR) & 0x09;
186 refresh = -1;
192 /* Report the DRAM refresh rate */
194 aprint_normal("DRAM refresh=");
195 switch (refresh) {
212 aprint_normal("unknown [%02x]", refresh);
    [all...]
  /src/sys/dev/i2c/
hytp14var.h 79 void (*refresh)(struct hytp14_sc *, envsys_data_t *); member in struct:hytp14_sensor
smscmonvar.h 63 void (*refresh)(struct smscmon_sc *, envsys_data_t *); member in struct:smscmon_sensor
  /src/sys/dev/videomode/
pickmode.c 70 pick_mode_by_ref(int width, int height, int refresh)
76 height, refresh);
81 diff = abs(mref - refresh);
112 * Sort modes by refresh rate, aspect ratio (*), then resolution.
122 int aspect, refresh, hbest, vbest, abest, atemp, rbest, rtemp; local in function:sort_modes
132 refresh = DIVIDE(DIVIDE((*preferred)->dot_clock * 1000,
141 * first in the list. Preferred refresh rate is taken from
158 refresh = DIVIDE(DIVIDE(mtemp->dot_clock * 1000,
164 /* Sort other modes by refresh rate, aspect ratio, then resolution */
171 rtemp = abs(refresh
    [all...]
edid.c 315 int refresh, i; local in function:edid_search_mode
317 refresh = DIVIDE(DIVIDE(mode->dot_clock * 1000,
322 refresh == DIVIDE(DIVIDE(
  /src/games/backgammon/common_source/
fancy.c 190 for (i = 0; i < 26; i++)/* save board position for refresh later */
261 refresh(void) function in typeref:typename:void
  /src/sys/dev/ic/
spdmem.c 551 const char *voltage, *refresh; local in function:decode_voltage_refresh
559 refresh = spdmem_refresh_types[s->sm_refresh];
561 refresh = "unknown";
563 aprint_verbose_dev(self, "voltage %s, refresh time %s%s\n",
564 voltage, refresh,
nslm7xvar.h 183 void (*refresh)(struct lm_softc *, int); member in struct:lm_sensor
  /src/lib/libcurses/
refresh.c 1 /* $NetBSD: refresh.c,v 1.129 2024/12/23 02:58:04 blymn Exp $ */
35 static char sccsid[] = "@(#)refresh.c 8.7 (Berkeley) 8/13/94";
37 __RCSID("$NetBSD: refresh.c,v 1.129 2024/12/23 02:58:04 blymn Exp $");
67 * refresh --
72 refresh(void) function in typeref:typename:int
curses.h 168 #define KEY_REFRESH 0x175 /* Refresh key */
469 #define refresh() wrefresh(stdscr) macro
575 int refresh(void);
  /src/sys/arch/hppa/dev/
mongoose.c 92 uint8_t refresh; member in struct:mongoose_ctrl::timers
  /src/bin/ksh/
vi.c 60 static void refresh ARGS((int));
283 refresh(0);
285 refresh(insert != 0);
311 refresh(0);
319 refresh(0);
331 refresh(1);
338 refresh(0);
402 refresh(0);
415 refresh(0);
420 refresh(0)
1755 refresh(leftside) function
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_modes.c 181 /* the CVT default refresh rate is 60Hz */
796 int refresh = 0; local in function:drm_mode_vrefresh
799 refresh = mode->vrefresh;
813 refresh = DIV_ROUND_CLOSEST(num, den);
815 return refresh;
1461 unsigned int refresh; local in function:drm_mode_parse_cmdline_refresh
1467 refresh = simple_strtol(str, end_ptr, 10);
1471 mode->refresh = refresh;
1751 * <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_tv.c 317 u16 refresh; /* in millihertz (for precision) */ member in struct:tv_mode
388 .refresh = 59940,
431 .refresh = 59940,
473 .refresh = 59940,
516 .refresh = 59940,
560 .refresh = 50000,
605 .refresh = 50000,
647 .refresh = 59940,
671 .refresh = 50000,
695 .refresh = 60000
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_connector.h 583 * This tracks whether a connector is aware of the self refresh state.
585 * understand the self refresh state. This is needed since the crtc
586 * registers the self refresh helpers and it doesn't know if the
587 * connectors downstream have implemented self refresh entry/exit.
987 * Did the mode have a preferred refresh rate?
1020 * @refresh:
1022 * Refresh rate, in Hertz.
1024 int refresh; member in struct:drm_cmdline_mode
1231 * query hardware support for variable refresh rate on a connector.
  /src/sys/arch/sgimips/dev/
crmfb.c 1852 * Parse a mode string in the form WIDTHxHEIGHT[@REFRESH] and return
1859 int width, height, refresh; local in function:crmfb_parse_mode
1872 refresh = at ? strtoul(at + 1, NULL, 10) : 60;
1874 if (width == 0 || height == 0 || refresh == 0)
1877 vesagtf_mode(width, height, refresh, mode);
  /src/sys/external/isc/libsodium/dist/
Makefile.in 438 am--refresh: Makefile
913 am--refresh check check-am clean clean-cscope clean-generic \

Completed in 179 milliseconds