Searched refs:gpt (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/52xx/
H A Dmpc52xx_gpt.c12 * This file is a driver for the the General Purpose Timer (gpt) devices
22 * this prevents the use of any gpt0 gpt function (i.e. they will fail with
23 * -EBUSY). Thus, the safety wdt function always has precedence over the gpt
29 * to the device tree node for the gpt device (typically in the .dts file
37 * be added to the device tree node for the gpt device:
72 MODULE_DESCRIPTION("Freescale MPC52xx gpt driver");
84 * if the gpt may be used as wdt, bit 1 (MPC52xx_GPT_IS_WDT) indicates
85 * if the timer is actively used as wdt which blocks gpt functions
139 struct mpc52xx_gpt_priv *gpt = get_irq_chip_data(virq); local
142 spin_lock_irqsave(&gpt
149 struct mpc52xx_gpt_priv *gpt = get_irq_chip_data(virq); local
159 struct mpc52xx_gpt_priv *gpt = get_irq_chip_data(virq); local
166 struct mpc52xx_gpt_priv *gpt = get_irq_chip_data(virq); local
194 struct mpc52xx_gpt_priv *gpt = get_irq_data(virq); local
208 struct mpc52xx_gpt_priv *gpt = h->host_data; local
222 struct mpc52xx_gpt_priv *gpt = h->host_data; local
243 mpc52xx_gpt_irq_setup(struct mpc52xx_gpt_priv *gpt, struct device_node *node) argument
288 struct mpc52xx_gpt_priv *gpt = gc_to_mpc52xx_gpt(gc); local
296 struct mpc52xx_gpt_priv *gpt = gc_to_mpc52xx_gpt(gc); local
310 struct mpc52xx_gpt_priv *gpt = gc_to_mpc52xx_gpt(gc); local
330 mpc52xx_gpt_gpio_setup(struct mpc52xx_gpt_priv *gpt, struct device_node *node) argument
378 struct mpc52xx_gpt_priv *gpt; local
396 mpc52xx_gpt_do_start(struct mpc52xx_gpt_priv *gpt, u64 period, int continuous, int as_wdt) argument
466 mpc52xx_gpt_start_timer(struct mpc52xx_gpt_priv *gpt, u64 period, int continuous) argument
479 mpc52xx_gpt_stop_timer(struct mpc52xx_gpt_priv *gpt) argument
502 mpc52xx_gpt_timer_period(struct mpc52xx_gpt_priv *gpt) argument
685 mpc52xx_gpt_wdt_setup(struct mpc52xx_gpt_priv *gpt, const u32 *period) argument
712 mpc52xx_gpt_wdt_setup(struct mpc52xx_gpt_priv *gpt, const u32 *period) argument
726 struct mpc52xx_gpt_priv *gpt; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Defi.c30 * AGPT, allow override with 'gpt' kernel command line option.
53 * - Changed gpt structure names and members to be simpler and more Linux-like.
75 * - Added kernel command line option 'gpt' to override valid PMBR test.
102 /* This allows a kernel command line option 'gpt' to override
113 __setup("gpt", force_gpt_fn);
221 * @gpt - GPT header
224 * Allocates space for PTEs based on information found in @gpt.
228 gpt_header *gpt)
233 if (!gpt)
236 count = le32_to_cpu(gpt
227 alloc_read_gpt_entries(struct parsed_partitions *state, gpt_header *gpt) argument
266 gpt_header *gpt; local
292 is_gpt_valid(struct parsed_partitions *state, u64 lba, gpt_header **gpt, gpt_entry **ptes) argument
508 find_valid_gpt(struct parsed_partitions *state, gpt_header **gpt, gpt_entry **ptes) argument
603 gpt_header *gpt = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dtimer-gp.c54 struct omap_dm_timer *gpt = (struct omap_dm_timer *)dev_id; local
57 omap_dm_timer_write_status(gpt, OMAP_TIMER_INT_OVERFLOW);
203 static struct omap_dm_timer *gpt; local
210 gpt = omap_dm_timer_request();
211 if (!gpt)
213 gpt_clocksource = gpt;
215 omap_dm_timer_set_source(gpt, OMAP_TIMER_SRC_SYS_CLK);
216 tick_rate = clk_get_rate(omap_dm_timer_get_fclk(gpt));
219 omap_dm_timer_set_load_start(gpt, 1, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A Ddsp-clock.c199 * dsp_gpt_wait_overflow - set gpt overflow and wait for fixed timeout
208 struct omap_dm_timer *gpt = timer[clk_id - 1]; local
211 if (!gpt)
215 omap_dm_timer_set_int_enable(gpt, OMAP_TIMER_INT_OVERFLOW);
221 omap_dm_timer_set_load_start(gpt, 0, load);
228 while (!(omap_dm_timer_read_status(gpt) & OMAP_TIMER_INT_OVERFLOW)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmpc52xx.h283 extern int mpc52xx_gpt_start_timer(struct mpc52xx_gpt_priv *gpt, u64 period,
285 extern u64 mpc52xx_gpt_timer_period(struct mpc52xx_gpt_priv *gpt);
286 extern int mpc52xx_gpt_stop_timer(struct mpc52xx_gpt_priv *gpt);

Completed in 50 milliseconds