Home
last modified time | relevance | path

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

/linux-4.1.27/arch/c6x/lib/
DMakefile5 lib-y := divu.o divi.o pop_rts.o push_rts.o remi.o remu.o strasgi.o llshru.o
Ddivi.S28 ;; while both divi and remi call into divu.
32 ;; divi uses B5 to hold the original return address during
Dremi.S28 ;; while both divi and remi call into divu.
32 ;; divi uses B5 to hold the original return address during
Dremu.S28 ;; while both divi and remi call into divu.
32 ;; divi uses B5 to hold the original return address during
Ddivu.S28 ;; while both divi and remi call into divu.
32 ;; divi uses B5 to hold the original return address during
/linux-4.1.27/sound/soc/bcm/
Dbcm2835-i2s.c317 unsigned int divi, divf, target_frequency; in bcm2835_i2s_hw_params() local
387 divi = bcm2835_clk_freq[clk_src] / target_frequency; in bcm2835_i2s_hw_params()
409 divi = dividend >> BCM2835_CLK_SHIFT; in bcm2835_i2s_hw_params()
415 | BCM2835_CLK_DIVI(divi) in bcm2835_i2s_hw_params()