Home
last modified time | relevance | path

Searched refs:raw0 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Ddes-internal.c252 const u32 *raw0; in cookey() local
258 raw0 = raw1++; in cookey()
259 *cook = (*raw0 & 0x00fc0000L) << 6; in cookey()
260 *cook |= (*raw0 & 0x00000fc0L) << 10; in cookey()
263 *cook = (*raw0 & 0x0003f000L) << 12; in cookey()
264 *cook |= (*raw0 & 0x0000003fL) << 16; in cookey()
/freebsd/sys/dev/clk/rockchip/
H A Drk_clk_pll.c161 uint32_t raw0, raw1, raw2, reg; in rk3066_clk_pll_recalc() local
167 READ4(clk, sc->base_offset, &raw0); in rk3066_clk_pll_recalc()
185 refdiv = (raw0 & RK3066_CLK_PLL_REFDIV_MASK) >> in rk3066_clk_pll_recalc()
188 postdiv = (raw0 & RK3066_CLK_PLL_POSTDIV_MASK) >> in rk3066_clk_pll_recalc()