Searched refs:refresh (Results 1 - 13 of 13) sorted by relevance

/openwrt/target/linux/
H A DMakefile12 prereq clean download prepare compile install menuconfig nconfig oldconfig update refresh: FORCE
/openwrt/package/network/utils/rssileds/files/
H A Drssileds.init15 local refresh
20 config_get refresh $1 refresh
23 service_start $RSSILEDS_BIN $dev $refresh $threshold $leds
/openwrt/package/boot/uboot-oxnas/files/board/ox820/
H A Dddr.c185 UINT refresh; local
323 //need a wait here to ensure PHY DLL lock before the refresh is issued
342 //Enable auto-refresh
344 // 8192 Refreshes required every 64ms, so maximum refresh period is 7.8125 us
348 refresh = (64000 * mhz) / 8192; // Refresh period in clocks
352 reg_tmp |= C_CFG_REFRESH_ENABLE | (refresh * 8);
355 reg_tmp |= C_CFG_REFRESH_ENABLE | (refresh * 1);
/openwrt/package/kernel/mac80211/scripts/
H A Dimport-backports.sh104 quilt refresh -p ab --no-index --no-timestamps
/openwrt/docs/
H A Dworking.tex87 \item quilt refresh
89 \item when all patches did apply cleanly: make target/linux/refresh
107 before in the kernel case. Note that once all patches apply cleanly you should refresh them
111 make package/busybox/refresh QUILT=1
/openwrt/include/
H A Dquilt.mk18 ifeq ($(MAKECMDGOALS),refresh)
157 $(3)refresh: $(3)quilt-check
160 QUILT_DIFF_OPTS="-p" $(QUILT_CMD) refresh -p ab --no-index --no-timestamps; \
H A Dhost-build.mk180 refresh: host-refresh
H A Dsubdir.mk12 SUBTARGETS:=clean download prepare compile install update refresh prereq dist distcheck configure
H A Dpackage.mk111 ifeq ($(DUMP)$(filter prereq clean refresh update,$(MAKECMDGOALS)),)
/openwrt/package/base-files/files/bin/
H A Dconfig_generate222 local refresh threshold
226 json_get_vars refresh threshold
234 set system.$cfg.refresh='$refresh'
/openwrt/package/base-files/files/lib/functions/
H A Duci-defaults.sh546 local refresh="$2"
552 [ -n "$refresh" ] && json_add_int refresh "$refresh"
/openwrt/package/utils/nvram/src/
H A Dnvram.c262 char *init, *config, *refresh, *ncdl; local
274 !(refresh = nvram_get(h, "sdram_refresh")) ||
283 header->config_refresh |= (strtoul(refresh, NULL, 0) & 0xffff) << 16;
/openwrt/scripts/config/lxdialog/
H A Dutil.c358 refresh();

Completed in 116 milliseconds