Home
last modified time | relevance | path

Searched refs:PTV (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/watchdog/
H A Domap_wdt.h32 #define PTV 0 /* prescale */ macro
33 #define GET_WLDR_VAL(secs) (0xffffffff - ((secs) * (32768/(1<<PTV))) + 1)
34 #define GET_WCCR_SECS(val) ((0xffffffff - (val) + 1) / (32768/(1<<PTV)))
H A Domap_wdt.c153 writel_relaxed((1 << 5) | (PTV << 2), base + OMAP_WATCHDOG_CNTRL); in omap_wdt_start()
/openbmc/u-boot/arch/arm/include/asm/ti-common/
H A Domap_wdt.h23 #define PTV 0 /* prescale */ macro
24 #define GET_WLDR_VAL(secs) (0xffffffff - ((secs) * (32768/(1<<PTV))) + 1)
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/
H A DAsiaSat3S_C-105.5E238 # PTV Multiplex
258 # PTV Global USA
268 # PTV Global UK & Europe
288 # PTV Multiplex
/openbmc/u-boot/drivers/watchdog/
H A Domap_wdt.c122 writel(WDT_WCLR_PRE | (PTV << WDT_WCLR_PTV_OFF), &wdt->wdtwclr); in hw_watchdog_init()
/openbmc/qemu/hw/net/fsl_etsec/
H A Dregisters.h115 #define PTV (0x028 / 4) macro