| /Linux-v5.4/drivers/infiniband/hw/hfi1/ |
| D | mad.h | 360 #define OPA_AM_NPORT(am) (((am) >> OPA_AM_NPORT_SHIFT) & \ argument 366 #define OPA_AM_NBLK(am) (((am) >> OPA_AM_NBLK_SHIFT) & \ argument 373 #define OPA_AM_START_BLK(am) (((am) >> OPA_AM_START_BLK_SHIFT) & \ argument 379 #define OPA_AM_PORTNUM(am) (((am) >> OPA_AM_PORTNUM_SHIFT) & \ argument 385 #define OPA_AM_ASYNC(am) (((am) >> OPA_AM_ASYNC_SHIFT) & \ argument 392 #define OPA_AM_START_SM_CFG(am) (((am) >> OPA_AM_START_SM_CFG_SHIFT) \ argument 398 #define OPA_AM_CI_ADDR(am) (((am) >> OPA_AM_CI_ADDR_SHIFT) & \ argument 404 #define OPA_AM_CI_LEN(am) (((am) >> OPA_AM_CI_LEN_SHIFT) & \ argument
|
| D | mad.c | 582 static int __subn_get_opa_nodedesc(struct opa_smp *smp, u32 am, in __subn_get_opa_nodedesc() argument 588 if (am || smp_length_check(sizeof(*nd), max_len)) { in __subn_get_opa_nodedesc() 603 static int __subn_get_opa_nodeinfo(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_nodeinfo() argument 614 if (am || pidx >= dd->num_pports || ibdev->node_guid == 0 || in __subn_get_opa_nodeinfo() 796 static int __subn_get_opa_portinfo(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_portinfo() argument 809 u32 num_ports = OPA_AM_NPORT(am); in __subn_get_opa_portinfo() 810 u32 start_of_sm_config = OPA_AM_START_SM_CFG(am); in __subn_get_opa_portinfo() 1021 static int __subn_get_opa_pkeytable(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_pkeytable() argument 1026 u32 n_blocks_req = OPA_AM_NBLK(am); in __subn_get_opa_pkeytable() 1027 u32 start_block = am & 0x7ff; in __subn_get_opa_pkeytable() [all …]
|
| /Linux-v5.4/arch/mips/kernel/ |
| D | segment.c | 18 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-v5.4/drivers/media/tuners/ |
| D | fc0012.c | 125 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()
|
| D | fc0013.c | 216 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-v5.4/drivers/clk/ |
| D | clk-stm32f4.c | 422 struct clk_apb_mul *am = to_clk_apb_mul(hw); in clk_apb_mul_recalc_rate() local 424 if (readl(base + STM32F4_RCC_CFGR) & BIT(am->bit_idx)) in clk_apb_mul_recalc_rate() 433 struct clk_apb_mul *am = to_clk_apb_mul(hw); in clk_apb_mul_round_rate() local 436 if (readl(base + STM32F4_RCC_CFGR) & BIT(am->bit_idx)) in clk_apb_mul_round_rate() 470 struct clk_apb_mul *am; in clk_register_apb_mul() local 474 am = kzalloc(sizeof(*am), GFP_KERNEL); in clk_register_apb_mul() 475 if (!am) in clk_register_apb_mul() 478 am->bit_idx = bit_idx; in clk_register_apb_mul() 479 am->hw.init = &init; in clk_register_apb_mul() 487 clk = clk_register(dev, &am->hw); in clk_register_apb_mul() [all …]
|
| /Linux-v5.4/drivers/video/fbdev/core/ |
| D | svgalib.c | 383 u16 am, an, ar; in svga_compute_pll() local 412 am = pll->m_min; in svga_compute_pll() 415 while ((am <= pll->m_max) && (an <= pll->n_max)) { in svga_compute_pll() 416 f_current = (pll->f_base * am) / an; in svga_compute_pll() 421 *m = am; in svga_compute_pll() 426 am ++; in svga_compute_pll()
|
| /Linux-v5.4/Documentation/translations/zh_CN/process/ |
| D | email-clients.rst | 23 的手册非常好。在接收端,维护人员使用 ``git am`` 加载补丁。 26 标题的原始文本。运行 ``git am raw_email.txt`` ,然后使用 ``git log`` 查看更
|
| D | 7.AdvancedTopics.rst | 100 的作者信息; ``git am`` 工具在这方面做得最好,但是如果它通过第三方转发给您,
|
| /Linux-v5.4/include/uapi/sound/ |
| D | asound_fm.h | 46 unsigned char am; /* amplitude modulation */ member
|
| /Linux-v5.4/include/linux/ |
| D | intel-iommu.h | 329 #define QI_IOTLB_AM(am) (((u8)am)) argument 353 #define QI_EIOTLB_AM(am) (((u64)am)) argument
|
| /Linux-v5.4/Documentation/sound/cards/ |
| D | multisound.sh | 423 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-v5.4/Documentation/devicetree/bindings/media/i2c/ |
| D | max2175.txt | 31 - maxim,am-hiz-filter : empty property indicates the AM Hi-Z filter is used
|
| /Linux-v5.4/drivers/vme/ |
| D | vme_bridge.h | 179 unsigned long long address, int am);
|
| D | vme.c | 246 static u32 vme_get_aspace(int am) in vme_get_aspace() argument 248 switch (am) { in vme_get_aspace() 1255 unsigned long long address, int am) in vme_bus_error_handler() argument 1260 u32 aspace = vme_get_aspace(am); in vme_bus_error_handler()
|
| /Linux-v5.4/arch/arm/boot/compressed/ |
| D | head-sharpsl.S | 20 #error What am I doing here...
|
| /Linux-v5.4/Documentation/usb/ |
| D | mtouchusb.rst | 75 I am not a MicroTouch/3M employee, nor have I ever been. 3M does not support
|
| /Linux-v5.4/Documentation/devicetree/bindings/scsi/ |
| D | hisilicon-sas.txt | 55 "am-max-transmissions" limitation.
|
| /Linux-v5.4/fs/ocfs2/dlm/ |
| D | dlmmaster.c | 2063 item->u.am.lockres = res; /* already have a ref */ in dlm_dispatch_assert_master() 2065 item->u.am.ignore_higher = ignore_higher; in dlm_dispatch_assert_master() 2066 item->u.am.request_from = request_from; in dlm_dispatch_assert_master() 2067 item->u.am.flags = flags; in dlm_dispatch_assert_master() 2093 res = item->u.am.lockres; in dlm_assert_master_worker() 2094 ignore_higher = item->u.am.ignore_higher; in dlm_assert_master_worker() 2095 request_from = item->u.am.request_from; in dlm_assert_master_worker() 2096 flags = item->u.am.flags; in dlm_assert_master_worker()
|
| /Linux-v5.4/Documentation/devicetree/bindings/sound/ |
| D | st,sta32x.txt | 70 - st,am-reduction-mode:
|
| D | st,sta350.txt | 74 - st,am-reduction-mode:
|
| /Linux-v5.4/Documentation/scsi/ |
| D | qlogicfas.txt | 31 I am working with the PCMCIA group to make it more flexible, but that
|
| /Linux-v5.4/Documentation/networking/device_drivers/ti/ |
| D | tlan.txt | 35 I am not sure if 100BaseTX daughterboards (for those cards which
|
| /Linux-v5.4/Documentation/RCU/ |
| D | rcu.rst | 50 - If I am running on a uniprocessor kernel, which can only do one
|
| /Linux-v5.4/Documentation/ |
| D | static-keys.txt | 83 printk("I am the true branch\n"); 222 + printk("I am the true branch\n");
|