Home
last modified time | relevance | path

Searched refs:wrap (Results 1 – 90 of 90) sorted by relevance

/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx_reg.h_shipped18 #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 …]
Daic79xx_reg_print.c_shipped24 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 …]
Daic7xxx_reg_print.c_shipped23 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 …]
Daic7xxx_reg.h_shipped18 #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 …]
Daic7xxx.reg307 field SWRAP 0x08 /* 24bit counter wrap */
/linux-4.1.27/drivers/gpu/drm/savage/
Dsavage_bci.c244 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 …]
Dsavage_drv.h56 unsigned int wrap; member
568 (age)->wrap = w; \
572 ( (age)->wrap < (w) || ( (age)->wrap == (w) && (age)->event <= (e) ) )
/linux-4.1.27/kernel/time/
Dsched_clock.c170 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/
Dtape_34xx.c35 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/
DKconfig17 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/
DMakefile131 LINK_WRAPS = -Wl,--wrap,malloc -Wl,--wrap,free -Wl,--wrap,calloc
/linux-4.1.27/drivers/gpu/drm/mga/
Dmga_drv.h340 (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; \
Dmga_dma.c328 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()
Dmga_state.c582 sarea_priv->last_frame.wrap = dev_priv->prim.last_wrap; in mga_dma_dispatch_swap()
/linux-4.1.27/fs/jbd/
Drecovery.c206 #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/
DMakefile1 obj-$(CONFIG_MTK_PMIC_WRAP) += mtk-pmic-wrap.o
/linux-4.1.27/net/xfrm/
Dxfrm_replay.c508 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/
DMakefile.asm-generic23 $(call cmd,wrap)
Dgcc-ld19 --version-script|--dynamic-list|--version-exports-symbol|--wrap|-m)
/linux-4.1.27/Documentation/devicetree/bindings/soc/mediatek/
Dpwrap.txt34 "wrap": Main module clock
53 clock-names = "spi", "wrap";
/linux-4.1.27/drivers/bcma/
Dscan.c400 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()
Dhost_pci.c21 pci_write_config_dword(core->bus->host_pci, win2, core->wrap); in bcma_host_pci_switch_core()
/linux-4.1.27/fs/jbd2/
Drecovery.c230 #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/
Dinflate.h75 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
Dinflate.c59 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/
Demail-clients.txt114 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
Dcircular-buffers.txt60 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.
Diostats.txt51 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.
DCodingStyle860 Consider writing simple helper functions that wrap common bits of inline
DSubmittingPatches342 WARNING: Be wary of your editor's word-wrap corrupting your patch,
/linux-4.1.27/arch/m68k/fpsp040/
Dres_func.S614 | 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/
Dpci_dma.c227 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/
Du_ether.c69 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()
Du_ether.h79 struct sk_buff *(*wrap)(struct gether *port, member
Df_eem.c650 eem->port.wrap = eem_wrap; in eem_alloc()
Df_rndis.c993 rndis->port.wrap = rndis_add_header; in rndis_alloc()
Df_ncm.c1624 ncm->port.wrap = ncm_wrap_ntb; in ncm_alloc()
/linux-4.1.27/lib/
Dswiotlb.c432 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/
Drecovery.c87 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()
Dlog.c281 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/
Dssb.h283 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/
Dcsio_wr.h366 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/
Dtimekeeping.txt75 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/
Domap2420-n8x0-common.dtsi55 gpmc,burst-wrap;
Domap3-n950-n9.dtsi134 gpmc,burst-wrap;
Dexynos4x12.dtsi68 arm,double-linefill-wrap = <1>;
Dexynos4415.dtsi215 arm,double-linefill-wrap = <1>;
Domap3-n900.dts722 gpmc,burst-wrap;
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/
Dmarb_bp_defs.h124 unsigned int wrap : 1; member
Dmarb_defs.h394 unsigned int wrap : 1; member
/linux-4.1.27/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
Dmarb_bp_defs.h124 unsigned int wrap : 1; member
Dmarb_defs.h394 unsigned int wrap : 1; member
/linux-4.1.27/Documentation/devicetree/bindings/bus/
Dti-gpmc.txt95 - gpmc,burst-wrap Enables wrap bursting
/linux-4.1.27/drivers/net/wireless/p54/
Deeprom.c733 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/
DMakefile18 obj-$(CONFIG_LEDS_WRAP) += leds-wrap.o
/linux-4.1.27/include/uapi/drm/
Dmga_drm.h170 unsigned int wrap; /* Primary DMA wrap count */ member
/linux-4.1.27/arch/cris/boot/rescue/
Dhead_v10.S334 ;; 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/
Dsi476x-cmd.c886 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/
Dl2cc.txt64 - arm,double-linefill-wrap : Override double linefill on WRAP read. Enable
/linux-4.1.27/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c79 PROC(WRAP, wrap),
/linux-4.1.27/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
Dmarb_bar_defs.h411 unsigned int wrap : 1; member
Dmarb_foo_defs.h543 unsigned int wrap : 1; member
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dchip.c786 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/
Dbcma.h271 u32 wrap; member
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-bus-usb56 account for counter wrap.
/linux-4.1.27/drivers/usb/host/
Dehci-sched.c1502 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/
Dvesafb.txt135 ywrap Same as ypan, but assumes your gfx board can wrap-around
Dsstfb.txt136 the 2 last Mbs wrap around. looking into that .
Duvesafb.txt65 ywrap Same as ypan, but assumes your gfx board can wrap-around
/linux-4.1.27/Documentation/filesystems/nfs/
Dknfsd-stats.txt31 All counters are 64 bits wide and wrap naturally. There is no way
/linux-4.1.27/Documentation/powerpc/
Dbootwrapper.txt120 It also means that the boot wrapper must be able to wrap for many kinds of
/linux-4.1.27/sound/usb/
Dpcm.c1314 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/
Ds390dbf.txt30 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/
Dtimestamping.txt101 running and not wrap-around during idle periods). If supported in
/linux-4.1.27/Documentation/hwmon/
Dsysfs-interface727 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/
Dcfq-iosched.c1083 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/
Dnew-machine.txt165 The kernel will automatically wrap in generic routines for undefined function
/linux-4.1.27/Documentation/input/
Devent-codes.txt203 should be coded as an uint32 value, which is allowed to wrap around with
Datarikbd.txt248 In this mode, the value of the internally maintained coordinates does NOT wrap
/linux-4.1.27/Documentation/video4linux/
Dvivid.txt751 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/
Dfw-decoder-regs.txt195 the on screen image will move left & wrap around higher up on the right.
/linux-4.1.27/Documentation/networking/
Dphy.txt284 these functions, and so your functions will wrap the generic
Drxrpc.txt133 wrap.
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_init.c3653 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/
DChangeLog.ncr53c8xx145 - Handle correctly (hopefully) jiffies wrap-around.
DChangeLog.sym53c8xx261 - Handle correctly (hopefully) jiffies wrap-around.
DChangeLog.lpfc1134 * scsi_add_host() can fail, so wrap it around in an if(). Also
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt618 PID allocation wrap value. When the kernel's next PID value
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt1024 it, wrap it in bootstrapping code, and copy the resulting files
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES285 read responses when buffer size over 64K and also fix wrap of