Searched full:div32 (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | verifier_div0.c | 9 __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 D | verifier_div_overflow.c | 15 __description("DIV32 overflow, check 1") 30 __description("DIV32 overflow, check 2")
|
| H A D | verifier_subreg.c | 151 __description("div32 reg zero extend check") 168 __description("div32 imm zero extend check")
|
| /linux/drivers/rtc/ |
| H A D | rtc-s32g.c | 40 * 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 D | spi-atmel.c | 313 * - 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 D | pcm_lib.c | 559 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 D | amifb.c | 566 #define div32(v) ((v)>>5) macro
|