Home
last modified time | relevance | path

Searched full:div32 (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_div0.c9 __description("DIV32 by 0, zero check 1")
23 __description("DIV32 by 0, zero check 2")
93 __description("DIV32 by 0, zero check ok, cls")
108 __description("DIV32 by 0, zero check 1, cls")
121 __description("DIV32 by 0, zero check 2, cls")
H A Dverifier_div_overflow.c15 __description("DIV32 overflow, check 1")
30 __description("DIV32 overflow, check 2")
H A Dverifier_subreg.c151 __description("div32 reg zero extend check")
168 __description("div32 imm zero extend check")
/linux/drivers/rtc/
H A Drtc-s32g.c40 * divisors (DIV512 and DIV32) which could be used to achieve higher
45 DIV32 = 32, enumerator
212 case DIV32: in rtc_clk_src_setup()
/linux/drivers/spi/
H A Dspi-atmel.c313 * - SPI_MR.DIV32 may become FDIV or must-be-zero (here: always zero)
884 * constraint, assuming div32/fdiv/mbz == 0. in atmel_spi_set_xfer_speed()
1495 * Enable the BRSRCCLK/FDIV/DIV32 bit in atmel_spi_init()
/linux/sound/core/
H A Dpcm_lib.c559 static inline unsigned int div32(unsigned int a, unsigned int b, in div32() function
583 q = div32(a, b, &r); in div_up()
734 c->min = div32(a->min, b->max, &r); in snd_interval_div()
737 c->max = div32(a->max, b->min, &r); in snd_interval_div()
/linux/drivers/video/fbdev/
H A Damifb.c566 #define div32(v) ((v)>>5) macro