Searched refs:divisor (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_omap3530.h82 u32 divisor; /* 0x70 */ member in struct:dispc_regs
137 u32 divisor; member in struct:panel_config
H A Dpe_omap3430.c450 OmapDispc->divisor = 0x00010001;
H A Dpe_omap3530.c375 // Pixel clock is 864 / cm_clksel_dss.dss1_alwan_fclk / dispc_divisor.divisor.pcd
477 OmapDispc->divisor = current_mode->dispc_divisor;
/darwin-on-arm/xnu/osfmk/i386/
H A Dlapic.h119 /* divisor encoded by bits 0,1,3 with bit 2 always 0: */
274 lapic_timer_divide_t divisor);
282 lapic_timer_divide_t divisor,
287 lapic_timer_divide_t *divisor,
H A Dlapic_native.c549 lapic_timer_divide_t divisor,
560 LAPIC_WRITE(TIMER_DIVIDE_CONFIG, divisor);
569 lapic_timer_divide_t divisor)
581 LAPIC_WRITE(TIMER_DIVIDE_CONFIG, divisor);
635 lapic_timer_divide_t *divisor,
643 if (divisor)
644 *divisor = LAPIC_READ(TIMER_DIVIDE_CONFIG) & LAPIC_TIMER_DIVIDE_MASK;
546 lapic_set_timer( boolean_t interrupt_unmasked, lapic_timer_mode_t mode, lapic_timer_divide_t divisor, lapic_timer_count_t initial_count) argument
566 lapic_config_timer( boolean_t interrupt_unmasked, lapic_timer_mode_t mode, lapic_timer_divide_t divisor) argument
633 lapic_get_timer( lapic_timer_mode_t *mode, lapic_timer_divide_t *divisor, lapic_timer_count_t *initial_count, lapic_timer_count_t *current_count) argument
H A Dmisc_protos.h98 unsigned int divisor,
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dshadow.c79 #define my_trunc(value, divisor) ((value) / (divisor) * (divisor))

Completed in 74 milliseconds