/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | mad.h | 246 #define OPA_AM_NPORT(am) (((am) >> OPA_AM_NPORT_SHIFT) & \ argument 252 #define OPA_AM_NBLK(am) (((am) >> OPA_AM_NBLK_SHIFT) & \ argument 259 #define OPA_AM_START_BLK(am) (((am) >> OPA_AM_START_BLK_SHIFT) & \ argument 265 #define OPA_AM_PORTNUM(am) (((am) >> OPA_AM_PORTNUM_SHIFT) & \ argument 271 #define OPA_AM_ASYNC(am) (((am) >> OPA_AM_ASYNC_SHIFT) & \ argument 278 #define OPA_AM_START_SM_CFG(am) (((am) >> OPA_AM_START_SM_CFG_SHIFT) \ argument 284 #define OPA_AM_CI_ADDR(am) (((am) >> OPA_AM_CI_ADDR_SHIFT) & \ argument 290 #define OPA_AM_CI_LEN(am) (((am) >> OPA_AM_CI_LEN_SHIFT) & \ argument
|
D | mad.c | 293 static int __subn_get_opa_nodedesc(struct opa_smp *smp, u32 am, in __subn_get_opa_nodedesc() argument 299 if (am) { in __subn_get_opa_nodedesc() 314 static int __subn_get_opa_nodeinfo(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_nodeinfo() argument 325 if (am || pidx >= dd->num_pports || dd->pport[pidx].guid == 0) { in __subn_get_opa_nodeinfo() 513 static int __subn_get_opa_portinfo(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_portinfo() argument 525 u32 num_ports = OPA_AM_NPORT(am); in __subn_get_opa_portinfo() 526 u32 start_of_sm_config = OPA_AM_START_SM_CFG(am); in __subn_get_opa_portinfo() 730 static int __subn_get_opa_pkeytable(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_pkeytable() argument 735 u32 n_blocks_req = OPA_AM_NBLK(am); in __subn_get_opa_pkeytable() 736 u32 start_block = am & 0x7ff; in __subn_get_opa_pkeytable() [all …]
|
/linux-4.4.14/drivers/clk/ |
D | clk-stm32f4.c | 161 struct clk_apb_mul *am = to_clk_apb_mul(hw); in clk_apb_mul_recalc_rate() local 163 if (readl(base + STM32F4_RCC_CFGR) & BIT(am->bit_idx)) in clk_apb_mul_recalc_rate() 172 struct clk_apb_mul *am = to_clk_apb_mul(hw); in clk_apb_mul_round_rate() local 175 if (readl(base + STM32F4_RCC_CFGR) & BIT(am->bit_idx)) in clk_apb_mul_round_rate() 209 struct clk_apb_mul *am; in clk_register_apb_mul() local 213 am = kzalloc(sizeof(*am), GFP_KERNEL); in clk_register_apb_mul() 214 if (!am) in clk_register_apb_mul() 217 am->bit_idx = bit_idx; in clk_register_apb_mul() 218 am->hw.init = &init; in clk_register_apb_mul() 226 clk = clk_register(dev, &am->hw); in clk_register_apb_mul() [all …]
|
/linux-4.4.14/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() 31 if ((am == 0) || (am > 3)) { in build_segment_config()
|
/linux-4.4.14/drivers/media/tuners/ |
D | fc0012.c | 139 unsigned char reg[7], am, pm, multi, tmp; in fc0012_set_params() local 221 am = (unsigned char)(xdiv - (8 * pm)); in fc0012_set_params() 223 if (am < 2) { in fc0012_set_params() 224 reg[1] = am + 8; in fc0012_set_params() 227 reg[1] = am; in fc0012_set_params()
|
D | fc0013.c | 231 unsigned char reg[7], am, pm, multi, tmp; in fc0013_set_params() local 375 am = (unsigned char)(xdiv - (8 * pm)); in fc0013_set_params() 377 if (am < 2) { in fc0013_set_params() 378 reg[1] = am + 8; in fc0013_set_params() 381 reg[1] = am; in fc0013_set_params()
|
/linux-4.4.14/include/linux/ |
D | intel-iommu.h | 287 #define QI_IOTLB_AM(am) (((u8)am)) argument 310 #define QI_EIOTLB_AM(am) (((u64)am)) argument
|
/linux-4.4.14/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-4.4.14/include/uapi/sound/ |
D | asound_fm.h | 45 unsigned char am; /* amplitude modulation */ member
|
/linux-4.4.14/Documentation/sound/oss/ |
D | MultiSound | 423 touch -am 1231235999 $$.touch >/dev/null 2>&1 530 $shar_touch -am 1204092598 'MultiSound.d/setdigital.c' && 984 $shar_touch -am 1204092598 'MultiSound.d/pinnaclecfg.c' && 1014 $shar_touch -am 1204092398 'MultiSound.d/Makefile' && 1044 $shar_touch -am 0828231798 'MultiSound.d/conv.l' && 1121 $shar_touch -am 1204100698 'MultiSound.d/msndreset.c' &&
|
D | Introduction | 383 And I am sure, several other ways.
|
/linux-4.4.14/drivers/staging/media/bcm2048/ |
D | TODO | 13 actually read() from the device I am not sure whether the RDS
|
/linux-4.4.14/drivers/vme/ |
D | vme_bridge.h | 177 unsigned long long address, int am);
|
D | vme.c | 226 static u32 vme_get_aspace(int am) in vme_get_aspace() argument 228 switch (am) { in vme_get_aspace() 1027 unsigned long long address, int am) in vme_bus_error_handler() argument 1032 u32 aspace = vme_get_aspace(am); in vme_bus_error_handler()
|
/linux-4.4.14/Documentation/blockdev/ |
D | cpqarray.txt | 22 It should also work with some really old Disk array adapters, but I am
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | head-sharpsl.S | 19 #error What am I doing here...
|
/linux-4.4.14/Documentation/usb/ |
D | mtouchusb.txt | 64 I am not a MicroTouch/3M employee, nor have I ever been. 3M does not support
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | st,sta32x.txt | 63 - st,am-reduction-mode:
|
D | st,sta350.txt | 74 - st,am-reduction-mode:
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmmaster.c | 2099 item->u.am.lockres = res; /* already have a ref */ in dlm_dispatch_assert_master() 2101 item->u.am.ignore_higher = ignore_higher; in dlm_dispatch_assert_master() 2102 item->u.am.request_from = request_from; in dlm_dispatch_assert_master() 2103 item->u.am.flags = flags; in dlm_dispatch_assert_master() 2129 res = item->u.am.lockres; in dlm_assert_master_worker() 2130 ignore_higher = item->u.am.ignore_higher; in dlm_assert_master_worker() 2131 request_from = item->u.am.request_from; in dlm_assert_master_worker() 2132 flags = item->u.am.flags; in dlm_assert_master_worker()
|
D | dlmcommon.h | 249 struct dlm_assert_master_priv am; member
|
/linux-4.4.14/Documentation/scsi/ |
D | qlogicfas.txt | 31 I am working with the PCMCIA group to make it more flexible, but that
|
D | aic7xxx.txt | 338 Monday to Friday, 3:00 am to 5:00 pm, PDT. 340 Monday to Friday, 3:00 am to 5:00 pm, PDT.
|
D | aic79xx.txt | 441 Monday to Friday, 3:00 am to 5:00 pm, PDT. 443 Monday to Friday, 3:00 am to 5:00 pm, PDT.
|
D | FlashPoint.txt | 149 embedded system. I am presently working on some performance testing and
|
D | BusLogic.txt | 72 Linux community, and I am now working on a Linux driver for the DAC960 PCI RAID
|
D | ChangeLog.1992-1997 | 706 the forbidden regions. I am not sure - I think this is so that 708 address lines for the bios chips, but I am not entirely sure.
|
D | ncr53c8xx.txt | 138 I am not a native speaker of English and there are probably lots of
|
/linux-4.4.14/Documentation/ |
D | static-keys.txt | 75 printk("I am the true branch\n"); 182 + printk("I am the true branch\n");
|
D | email-clients.txt | 8 end, maintainers use `git am` to apply the patches. 11 as raw text including all the headers. Run `git am raw_email.txt` and
|
D | SubmittingPatches | 434 by me, under the same open source license (unless I am 564 have been communicated back to the submitter. I am satisfied
|
D | HOWTO | 468 - "Here is a patch that explains what I am trying to describe."
|
D | devices.txt | 77 to cause conflicts down the road. I am trying to avoid getting in a
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | debug-mmrs.c | 118 static struct dentry *am, *mb; in bfin_debug_mmrs_can() local 122 if (!am) { in bfin_debug_mmrs_can() 123 am = debugfs_create_dir("am", parent); in bfin_debug_mmrs_can() 177 debugfs_create_x16(buf, S_IRUSR|S_IWUSR, am, in bfin_debug_mmrs_can() 180 debugfs_create_x16(buf, S_IRUSR|S_IWUSR, am, in bfin_debug_mmrs_can()
|
/linux-4.4.14/Documentation/networking/ |
D | tlan.txt | 35 I am not sure if 100BaseTX daughterboards (for those cards which
|
D | eql.txt | 31 and 14.4 Kbps connection. However, I am not sure that it really is
|
D | netdev-FAQ.txt | 187 Q: I am working in existing code that has the former comment style and not the
|
/linux-4.4.14/Documentation/RCU/ |
D | rcu.txt | 47 o If I am running on a uniprocessor kernel, which can only do one
|
/linux-4.4.14/drivers/input/misc/ |
D | yealink.c | 76 #define _SEG(t, a, am, b, bm, c, cm, d, dm, e, em, f, fm, g, gm) \ argument 78 .u = { .s = { _LOC(a, am), _LOC(b, bm), _LOC(c, cm), \
|
/linux-4.4.14/sound/drivers/opl3/ |
D | opl3_synth.c | 480 if (voice->am) in snd_opl3_set_voice()
|
/linux-4.4.14/Documentation/filesystems/ |
D | mandatory-locking.txt | 56 Note 1: In saying "file" in the paragraphs above I am actually not telling
|
D | xfs-delayed-logging-design.txt | 400 Discussion Point: I am uncertain as to whether the log item is the most
|
D | coda.txt | 1098 44..1188.. rreennaammee
|
/linux-4.4.14/Documentation/development-process/ |
D | 7.AdvancedTopics | 133 authorship information; the git "am" tool does its best in this regard, but
|
/linux-4.4.14/arch/sparc/lib/ |
D | checksum_32.S | 440 addx %g5, %g0, %g5 ! I am now to lazy to optimize this (question it
|
/linux-4.4.14/Documentation/ioctl/ |
D | ioctl-number.txt | 60 most drivers up to 2.6.31, but I know I am missing some. There has been
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 73 In IBM standard notation I am counting bit 0 as the MSB. 1296 I am not going to give a course in 390 IO architecture as this would take me
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 2175 If I am only interested in sys_nanosleep and hrtimer_interrupt:
|