Home
last modified time | relevance | path

Searched refs:shifts (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_gpio.c430 u_int32_t regs[2], shifts[2]; in ar9300_gpio_set_intr() local
440 shifts[0] = AR_INTR_ASYNC_ENABLE_GPIO_S; in ar9300_gpio_set_intr()
441 shifts[1] = AR_INTR_ASYNC_MASK_GPIO_S; in ar9300_gpio_set_intr()
445 shifts[0] = AR_INTR_SYNC_ENABLE_GPIO_S; in ar9300_gpio_set_intr()
446 shifts[1] = AR_INTR_SYNC_MASK_GPIO_S; in ar9300_gpio_set_intr()
464 reg_bit = shifts[i] + gpio; in ar9300_gpio_set_intr()
470 field_val = (reg_val >> shifts[i]) & gpio_mask; in ar9300_gpio_set_intr()
491 reg_bit = shifts[i] + gpio; in ar9300_gpio_set_intr()
497 field_val = (reg_val >> shifts[i]) & gpio_mask; in ar9300_gpio_set_intr()
H A Dar9300_reset.c304 u_int8_t shifts[2] = { in ar9300_upload_noise_floor() local
328 nf = (OS_REG_READ(ah, regs[i]) & masks[chan]) >> shifts[chan]; in ar9300_upload_noise_floor()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Ddra62x-clocks.dtsi32 * Compared to dm814x, dra62x has different shifts and more mux options.
/f-stack/freebsd/contrib/zlib/
H A DChangeLog679 - Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer]