/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx_reg.h_shipped | 18 #define ahd_mode_ptr_print(regvalue, cur_col, wrap) \ 19 ahd_print_register(NULL, 0, "MODE_PTR", 0x00, regvalue, cur_col, wrap) 25 #define ahd_intstat_print(regvalue, cur_col, wrap) \ 26 ahd_print_register(NULL, 0, "INTSTAT", 0x01, regvalue, cur_col, wrap) 32 #define ahd_seqintcode_print(regvalue, cur_col, wrap) \ 33 ahd_print_register(NULL, 0, "SEQINTCODE", 0x02, regvalue, cur_col, wrap) 39 #define ahd_error_print(regvalue, cur_col, wrap) \ 40 ahd_print_register(NULL, 0, "ERROR", 0x04, regvalue, cur_col, wrap) 46 #define ahd_hescb_qoff_print(regvalue, cur_col, wrap) \ 47 ahd_print_register(NULL, 0, "HESCB_QOFF", 0x08, regvalue, cur_col, wrap) [all …]
|
D | aic79xx_reg_print.c_shipped | 24 ahd_intstat_print(u_int regvalue, u_int *cur_col, u_int wrap) 27 0x01, regvalue, cur_col, wrap)); 36 ahd_hs_mailbox_print(u_int regvalue, u_int *cur_col, u_int wrap) 39 0x0b, regvalue, cur_col, wrap)); 51 ahd_seqintstat_print(u_int regvalue, u_int *cur_col, u_int wrap) 54 0x0c, regvalue, cur_col, wrap)); 69 ahd_intctl_print(u_int regvalue, u_int *cur_col, u_int wrap) 72 0x18, regvalue, cur_col, wrap)); 90 ahd_dfcntrl_print(u_int regvalue, u_int *cur_col, u_int wrap) 93 0x19, regvalue, cur_col, wrap)); [all …]
|
D | aic7xxx_reg_print.c_shipped | 23 ahc_scsiseq_print(u_int regvalue, u_int *cur_col, u_int wrap) 26 0x00, regvalue, cur_col, wrap)); 40 ahc_sxfrctl0_print(u_int regvalue, u_int *cur_col, u_int wrap) 43 0x01, regvalue, cur_col, wrap)); 67 ahc_scsisigi_print(u_int regvalue, u_int *cur_col, u_int wrap) 70 0x03, regvalue, cur_col, wrap)); 83 ahc_scsirate_print(u_int regvalue, u_int *cur_col, u_int wrap) 86 0x04, regvalue, cur_col, wrap)); 102 ahc_sstat0_print(u_int regvalue, u_int *cur_col, u_int wrap) 105 0x0b, regvalue, cur_col, wrap)); [all …]
|
D | aic7xxx_reg.h_shipped | 18 #define ahc_scsiseq_print(regvalue, cur_col, wrap) \ 19 ahc_print_register(NULL, 0, "SCSISEQ", 0x00, regvalue, cur_col, wrap) 25 #define ahc_sxfrctl0_print(regvalue, cur_col, wrap) \ 26 ahc_print_register(NULL, 0, "SXFRCTL0", 0x01, regvalue, cur_col, wrap) 32 #define ahc_scsisigi_print(regvalue, cur_col, wrap) \ 33 ahc_print_register(NULL, 0, "SCSISIGI", 0x03, regvalue, cur_col, wrap) 39 #define ahc_scsirate_print(regvalue, cur_col, wrap) \ 40 ahc_print_register(NULL, 0, "SCSIRATE", 0x04, regvalue, cur_col, wrap) 46 #define ahc_sstat0_print(regvalue, cur_col, wrap) \ 47 ahc_print_register(NULL, 0, "SSTAT0", 0x0b, regvalue, cur_col, wrap) [all …]
|
D | aic7xxx.reg | 307 field SWRAP 0x08 /* 24bit counter wrap */
|
/linux-4.1.27/drivers/gpu/drm/savage/ |
D | savage_bci.c | 244 unsigned int wrap; in savage_freelist_get() local 252 wrap = dev_priv->event_wrap; in savage_freelist_get() 254 wrap--; /* hardware hasn't passed the last wrap yet */ in savage_freelist_get() 256 DRM_DEBUG(" tail=0x%04x %d\n", tail->age.event, tail->age.wrap); in savage_freelist_get() 257 DRM_DEBUG(" head=0x%04x %d\n", event, wrap); in savage_freelist_get() 259 if (tail->buf && (TEST_AGE(&tail->age, event, wrap) || event == 0)) { in savage_freelist_get() 277 DRM_DEBUG("age=0x%04x wrap=%d\n", entry->age.event, entry->age.wrap); in savage_freelist_put() 322 unsigned int wrap, i; in savage_dma_reset() local 324 wrap = dev_priv->event_wrap; in savage_dma_reset() 326 SET_AGE(&dev_priv->dma_pages[i].age, event, wrap); in savage_dma_reset() [all …]
|
D | savage_drv.h | 56 unsigned int wrap; member 568 (age)->wrap = w; \ 572 ( (age)->wrap < (w) || ( (age)->wrap == (w) && (age)->event <= (e) ) )
|
/linux-4.1.27/kernel/time/ |
D | sched_clock.c | 170 u64 res, wrap, new_mask, new_epoch, cyc, ns; in sched_clock_register() local 188 wrap = clocks_calc_max_nsecs(new_mult, new_shift, 0, new_mask, NULL); in sched_clock_register() 189 cd.wrap_kt = ns_to_ktime(wrap); in sched_clock_register() 225 bits, r, r_unit, res, wrap); in sched_clock_register()
|
/linux-4.1.27/drivers/s390/char/ |
D | tape_34xx.c | 35 unsigned int wrap : 1; member 913 if (!sbid_list || (bid.segment < 2 && bid.wrap == 0)) in tape_34xx_add_sbid() 929 (sbid->bid.wrap == bid.wrap) in tape_34xx_add_sbid() 951 sbid->bid.wrap, in tape_34xx_add_sbid() 978 sbid->bid.wrap, in tape_34xx_delete_sbid_from() 1002 bid->wrap = 0; in tape_34xx_merge_sbid() 1017 bid->wrap = sbid_to_use->bid.wrap; in tape_34xx_merge_sbid() 1020 sbid_to_use->bid.wrap, in tape_34xx_merge_sbid()
|
/linux-4.1.27/fs/ecryptfs/ |
D | Kconfig | 17 bool "Enable notifications for userspace key wrap/unwrap" 21 for userspace to wrap/unwrap file encryption keys by other
|
/linux-4.1.27/arch/um/ |
D | Makefile | 131 LINK_WRAPS = -Wl,--wrap,malloc -Wl,--wrap,free -Wl,--wrap,calloc
|
/linux-4.1.27/drivers/gpu/drm/mga/ |
D | mga_drv.h | 340 (age)->wrap = w; \ 343 #define TEST_AGE(age, h, w) ((age)->wrap < w || \ 344 ((age)->wrap == w && \ 353 entry->age.wrap = dev_priv->sarea_priv->last_wrap; \ 356 entry->age.wrap = 0; \
|
D | mga_dma.c | 328 u32 head, wrap; in mga_freelist_get() local 332 wrap = dev_priv->sarea_priv->last_wrap; in mga_freelist_get() 337 tail->age.wrap); in mga_freelist_get() 339 (unsigned long)(head - dev_priv->primary->offset), wrap); in mga_freelist_get() 341 if (TEST_AGE(&tail->age, head, wrap)) { in mga_freelist_get() 364 buf_priv->list_entry->age.wrap); in mga_freelist_put() 913 dev_priv->sarea_priv->last_frame.wrap = 0; in mga_do_init_dma()
|
D | mga_state.c | 582 sarea_priv->last_frame.wrap = dev_priv->prim.last_wrap; in mga_dma_dispatch_swap()
|
/linux-4.1.27/fs/jbd/ |
D | recovery.c | 206 #define wrap(journal, var) \ macro 382 wrap(journal, next_log_block); in do_one_pass() 419 wrap(journal, next_log_block); in do_one_pass() 437 wrap(journal, next_log_block); in do_one_pass()
|
/linux-4.1.27/drivers/soc/mediatek/ |
D | Makefile | 1 obj-$(CONFIG_MTK_PMIC_WRAP) += mtk-pmic-wrap.o
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_replay.c | 508 int wrap; in xfrm_replay_advance_esn() local 518 wrap = seq_hi - replay_esn->seq_hi; in xfrm_replay_advance_esn() 520 if ((!wrap && seq > replay_esn->seq) || wrap > 0) { in xfrm_replay_advance_esn() 521 if (likely(!wrap)) in xfrm_replay_advance_esn() 542 if (unlikely(wrap > 0)) in xfrm_replay_advance_esn()
|
/linux-4.1.27/scripts/ |
D | Makefile.asm-generic | 23 $(call cmd,wrap)
|
D | gcc-ld | 19 --version-script|--dynamic-list|--version-exports-symbol|--wrap|-m)
|
/linux-4.1.27/Documentation/devicetree/bindings/soc/mediatek/ |
D | pwrap.txt | 34 "wrap": Main module clock 53 clock-names = "spi", "wrap";
|
/linux-4.1.27/drivers/bcma/ |
D | scan.c | 400 core->wrap = tmp; in bcma_get_next_core() 418 core->wrap = tmp; in bcma_get_next_core() 426 if (core->wrap) { in bcma_get_next_core() 427 core->io_wrap = ioremap_nocache(core->wrap, in bcma_get_next_core()
|
D | host_pci.c | 21 pci_write_config_dword(core->bus->host_pci, win2, core->wrap); in bcma_host_pci_switch_core()
|
/linux-4.1.27/fs/jbd2/ |
D | recovery.c | 230 #define wrap(journal, var) \ macro 367 wrap(journal, *next_log_block); in calc_chksums() 489 wrap(journal, next_log_block); in do_one_pass() 554 wrap(journal, next_log_block); in do_one_pass() 572 wrap(journal, next_log_block); in do_one_pass()
|
/linux-4.1.27/lib/zlib_inflate/ |
D | inflate.h | 75 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
|
D | inflate.c | 59 state->wrap = 0; in zlib_inflateInit2() 63 state->wrap = (windowBits >> 4) + 1; in zlib_inflateInit2() 352 if (state->wrap == 0) { in zlib_inflate() 679 if (state->wrap) { in zlib_inflate() 725 if (state->wrap && out) in zlib_inflate()
|
/linux-4.1.27/Documentation/ |
D | email-clients.txt | 114 When composing an email, under options, uncheck "word wrap". The only 116 so you will have to manually word wrap text before the patch. The easiest 117 way around this is to compose your email with word wrap enabled, then save 119 word-wrapped and you can uncheck "word wrap" without losing the existing 129 Make the composer window wide enough so that no lines wrap. As of 131 the email if the lines wrap in the composer window. Having word wrapping
|
D | circular-buffers.txt | 60 be careful, however, as a region more than one unit in size may wrap the end of 93 which items can be immediately inserted without having to wrap back to the 109 the buffer without having to wrap back to the beginning of the buffer.
|
D | iostats.txt | 51 overflow and wrap). Yes, these are (32-bit or 64-bit) unsigned long 53 may wrap. Applications should be prepared to deal with that; unless 55 they should not wrap twice before you notice them.
|
D | CodingStyle | 860 Consider writing simple helper functions that wrap common bits of inline
|
D | SubmittingPatches | 342 WARNING: Be wary of your editor's word-wrap corrupting your patch,
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | res_func.S | 614 | The wrap-around condition occurs for add, sub, div, and cmp 697 | One of the ops is denormalized. Test for wrap condition 709 blt fix_stk |if less, not wrap case 727 beq nan_or_inf |not wrap case 729 beq nan_or_inf |yes, not wrap case? 734 | ;check wrap case 748 blt fix_stk |if less, not wrap case 801 | One of the ops is denormalized. Test for wrap condition 813 blt fix_stk |if less, not wrap case 822 blt fix_stk |if less, not wrap case [all …]
|
/linux-4.1.27/arch/s390/pci/ |
D | pci_dma.c | 227 int wrap = 0; in dma_alloc_iommu() local 234 wrap = 1; in dma_alloc_iommu() 239 if (!zdev->tlb_refresh && !s390_iommu_strict && wrap) in dma_alloc_iommu()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | u_ether.c | 69 struct sk_buff *(*wrap)(struct gether *, struct sk_buff *skb); member 553 if (dev->wrap) { in eth_start_xmit() 558 skb = dev->wrap(dev->port_usb, skb); in eth_start_xmit() 1074 dev->wrap = link->wrap; in gether_connect() 1168 dev->wrap = NULL; in gether_disconnect()
|
D | u_ether.h | 79 struct sk_buff *(*wrap)(struct gether *port, member
|
D | f_eem.c | 650 eem->port.wrap = eem_wrap; in eem_alloc()
|
D | f_rndis.c | 993 rndis->port.wrap = rndis_add_header; in rndis_alloc()
|
D | f_ncm.c | 1624 ncm->port.wrap = ncm_wrap_ntb; in ncm_alloc()
|
/linux-4.1.27/lib/ |
D | swiotlb.c | 432 unsigned int nslots, stride, index, wrap; in swiotlb_tbl_map_single() local 474 wrap = index; in swiotlb_tbl_map_single() 482 if (index == wrap) in swiotlb_tbl_map_single() 512 } while (index != wrap); in swiotlb_tbl_map_single()
|
/linux-4.1.27/fs/gfs2/ |
D | recovery.c | 87 int wrap, a, b, revoke; in gfs2_revoke_check() local 100 wrap = (rr->rr_where < jd->jd_replay_tail); in gfs2_revoke_check() 103 revoke = (wrap) ? (a || b) : (a && b); in gfs2_revoke_check()
|
D | log.c | 281 int wrap = (new_tail < old_tail); in ail2_empty() local 289 rm = (wrap) ? (a || b) : (a && b); in ail2_empty()
|
/linux-4.1.27/include/linux/ssb/ |
D | ssb.h | 283 struct __ssb_dev_wrapper *wrap; in dev_to_ssb_dev() local 284 wrap = container_of(dev, struct __ssb_dev_wrapper, dev); in dev_to_ssb_dev() 285 return wrap->sdev; in dev_to_ssb_dev()
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_wr.h | 366 uint8_t wrap[512]; /* Temp area for q-wrap around*/ member 479 #define csio_q_eq_wrap(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->un.eq.wrap)
|
/linux-4.1.27/Documentation/timers/ |
D | timekeeping.txt | 75 Since a 32-bit counter at say 100 MHz will wrap around to zero after some 43 79 code knows when the counter will wrap around and can insert the necessary 80 compensation code on both sides of the wrap point so that the system timeline 128 The sched_clock() function may wrap only on unsigned long long boundaries,
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap2420-n8x0-common.dtsi | 55 gpmc,burst-wrap;
|
D | omap3-n950-n9.dtsi | 134 gpmc,burst-wrap;
|
D | exynos4x12.dtsi | 68 arm,double-linefill-wrap = <1>;
|
D | exynos4415.dtsi | 215 arm,double-linefill-wrap = <1>;
|
D | omap3-n900.dts | 722 gpmc,burst-wrap;
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/ |
D | marb_bp_defs.h | 124 unsigned int wrap : 1; member
|
D | marb_defs.h | 394 unsigned int wrap : 1; member
|
/linux-4.1.27/arch/cris/include/arch-v32/mach-fs/mach/hwregs/ |
D | marb_bp_defs.h | 124 unsigned int wrap : 1; member
|
D | marb_defs.h | 394 unsigned int wrap : 1; member
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | ti-gpmc.txt | 95 - gpmc,burst-wrap Enables wrap bursting
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | eeprom.c | 733 struct eeprom_pda_wrap *wrap; in p54_parse_eeprom() local 742 wrap = (struct eeprom_pda_wrap *) eeprom; in p54_parse_eeprom() 743 entry = (void *)wrap->data + le16_to_cpu(wrap->len); in p54_parse_eeprom()
|
/linux-4.1.27/drivers/leds/ |
D | Makefile | 18 obj-$(CONFIG_LEDS_WRAP) += leds-wrap.o
|
/linux-4.1.27/include/uapi/drm/ |
D | mga_drm.h | 170 unsigned int wrap; /* Primary DMA wrap count */ member
|
/linux-4.1.27/arch/cris/boot/rescue/ |
D | head_v10.S | 334 ;; If the first physical flash memory is exceeded wrap to the 356 3: move.d MEM_CSE1_START, $r1 ; wrap to second flash
|
/linux-4.1.27/drivers/mfd/ |
D | si476x-cmd.c | 886 bool seekup, bool wrap) in si476x_core_cmd_fm_seek_start() argument 890 seekup << 3 | wrap << 2, in si476x_core_cmd_fm_seek_start() 1060 bool seekup, bool wrap) in si476x_core_cmd_am_seek_start() argument 1064 seekup << 3 | wrap << 2, in si476x_core_cmd_am_seek_start()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | l2cc.txt | 64 - arm,double-linefill-wrap : Override double linefill on WRAP read. Enable
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | gss_rpc_upcall.c | 79 PROC(WRAP, wrap),
|
/linux-4.1.27/arch/cris/include/arch-v32/mach-a3/mach/hwregs/ |
D | marb_bar_defs.h | 411 unsigned int wrap : 1; member
|
D | marb_foo_defs.h | 543 unsigned int wrap : 1; member
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | chip.c | 786 u32 base, wrap; in brcmf_chip_dmp_erom_scan() local 822 err = brcmf_chip_dmp_get_regaddr(ci, &eromaddr, &base, &wrap); in brcmf_chip_dmp_erom_scan() 827 core = brcmf_chip_add_core(ci, id, base, wrap); in brcmf_chip_dmp_erom_scan()
|
/linux-4.1.27/include/linux/bcma/ |
D | bcma.h | 271 u32 wrap; member
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-bus-usb | 56 account for counter wrap.
|
/linux-4.1.27/drivers/usb/host/ |
D | ehci-sched.c | 1502 u32 wrap = 0, skip = 0; in iso_stream_schedule() local 1631 wrap = mod; in iso_stream_schedule() 1664 if (unlikely(start + span - period >= mod + wrap)) { in iso_stream_schedule() 1666 urb, start, span - period, mod + wrap); in iso_stream_schedule()
|
/linux-4.1.27/Documentation/fb/ |
D | vesafb.txt | 135 ywrap Same as ypan, but assumes your gfx board can wrap-around
|
D | sstfb.txt | 136 the 2 last Mbs wrap around. looking into that .
|
D | uvesafb.txt | 65 ywrap Same as ypan, but assumes your gfx board can wrap-around
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 31 All counters are 64 bits wide and wrap naturally. There is no way
|
/linux-4.1.27/Documentation/powerpc/ |
D | bootwrapper.txt | 120 It also means that the boot wrapper must be able to wrap for many kinds of
|
/linux-4.1.27/sound/usb/ |
D | pcm.c | 1314 unsigned int wrap = runtime->buffer_size * stride; in fill_playback_urb_dsd_dop() local 1350 int idx = (src_idx + subs->dsd_dop.byte_idx - 1) % wrap; in fill_playback_urb_dsd_dop()
|
/linux-4.1.27/Documentation/s390/ |
D | s390dbf.txt | 30 of the active debug area is reached, a wrap around is done (ring buffer) 37 overwritten when a wrap around for the current area occurs.
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | timestamping.txt | 101 running and not wrap-around during idle periods). If supported in
|
/linux-4.1.27/Documentation/hwmon/ |
D | sysfs-interface | 727 unsigned long or long, so that no wrap around can happen before any further 732 before checking it for validity, as these conversions could still cause a wrap
|
/linux-4.1.27/block/ |
D | cfq-iosched.c | 1083 unsigned wrap = 0; /* bit mask: requests behind the disk head? */ in cfq_choose_req() local 1114 wrap |= CFQ_RQ1_WRAP; in cfq_choose_req() 1121 wrap |= CFQ_RQ2_WRAP; in cfq_choose_req() 1129 switch (wrap) { in cfq_choose_req()
|
/linux-4.1.27/Documentation/sh/ |
D | new-machine.txt | 165 The kernel will automatically wrap in generic routines for undefined function
|
/linux-4.1.27/Documentation/input/ |
D | event-codes.txt | 203 should be coded as an uint32 value, which is allowed to wrap around with
|
D | atarikbd.txt | 248 In this mode, the value of the internally maintained coordinates does NOT wrap
|
/linux-4.1.27/Documentation/video4linux/ |
D | vivid.txt | 751 Wrap Sequence Number: test what happens when you wrap the sequence number in 754 Wrap Timestamp: test what happens when you wrap the timestamp in struct 833 range or wrap-around or if it is selectable by the user.
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-decoder-regs.txt | 195 the on screen image will move left & wrap around higher up on the right.
|
/linux-4.1.27/Documentation/networking/ |
D | phy.txt | 284 these functions, and so your functions will wrap the generic
|
D | rxrpc.txt | 133 wrap.
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_init.c | 3653 port_id_t wrap = {}, nxt_d_id; in qla2x00_find_all_fabric_devs() local 3716 wrap.b24 = new_fcport->d_id.b24; in qla2x00_find_all_fabric_devs() 3752 wrap.b24 = new_fcport->d_id.b24; in qla2x00_find_all_fabric_devs() 3754 } else if (new_fcport->d_id.b24 == wrap.b24) { in qla2x00_find_all_fabric_devs()
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.ncr53c8xx | 145 - Handle correctly (hopefully) jiffies wrap-around.
|
D | ChangeLog.sym53c8xx | 261 - Handle correctly (hopefully) jiffies wrap-around.
|
D | ChangeLog.lpfc | 1134 * scsi_add_host() can fail, so wrap it around in an if(). Also
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 618 PID allocation wrap value. When the kernel's next PID value
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 1024 it, wrap it in bootstrapping code, and copy the resulting files
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 285 read responses when buffer size over 64K and also fix wrap of
|