| /linux/drivers/scsi/aic7xxx/ |
| H A 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 …]
|
| H A 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 …]
|
| H A D | aic79xx_reg.h_shipped | 18 #define ahd_intstat_print(regvalue, cur_col, wrap) \ 19 ahd_print_register(NULL, 0, "INTSTAT", 0x01, regvalue, cur_col, wrap) 25 #define ahd_hs_mailbox_print(regvalue, cur_col, wrap) \ 26 ahd_print_register(NULL, 0, "HS_MAILBOX", 0x0b, regvalue, cur_col, wrap) 32 #define ahd_seqintstat_print(regvalue, cur_col, wrap) \ 33 ahd_print_register(NULL, 0, "SEQINTSTAT", 0x0c, regvalue, cur_col, wrap) 39 #define ahd_intctl_print(regvalue, cur_col, wrap) \ 40 ahd_print_register(NULL, 0, "INTCTL", 0x18, regvalue, cur_col, wrap) 46 #define ahd_dfcntrl_print(regvalue, cur_col, wrap) \ 47 ahd_print_register(NULL, 0, "DFCNTRL", 0x19, regvalue, cur_col, wrap) [all …]
|
| H A 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 …]
|
| /linux/drivers/usb/cdns3/ |
| H A D | cdns3-pci-wrap.c | 72 struct cdns3_wrap *wrap; in cdns3_pci_probe() local 98 wrap = pci_get_drvdata(func); in cdns3_pci_probe() 100 wrap = kzalloc_obj(*wrap); in cdns3_pci_probe() 101 if (!wrap) in cdns3_pci_probe() 105 res = wrap->dev_res; in cdns3_pci_probe() 125 wrap->dev_res[RES_IRQ_HOST_ID].start = pdev->irq; in cdns3_pci_probe() 126 wrap->dev_res[RES_IRQ_HOST_ID].name = "host"; in cdns3_pci_probe() 127 wrap->dev_res[RES_IRQ_HOST_ID].flags = IORESOURCE_IRQ; in cdns3_pci_probe() 130 wrap->dev_res[RES_IRQ_PERIPHERAL_ID].start = pdev->irq; in cdns3_pci_probe() 131 wrap->dev_res[RES_IRQ_PERIPHERAL_ID].name = "peripheral"; in cdns3_pci_probe() [all …]
|
| /linux/net/smc/ |
| H A D | smc_cdc.h | 30 __be16 wrap; member 56 u16 wrap; member 95 curs->wrap++; in smc_curs_add() 153 if (old->wrap != new->wrap) in smc_curs_diff() 167 if (old->wrap > new->wrap || in smc_curs_comp() 168 (old->wrap == new->wrap && old->count > new->count)) in smc_curs_comp() 180 if (old->wrap < new->wrap) in smc_curs_diff_large() 183 (new->wrap - old->wrap - 1) * size, in smc_curs_diff_large() 186 if (old->wrap > new->wrap) /* wrap has switched from 0xffff to 0x0000 */ in smc_curs_diff_large() 189 (new->wrap + 0xffff - old->wrap) * size, in smc_curs_diff_large() [all …]
|
| /linux/tools/testing/nvdimm/ |
| H A D | Kbuild | 2 ldflags-y += --wrap=ioremap_wc 3 ldflags-y += --wrap=memremap 4 ldflags-y += --wrap=devm_ioremap 5 ldflags-y += --wrap=devm_memremap 6 ldflags-y += --wrap=devm_memunmap 7 ldflags-y += --wrap=ioremap 8 ldflags-y += --wrap=iounmap 9 ldflags-y += --wrap=memunmap 10 ldflags-y += --wrap=__devm_request_region 11 ldflags-y += --wrap=__devm_release_region [all …]
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | pio_copy.c | 28 * o pbuf can wrap only at a block boundary 60 * 2. We cannot wrap except on a block boundary. in pio_copy() 76 * If the wrap comes before or matches the data end, in pio_copy() 77 * copy until until the wrap, then wrap. in pio_copy() 81 * and nothing will get written, but we will wrap in in pio_copy() 95 /* write 8-byte non-SOP, non-wrap chunk data */ in pio_copy() 102 /* at this point we have wrapped if we are going to wrap */ in pio_copy() 115 * as we only wrap on a block boundary in pio_copy() 291 * 2. We cannot wrap except on a block boundary. in seg_pio_copy_start() 307 * If the wrap comes before or matches the data end, in seg_pio_copy_start() [all …]
|
| /linux/tools/testing/cxl/ |
| H A D | Kbuild | 2 ldflags-y += --wrap=acpi_table_parse_cedt 3 ldflags-y += --wrap=is_acpi_device_node 4 ldflags-y += --wrap=acpi_evaluate_integer 5 ldflags-y += --wrap=acpi_pci_find_root 6 ldflags-y += --wrap=nvdimm_bus_register 7 ldflags-y += --wrap=cxl_await_media_ready 8 ldflags-y += --wrap=devm_cxl_add_rch_dport 9 ldflags-y += --wrap=cxl_endpoint_parse_cdat 10 ldflags-y += --wrap=devm_cxl_endpoint_decoders_setup 11 ldflags-y += --wrap [all...] |
| /linux/drivers/hid/ |
| H A D | hid-bigbenff.c | 37 * 0x81, 0x02, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position) 39 * 0x81, 0x01, // Input (Const,Array,Abs,No Wrap,Linear,Preferred State,No Null Position) 47 * 0x81, 0x42, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,Null State) 50 * 0x81, 0x01, // Input (Const,Array,Abs,No Wrap,Linear,Preferred State,No Null Position) 59 * 0x81, 0x02, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position) 74 * 0x81, 0x02, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position) 77 …* 0xB1, 0x02, // Feature (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position,… 79 …* 0x91, 0x02, // Output (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position,N… 88 * 0x81, 0x02, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position) 126 0x81, 0x02, /* Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position) */ [all …]
|
| /linux/drivers/leds/ |
| H A D | leds-wrap.c | 3 * LEDs driver for PCEngines WRAP 19 #define DRVNAME "wrap-led" 54 .name = "wrap::power", 61 .name = "wrap::error", 67 .name = "wrap::extra", 128 MODULE_DESCRIPTION("PCEngines WRAP LED driver");
|
| /linux/arch/arm64/kernel/ |
| H A D | Makefile | 71 obj-y += vdso-wrap.o 72 obj-$(CONFIG_COMPAT_VDSO) += vdso32-wrap.o 74 # Force dependency (vdso*-wrap.S includes vdso.so through incbin) 75 $(obj)/vdso-wrap.o: $(obj)/vdso/vdso.so 76 $(obj)/vdso32-wrap.o: $(obj)/vdso32/vdso.so
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | mediatek,mt8188-clock.yaml | 38 - mediatek,mt8188-imp-iic-wrap-c 39 - mediatek,mt8188-imp-iic-wrap-en 40 - mediatek,mt8188-imp-iic-wrap-w 89 compatible = "mediatek,mt8188-imp-iic-wrap-c";
|
| H A D | mediatek,mt8196-clock.yaml | 27 - mediatek,mt8196-imp-iic-wrap-c 28 - mediatek,mt8196-imp-iic-wrap-e 29 - mediatek,mt8196-imp-iic-wrap-n 30 - mediatek,mt8196-imp-iic-wrap-w
|
| /linux/lib/ |
| H A D | sbitmap.c | 64 unsigned int depth, unsigned int alloc_hint, bool wrap) in sbitmap_deferred_clear() argument 79 * to take wrap & alloc_hint into account, otherwise a in sbitmap_deferred_clear() 82 if (!wrap && alloc_hint) in sbitmap_deferred_clear() 159 unsigned int hint, bool wrap) in __sbitmap_get_word() argument 163 /* don't wrap if starting from 0 */ in __sbitmap_get_word() 164 wrap = wrap && hint; in __sbitmap_get_word() 174 if (hint && wrap) { in __sbitmap_get_word() 195 bool wrap) in sbitmap_find_bit_in_word() argument 201 alloc_hint, wrap); in sbitmap_find_bit_in_word() 204 if (!sbitmap_deferred_clear(map, depth, alloc_hint, wrap)) in sbitmap_find_bit_in_word() [all …]
|
| /linux/include/linux/ |
| H A D | overflow.h | 56 * Returns true on wrap-around, false otherwise. 59 * wrap-around occurred. 71 * tripping any wrap-around sanitizers that may be enabled. 85 * Increments @var by @offset with wrap-around. Returns the resulting 86 * value of @var. Will not trip any wrap-around sanitizers. 102 * Returns true on wrap-around, false otherwise. 105 * wrap-around occurred. 117 * tripping any wrap-around sanitizers that may be enabled. 131 * Decrements @var by @offset with wrap-around. Returns the resulting 132 * value of @var. Will not trip any wrap-around sanitizers. [all …]
|
| /linux/drivers/clk/mediatek/ |
| H A D | clk-mt8196-imp_iic_wrap.c | 99 { .compatible = "mediatek,mt8196-imp-iic-wrap-c", .data = &impc_mcd }, 100 { .compatible = "mediatek,mt8196-imp-iic-wrap-e", .data = &impe_mcd }, 101 { .compatible = "mediatek,mt8196-imp-iic-wrap-n", .data = &impn_mcd }, 102 { .compatible = "mediatek,mt8196-imp-iic-wrap-w", .data = &impw_mcd },
|
| H A D | clk-mt8188-imp_iic_wrap.c | 65 { .compatible = "mediatek,mt8188-imp-iic-wrap-c", .data = &imp_iic_wrap_c_desc }, 66 { .compatible = "mediatek,mt8188-imp-iic-wrap-w", .data = &imp_iic_wrap_w_desc }, 67 { .compatible = "mediatek,mt8188-imp-iic-wrap-en", .data = &imp_iic_wrap_en_desc },
|
| /linux/scripts/ |
| H A D | Makefile.ubsan | 20 ubsan-integer-wrap-cflags-$(CONFIG_UBSAN_INTEGER_WRAP) += \ 27 -fsanitize-ignorelist=$(srctree)/scripts/integer-wrap-ignore.scl 28 export CFLAGS_UBSAN_INTEGER_WRAP := $(ubsan-integer-wrap-cflags-y)
|
| /linux/arch/powerpc/boot/ |
| H A D | Makefile | 273 quiet_cmd_wrap = WRAP $@ 384 $(call if_changed,wrap,$*,,,$(obj)/ramdisk.image.gz) 387 $(call if_changed,wrap,$(subst $(obj)/zImage.,,$@)) 391 $(call if_changed,wrap,$*,,$(obj)/dts/$*.dtb,$(obj)/ramdisk.image.gz) 394 $(call if_changed,wrap,$*,,$(obj)/dts/$*.dtb) 402 $(call if_changed,wrap,uboot) 405 $(call if_changed,wrap,uboot-$*,,$(obj)/dts/$*.dtb,$(obj)/ramdisk.image.gz) 408 $(call if_changed,wrap,uboot-$*,,$(obj)/dts/$*.dtb) 411 $(call if_changed,wrap,cuboot-$*,,$(obj)/dts/$*.dtb,$(obj)/ramdisk.image.gz) 414 $(call if_changed,wrap,cuboot-$*,,$(obj)/dts/$*.dtb) [all …]
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-trbe.c | 45 * we hit a "WRAP" event. 271 * Mark the buffer to indicate that there was a WRAP event by in trbe_report_wrap_event() 275 * lost between the time the WRAP was detected and the IRQ in trbe_report_wrap_event() 310 * wrapped around again to the base pointer. This is called a TRBE wrap event, which 311 * generates a maintenance interrupt when operated in WRAP or FILL mode. This driver 312 * uses FILL mode, where the TRBE stops the trace collection at wrap event. The IRQ 316 * Wrap around with an IRQ 468 * the end of the buffer, neither an wrap around nor an IRQ is expected in __trbe_normal_offset() 481 * end of the buffer, it will just wrap around with an IRQ giving an in __trbe_normal_offset() 494 * reaches the end of the buffer, it will just wrap around with an IRQ in __trbe_normal_offset() [all …]
|
| /linux/fs/nilfs2/ |
| H A D | alloc.c | 435 * @wrap: whether to wrap around 443 spinlock_t *lock, bool wrap) in nilfs_palloc_find_available_slot() argument 459 if (!wrap) in nilfs_palloc_find_available_slot() 462 /* wrap around */ in nilfs_palloc_find_available_slot() 572 * @wrap: whether to wrap around 582 struct nilfs_palloc_req *req, bool wrap) in nilfs_palloc_prepare_alloc_entry() argument 601 if (group >= ngroups && wrap) { in nilfs_palloc_prepare_alloc_entry() 602 /* wrap around */ in nilfs_palloc_prepare_alloc_entry() 638 wrap); in nilfs_palloc_prepare_alloc_entry() 642 * beginning, the wrap flag only has an effect on the in nilfs_palloc_prepare_alloc_entry()
|
| /linux/kernel/time/ |
| H A D | sched_clock.c | 179 u64 res, wrap, new_mask, new_epoch, cyc, ns; in sched_clock_register() local 198 wrap = clocks_calc_max_nsecs(new_mult, new_shift, 0, new_mask, NULL); in sched_clock_register() 199 cd.wrap_kt = ns_to_ktime(wrap); in sched_clock_register() 219 /* update timeout for clock wrap */ in sched_clock_register() 239 bits, r, r_unit, res, wrap); in sched_clock_register()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_mech.c | 51 .wrap = gss_krb5_wrap_v2, 80 .wrap = gss_krb5_wrap_v2, 119 .wrap = gss_krb5_wrap_v2, 145 .wrap = gss_krb5_wrap_v2, 174 .wrap = gss_krb5_wrap_v2, 200 .wrap = gss_krb5_wrap_v2, 558 * @pages: plaintext to wrap 570 return kctx->gk5e->wrap(kctx, offset, buf, pages); in gss_krb5_wrap()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_timeline.c | 242 { "wrap", 0, false, true }, in igt_sync() 675 * Across a seqno wrap, we need to keep the old cacheline alive for in live_hwsp_wrap() 740 /* With wrap should come a new hwsp */ in live_hwsp_wrap() 958 while (tl->seqno >= seqno) { /* Cause a wrap */ in wrap_timeline() 992 * priority saturation) and a wrap can happen within 30 minutes. in live_hwsp_read() 1056 * Start at a new wrap, and set seqno right before another wrap, in live_hwsp_read() 1222 /* We expected a wrap! */ in live_hwsp_rollover_kernel() 1226 pr_err("Wait for timeline wrap timed out!\n"); in live_hwsp_rollover_kernel() 1233 pr_err("Pre-wrap request not completed!\n"); in live_hwsp_rollover_kernel() 1261 * Simulate a long running user context, and force the seqno wrap in live_hwsp_rollover_user() [all …]
|