Home
last modified time | relevance | path

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

1234

/linux-6.6.21/drivers/infiniband/hw/hfi1/
Dmad.h319 #define OPA_AM_NPORT(am) (((am) >> OPA_AM_NPORT_SHIFT) & \ argument
325 #define OPA_AM_NBLK(am) (((am) >> OPA_AM_NBLK_SHIFT) & \ argument
332 #define OPA_AM_START_BLK(am) (((am) >> OPA_AM_START_BLK_SHIFT) & \ argument
338 #define OPA_AM_PORTNUM(am) (((am) >> OPA_AM_PORTNUM_SHIFT) & \ argument
344 #define OPA_AM_ASYNC(am) (((am) >> OPA_AM_ASYNC_SHIFT) & \ argument
351 #define OPA_AM_START_SM_CFG(am) (((am) >> OPA_AM_START_SM_CFG_SHIFT) \ argument
357 #define OPA_AM_CI_ADDR(am) (((am) >> OPA_AM_CI_ADDR_SHIFT) & \ argument
363 #define OPA_AM_CI_LEN(am) (((am) >> OPA_AM_CI_LEN_SHIFT) & \ argument
Dmad.c540 static int __subn_get_opa_nodedesc(struct opa_smp *smp, u32 am, in __subn_get_opa_nodedesc() argument
546 if (am || smp_length_check(sizeof(*nd), max_len)) { in __subn_get_opa_nodedesc()
561 static int __subn_get_opa_nodeinfo(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_nodeinfo() argument
572 if (am || pidx >= dd->num_pports || ibdev->node_guid == 0 || in __subn_get_opa_nodeinfo()
754 static int __subn_get_opa_portinfo(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_portinfo() argument
767 u32 num_ports = OPA_AM_NPORT(am); in __subn_get_opa_portinfo()
768 u32 start_of_sm_config = OPA_AM_START_SM_CFG(am); in __subn_get_opa_portinfo()
979 static int __subn_get_opa_pkeytable(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_pkeytable() argument
984 u32 n_blocks_req = OPA_AM_NBLK(am); in __subn_get_opa_pkeytable()
985 u32 start_block = am & 0x7ff; in __subn_get_opa_pkeytable()
[all …]
/linux-6.6.21/arch/mips/kernel/
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-6.6.21/fs/f2fs/
Dgc.c221 if (sbi->am.atgc_enabled) in select_gc_type()
423 struct atgc_management *am = &sbi->am; in __lookup_victim_entry() local
424 struct rb_node *node = am->root.rb_root.rb_node; in __lookup_victim_entry()
441 struct atgc_management *am = &sbi->am; in __create_victim_entry() local
449 list_add_tail(&ve->list, &am->victim_list); in __create_victim_entry()
450 am->victim_count++; in __create_victim_entry()
458 struct atgc_management *am = &sbi->am; in __insert_victim_entry() local
459 struct rb_root_cached *root = &am->root; in __insert_victim_entry()
524 struct atgc_management *am = &sbi->am; in atgc_lookup_victim() local
525 struct rb_root_cached *root = &am->root; in atgc_lookup_victim()
[all …]
/linux-6.6.21/arch/x86/kernel/cpu/resctrl/
Dmonitor.c196 struct arch_mbm_state *am; in resctrl_arch_reset_rmid() local
198 am = get_arch_mbm_state(hw_dom, rmid, eventid); in resctrl_arch_reset_rmid()
199 if (am) { in resctrl_arch_reset_rmid()
200 memset(am, 0, sizeof(*am)); in resctrl_arch_reset_rmid()
203 __rmid_read(rmid, eventid, &am->prev_msr); in resctrl_arch_reset_rmid()
237 struct arch_mbm_state *am; in resctrl_arch_rmid_read() local
248 am = get_arch_mbm_state(hw_dom, rmid, eventid); in resctrl_arch_rmid_read()
249 if (am) { in resctrl_arch_rmid_read()
250 am->chunks += mbm_overflow_count(am->prev_msr, msr_val, in resctrl_arch_rmid_read()
252 chunks = get_corrected_mbm_count(rmid, am->chunks); in resctrl_arch_rmid_read()
[all …]
/linux-6.6.21/drivers/media/tuners/
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()
Dfc0013.c216 unsigned char reg[7], am, pm, multi, tmp; in fc0013_set_params() local
360 am = (unsigned char)(xdiv - (8 * pm)); in fc0013_set_params()
362 if (am < 2) { in fc0013_set_params()
363 reg[1] = am + 8; in fc0013_set_params()
366 reg[1] = am; in fc0013_set_params()
/linux-6.6.21/Documentation/translations/zh_CN/maintainer/
Dconfigure-git.rst49 通过在git中添加以下钩子,可以将此配置为在发布 ``git am`` 时自动执行:
53 $ git config am.messageid true
/linux-6.6.21/drivers/clk/
Dclk-stm32f4.c418 struct clk_apb_mul *am = to_clk_apb_mul(hw); in clk_apb_mul_recalc_rate() local
420 if (readl(base + STM32F4_RCC_CFGR) & BIT(am->bit_idx)) in clk_apb_mul_recalc_rate()
429 struct clk_apb_mul *am = to_clk_apb_mul(hw); in clk_apb_mul_round_rate() local
432 if (readl(base + STM32F4_RCC_CFGR) & BIT(am->bit_idx)) in clk_apb_mul_round_rate()
466 struct clk_apb_mul *am; in clk_register_apb_mul() local
470 am = kzalloc(sizeof(*am), GFP_KERNEL); in clk_register_apb_mul()
471 if (!am) in clk_register_apb_mul()
474 am->bit_idx = bit_idx; in clk_register_apb_mul()
475 am->hw.init = &init; in clk_register_apb_mul()
483 clk = clk_register(dev, &am->hw); in clk_register_apb_mul()
[all …]
/linux-6.6.21/Documentation/doc-guide/
Dmaintainer-profile.rst41 I am the sole maintainer for the documentation subsystem, and I am doing
/linux-6.6.21/Documentation/maintainer/
Dconfigure-git.rst46 This can be configured to happen automatically any time you issue ``git am``
49 $ git config am.messageid true
/linux-6.6.21/drivers/video/fbdev/core/
Dsvgalib.c378 u16 am, an, ar; in svga_compute_pll() local
407 am = pll->m_min; in svga_compute_pll()
410 while ((am <= pll->m_max) && (an <= pll->n_max)) { in svga_compute_pll()
411 f_current = (pll->f_base * am) / an; in svga_compute_pll()
416 *m = am; in svga_compute_pll()
421 am ++; in svga_compute_pll()
/linux-6.6.21/Documentation/translations/zh_TW/process/
Demail-clients.rst26 的手冊非常好。在接收端,維護人員使用 ``git am`` 加載補丁。
29 標題的原始文本。運行 ``git am raw_email.txt`` ,然後使用 ``git log`` 查看更
D7.AdvancedTopics.rst112 的作者信息; git 「am」工具在這方面做得最好,但是如果補丁通過第三方轉發給您,
/linux-6.6.21/include/uapi/sound/
Dasound_fm.h31 unsigned char am; /* amplitude modulation */ member
/linux-6.6.21/arch/arm/boot/dts/nxp/imx/
Dimx6q-icore-ofcap10.dts17 compatible = "ampire,am-1280800n3tzqw-t00h";
/linux-6.6.21/Documentation/sound/cards/
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-6.6.21/Documentation/translations/zh_CN/process/
D7.AdvancedTopics.rst109 的作者信息; git “am”工具在这方面做得最好,但是如果补丁通过第三方转发给您,
Demail-clients.rst26 的手册非常好。在接收端,维护人员使用 ``git am`` 加载补丁。
29 标题的原始文本。运行 ``git am raw_email.txt`` ,然后使用 ``git log`` 查看更
/linux-6.6.21/arch/arm64/boot/dts/rockchip/
Dpx30-engicam-px30-core-ctouch2-of10.dts28 compatible = "ampire,am-1280800n3tzqw-t00h";
/linux-6.6.21/Documentation/devicetree/bindings/media/i2c/
Dmax2175.txt31 - maxim,am-hiz-filter : empty property indicates the AM Hi-Z filter is used
/linux-6.6.21/drivers/iommu/intel/
Diommu.h411 #define QI_IOTLB_AM(am) (((u8)am) & 0x3f) argument
437 #define QI_EIOTLB_AM(am) (((u64)am) & 0x3f) argument
/linux-6.6.21/arch/arm/boot/dts/st/
Dstm32mp157a-icore-stm32mp1-ctouch2-of10.dts35 compatible = "ampire,am-1280800n3tzqw-t00h";
/linux-6.6.21/drivers/staging/vme_user/
Dvme_bridge.h170 void vme_bus_error_handler(struct vme_bridge *bridge, unsigned long long address, int am);
/linux-6.6.21/Documentation/devicetree/bindings/display/panel/
Dpanel-simple.yaml33 - ampire,am-1280800n3tzqw-t00h
35 - ampire,am-480272h3tmqw-t01h
37 - ampire,am-800480l1tmqw-t00h
370 compatible = "ampire,am-480272h3tmqw-t01h";

1234