Home
last modified time | relevance | path

Searched refs:am (Results 1 – 25 of 62) sorted by relevance

123

/linux/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c181 struct arch_mbm_state *am; in resctrl_arch_reset_rmid() local
184 am = get_arch_mbm_state(hw_dom, rmid, eventid); in resctrl_arch_reset_rmid()
185 if (am) { in resctrl_arch_reset_rmid()
186 memset(am, 0, sizeof(*am)); in resctrl_arch_reset_rmid()
190 __rmid_read_phys(prmid, eventid, &am->prev_msr); in resctrl_arch_reset_rmid()
226 struct arch_mbm_state *am; in get_corrected_val() local
229 am = get_arch_mbm_state(hw_dom, rmid, eventid); in get_corrected_val()
230 if (am) { in get_corrected_val()
231 am->chunks += mbm_overflow_count(am->prev_msr, msr_val, in get_corrected_val()
233 chunks = get_corrected_mbm_count(rmid, am->chunks); in get_corrected_val()
[all …]
/linux/drivers/infiniband/hw/hfi1/
H A Dmad.h318 #define OPA_AM_NPORT(am) (((am) >> OPA_AM_NPORT_SHIFT) & \ argument
324 #define OPA_AM_NBLK(am) (((am) >> OPA_AM_NBLK_SHIFT) & \ argument
331 #define OPA_AM_START_BLK(am) (((am) >> OPA_AM_START_BLK_SHIFT) & \ argument
337 #define OPA_AM_PORTNUM(am) (((am) >> OPA_AM_PORTNUM_SHIFT) & \ argument
343 #define OPA_AM_ASYNC(am) (((am) >> OPA_AM_ASYNC_SHIFT) & \ argument
350 #define OPA_AM_START_SM_CFG(am) (((am) >> OPA_AM_START_SM_CFG_SHIFT) \ argument
356 #define OPA_AM_CI_ADDR(am) (((am) >> OPA_AM_CI_ADDR_SHIFT) & \ argument
362 #define OPA_AM_CI_LEN(am) (((am) >> OPA_AM_CI_LEN_SHIFT) & \ argument
/linux/arch/mips/kernel/
H A Dsegment.c18 unsigned int am; in build_segment_config() local
24 am = (cfg & MIPS_SEGCFG_AM) >> MIPS_SEGCFG_AM_SHIFT; in build_segment_config()
25 str += sprintf(str, "%-5s", am_str[am]); in build_segment_config()
32 if ((am == 0) || (am > 3) || (cfg & MIPS_SEGCFG_EU)) in build_segment_config()
38 if ((am == 0) || (am > 3)) in build_segment_config()
/linux/drivers/media/tuners/
H A Dfc0012.c125 unsigned char reg[7], am, pm, multi, tmp; in fc0012_set_params() local
207 am = (unsigned char)(xdiv - (8 * pm)); in fc0012_set_params()
209 if (am < 2) { in fc0012_set_params()
210 reg[1] = am + 8; in fc0012_set_params()
213 reg[1] = am; in fc0012_set_params()
H A Dfc0013.c152 unsigned char reg[7], am, pm, multi, tmp; in fc0013_set_params() local
296 am = (unsigned char)(xdiv - (8 * pm)); in fc0013_set_params()
298 if (am < 2) { in fc0013_set_params()
299 reg[1] = am + 8; in fc0013_set_params()
302 reg[1] = am; in fc0013_set_params()
/linux/Documentation/translations/zh_CN/maintainer/
H A Dconfigure-git.rst49 通过在git中添加以下钩子,可以将此配置为在发布 ``git am`` 时自动执行:
53 $ git config am.messageid true
/linux/Documentation/translations/zh_CN/
H A Dhow-to.rst311 git am 0001-xxxxx.patch
322 一个,不要一次 git am 多个补丁。全部处理完毕后再重新导出并再次测试。
378 您可以先发送给自己,尝试发出的 patch 是否可以用 'git am' 工具正常打上。
406 已经具备了灵活使用 git am 与 git commit --amend 的能力。
410 git am 0001-xxxxx.patch
/linux/drivers/clk/
H A Dclk-stm32f4.c438 struct clk_apb_mul *am = to_clk_apb_mul(hw); in clk_apb_mul_recalc_rate() local
440 if (readl(base + STM32F4_RCC_CFGR) & BIT(am->bit_idx)) in clk_apb_mul_recalc_rate()
449 struct clk_apb_mul *am = to_clk_apb_mul(hw); in clk_apb_mul_determine_rate() local
452 if (readl(base + STM32F4_RCC_CFGR) & BIT(am->bit_idx)) in clk_apb_mul_determine_rate()
488 struct clk_apb_mul *am; in clk_register_apb_mul() local
492 am = kzalloc_obj(*am); in clk_register_apb_mul()
493 if (!am) in clk_register_apb_mul()
496 am->bit_idx = bit_idx; in clk_register_apb_mul()
497 am->hw.init = &init; in clk_register_apb_mul()
505 clk = clk_register(dev, &am->hw); in clk_register_apb_mul()
[all …]
/linux/drivers/video/fbdev/core/
H A Dsvgalib.c382 u16 am, an, ar; in svga_compute_pll() local
411 am = pll->m_min; in svga_compute_pll()
414 while ((am <= pll->m_max) && (an <= pll->n_max)) { in svga_compute_pll()
415 f_current = (pll->f_base * am) / an; in svga_compute_pll()
420 *m = am; in svga_compute_pll()
425 am++; in svga_compute_pll()
/linux/Documentation/doc-guide/
H A Dmaintainer-profile.rst48 I am the sole maintainer for the documentation subsystem, and I am doing
/linux/include/uapi/sound/
H A Dasound_fm.h31 unsigned char am; /* amplitude modulation */ member
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-icore-ofcap10.dts17 compatible = "ampire,am-1280800n3tzqw-t00h";
/linux/Documentation/sound/cards/
H A Dmultisound.sh423 touch -am 1231235999 $$.touch >/dev/null 2>&1
531 $shar_touch -am 1204092598 'MultiSound.d/setdigital.c' &&
985 $shar_touch -am 1204092598 'MultiSound.d/pinnaclecfg.c' &&
1015 $shar_touch -am 1204092398 'MultiSound.d/Makefile' &&
1045 $shar_touch -am 0828231798 'MultiSound.d/conv.l' &&
1123 $shar_touch -am 1204100698 'MultiSound.d/msndreset.c' &&
/linux/Documentation/translations/zh_TW/process/
H A D7.AdvancedTopics.rst112 的作者信息; git “am”工具在這方面做得最好,但是如果補丁通過第三方轉發給您,
H A Dsubmitting-patches.rst607 ``git am`` 而不必擔心衝突::
611 $ git am patches.mbox
/linux/arch/arm/boot/dts/st/
H A Dstm32mp157a-icore-stm32mp1-ctouch2-of10.dts35 compatible = "ampire,am-1280800n3tzqw-t00h";
/linux/arch/arm/boot/compressed/
H A Dhead-sharpsl.S20 #error What am I doing here...
/linux/Documentation/translations/zh_CN/process/
H A Dsubmitting-patches.rst603 ``git am`` 而不必担心冲突::
607 $ git am patches.mbox
/linux/Documentation/usb/
H A Dmtouchusb.rst75 I am not a MicroTouch/3M employee, nor have I ever been. 3M does not support
/linux/Documentation/devicetree/bindings/scsi/
H A Dhisilicon-sas.txt55 "am-max-transmissions" limitation.
/linux/tools/memory-model/scripts/
H A DREADME86 git am -s -3 /path/to/patch # Or whatever it takes.
/linux/Documentation/translations/pt_BR/process/
H A Dkernel-driver-statement.rst17 oferecem módulos de kernel de código fechado forçam seus clientes a
/linux/Documentation/scsi/
H A Dqlogicfas.rst37 I am working with the PCMCIA group to make it more flexible, but that
/linux/Documentation/networking/device_drivers/ethernet/ti/
H A Dtlan.rst49 I am not sure if 100BaseTX daughterboards (for those cards which
/linux/Documentation/RCU/
H A Drcu.rst49 - If I am running on a uniprocessor kernel, which can only do one

123