Home
last modified time | relevance | path

Searched refs:mmask (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/clk/
H A Dclk-fractional-divider.c74 u32 mmask, nmask; in clk_fd_get_div() local
89 mmask = GENMASK(fd->mwidth - 1, 0) << fd->mshift; in clk_fd_get_div()
92 m = (val & mmask) >> fd->mshift; in clk_fd_get_div()
173 u32 mmask, nmask; in clk_fd_set_rate() local
190 mmask = GENMASK(fd->mwidth - 1, 0) << fd->mshift; in clk_fd_set_rate()
194 val &= ~(mmask | nmask); in clk_fd_set_rate()
/openbmc/linux/drivers/regulator/
H A Dmt6360-regulator.c323 vmask, mreg, mmask, streg, stmask, \ argument
346 .mode_mask = mmask, \
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb4.c367 uint32_t mmask = GETFIELD(PHB_IODA_AD_MIST_PWV, adreg); in pnv_phb4_ioda_write() local
369 if (mmask == 0) { in pnv_phb4_ioda_write()
370 mmask = 0xf; in pnv_phb4_ioda_write()
372 if (mmask & 8) { in pnv_phb4_ioda_write()
376 if (mmask & 4) { in pnv_phb4_ioda_write()
380 if (mmask & 2) { in pnv_phb4_ioda_write()
384 if (mmask & 1) { in pnv_phb4_ioda_write()
/openbmc/linux/drivers/tty/serial/
H A Dzs.c345 unsigned int mmask, mctrl, delta; in zs_raw_xor_mctrl() local
354 mmask = ((mask_b & CTSIE) ? TIOCM_CTS : 0) | in zs_raw_xor_mctrl()
360 if (mmask) { in zs_raw_xor_mctrl()
361 mctrl &= ~mmask; in zs_raw_xor_mctrl()
362 mctrl |= zs_raw_get_ab_mctrl(zport_a, zport) & mmask; in zs_raw_xor_mctrl()
/openbmc/qemu/target/ppc/
H A Dmmu_common.c131 target_ulong ptem, mmask; in ppc6xx_tlb_pte_check() local
141 mmask = PTE_CHECK_MASK; in ppc6xx_tlb_pte_check()
146 if ((ctx->raddr & mmask) != (pte1 & mmask)) { in ppc6xx_tlb_pte_check()
/openbmc/openbmc/poky/meta/recipes-core/ncurses/
H A Dncurses.inc43 --with-mmask-t='long'"
47 --with-mmask-t='long'"
/openbmc/qemu/target/sparc/
H A Dinsns.decode49 MEMBAR 10 00000 101000 01111 1 000000 cmask:3 mmask:4
H A Dtranslate.c2643 if (a->mmask) { in trans_MEMBAR()
2645 tcg_gen_mb(a->mmask | TCG_BAR_SC); in trans_MEMBAR()