Home
last modified time | relevance | path

Searched refs:mmask (Results 1 – 7 of 7) 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.c366 uint32_t mmask = GETFIELD(PHB_IODA_AD_MIST_PWV, adreg); in pnv_phb4_ioda_write() local
368 if (mmask == 0) { in pnv_phb4_ioda_write()
369 mmask = 0xf; in pnv_phb4_ioda_write()
371 if (mmask & 8) { in pnv_phb4_ioda_write()
375 if (mmask & 4) { in pnv_phb4_ioda_write()
379 if (mmask & 2) { in pnv_phb4_ioda_write()
383 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/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.decode92 MEMBAR 10 00000 101000 01111 1 000000 cmask:3 mmask:4
H A Dtranslate.c2792 if (a->mmask) { in trans_MEMBAR()
2794 tcg_gen_mb(a->mmask | TCG_BAR_SC); in trans_MEMBAR()