Home
last modified time | relevance | path

Searched full:ov (Results 1 – 25 of 166) sorted by relevance

1234567

/kernel/linux/linux-6.6/arch/csky/include/asm/
Dfutex.h21 "1: ldex.w %[ov], %[u] \n" \
33 : [r] "+r" (ret), [ov] "=&r" (oldval), \
51 __futex_atomic_op("mov %[t], %[ov]", in arch_futex_atomic_op_inuser()
55 __futex_atomic_op("add %[t], %[ov], %[op]", in arch_futex_atomic_op_inuser()
59 __futex_atomic_op("or %[t], %[ov], %[op]", in arch_futex_atomic_op_inuser()
63 __futex_atomic_op("and %[t], %[ov], %[op]", in arch_futex_atomic_op_inuser()
67 __futex_atomic_op("xor %[t], %[ov], %[op]", in arch_futex_atomic_op_inuser()
96 " cmpne %[v], %[ov] \n" in futex_atomic_cmpxchg_inatomic()
111 : [ov] "Jr" (oldval), [nv] "Jr" (newval), [e] "Jr" (-EFAULT) in futex_atomic_cmpxchg_inatomic()
/kernel/linux/linux-6.6/arch/riscv/include/asm/
Dfutex.h29 : [r] "+r" (ret), [ov] "=&r" (oldval), \
46 __futex_atomic_op("amoswap.w.aqrl %[ov],%z[op],%[u]", in arch_futex_atomic_op_inuser()
50 __futex_atomic_op("amoadd.w.aqrl %[ov],%z[op],%[u]", in arch_futex_atomic_op_inuser()
54 __futex_atomic_op("amoor.w.aqrl %[ov],%z[op],%[u]", in arch_futex_atomic_op_inuser()
58 __futex_atomic_op("amoand.w.aqrl %[ov],%z[op],%[u]", in arch_futex_atomic_op_inuser()
62 __futex_atomic_op("amoxor.w.aqrl %[ov],%z[op],%[u]", in arch_futex_atomic_op_inuser()
89 " bne %[v],%z[ov],3f \n" in futex_atomic_cmpxchg_inatomic()
96 : [ov] "Jr" ((long)(int)oldval), [nv] "Jr" (newval) in futex_atomic_cmpxchg_inatomic()
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dfutex.h37 : [r] "+r" (ret), [ov] "=&r" (oldval), \
54 __futex_atomic_op("amoswap.w.aqrl %[ov],%z[op],%[u]", in arch_futex_atomic_op_inuser()
58 __futex_atomic_op("amoadd.w.aqrl %[ov],%z[op],%[u]", in arch_futex_atomic_op_inuser()
62 __futex_atomic_op("amoor.w.aqrl %[ov],%z[op],%[u]", in arch_futex_atomic_op_inuser()
66 __futex_atomic_op("amoand.w.aqrl %[ov],%z[op],%[u]", in arch_futex_atomic_op_inuser()
70 __futex_atomic_op("amoxor.w.aqrl %[ov],%z[op],%[u]", in arch_futex_atomic_op_inuser()
97 " bne %[v],%z[ov],3f \n" in futex_atomic_cmpxchg_inatomic()
112 : [ov] "Jr" (oldval), [nv] "Jr" (newval), [e] "i" (-EFAULT) in futex_atomic_cmpxchg_inatomic()
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
Dbttv-risc.c236 const struct bttv_format *fmt, struct bttv_overlay *ov, in bttv_risc_overlay() argument
247 skips = kmalloc_array(ov->nclips, sizeof(*skips),GFP_KERNEL); in bttv_risc_overlay()
253 dwords = (3 * ov->nclips + 2) * in bttv_risc_overlay()
254 ((skip_even || skip_odd) ? (ov->w.height+1)>>1 : ov->w.height); in bttv_risc_overlay()
267 addr += btv->fbuf.fmt.bytesperline * ov->w.top; in bttv_risc_overlay()
268 addr += (fmt->depth >> 3) * ov->w.left; in bttv_risc_overlay()
271 for (maxy = -1, line = 0; line < ov->w.height; in bttv_risc_overlay()
274 (line >= (ov->w.height - VCR_HACK_LINES))) in bttv_risc_overlay()
283 btcx_calc_skips(line, ov->w.width, &maxy, in bttv_risc_overlay()
284 skips, &nskips, ov->clips, ov->nclips); in bttv_risc_overlay()
[all …]
Dbttv-driver.c2175 kfree(fh->ov.clips); in setup_window_lock()
2176 fh->ov.clips = clips; in setup_window_lock()
2177 fh->ov.nclips = n; in setup_window_lock()
2179 fh->ov.w = win->w; in setup_window_lock()
2180 fh->ov.field = win->field; in setup_window_lock()
2181 fh->ov.setup_ok = 1; in setup_window_lock()
2183 btv->init.ov.w.width = win->w.width; in setup_window_lock()
2184 btv->init.ov.w.height = win->w.height; in setup_window_lock()
2185 btv->init.ov.field = win->field; in setup_window_lock()
2194 bttv_overlay_risc(btv, &fh->ov, fh->ovfmt, new); in setup_window_lock()
[all …]
/kernel/linux/linux-6.6/arch/x86/boot/
Dvideo-mode.c120 u8 pt, ov; in vga_recalc_vertical() local
137 ov = in_idx(crtc, 0x07); /* Overflow register */ in vga_recalc_vertical()
138 ov &= 0xbd; in vga_recalc_vertical()
139 ov |= (rows >> (8-1)) & 0x02; in vga_recalc_vertical()
140 ov |= (rows >> (9-6)) & 0x40; in vga_recalc_vertical()
141 out_idx(ov, crtc, 0x07); in vga_recalc_vertical()
/kernel/linux/linux-5.10/arch/x86/boot/
Dvideo-mode.c120 u8 pt, ov; in vga_recalc_vertical() local
137 ov = in_idx(crtc, 0x07); /* Overflow register */ in vga_recalc_vertical()
138 ov &= 0xbd; in vga_recalc_vertical()
139 ov |= (rows >> (8-1)) & 0x02; in vga_recalc_vertical()
140 ov |= (rows >> (9-6)) & 0x40; in vga_recalc_vertical()
141 out_idx(ov, crtc, 0x07); in vga_recalc_vertical()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/
Ddlg,da9063.yaml15 Using regulator-{uv,ov}-{warn,error,protection}-microvolt requires special
18 UV *and* OV monitoring, both must be set to the same severity and value
133 regulator-ov-protection-microvolt = <0>;
140 regulator-ov-protection-microvolt = <1>;
/kernel/linux/linux-5.10/drivers/gpu/drm/armada/
Darmada_drm.h24 uint32_t ov, v; in armada_updatel() local
26 ov = v = readl_relaxed(ptr); in armada_updatel()
28 if (ov != v) in armada_updatel()
/kernel/linux/linux-6.6/drivers/gpu/drm/armada/
Darmada_drm.h23 uint32_t ov, v; in armada_updatel() local
25 ov = v = readl_relaxed(ptr); in armada_updatel()
27 if (ov != v) in armada_updatel()
/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/
Dcore_feature_dsp.h57 * - SAT.Qn(): Saturate to the range of [-2^n, 2^n-1], if saturation happens, set PSW.OV.
58 * - SAT.Um(): Saturate to the range of [0, 2^m-1], if saturation happens, set PSW.OV.
219 * \defgroup NMSIS_Core_DSP_Intrinsic_OV_FLAG_SC OV (Overflow) flag Set/Clear Instructions
221 * \brief OV (Overflow) flag Set/Clear Instructions
223 …ng table lists the user instructions related to Overflow (OV) flag manipulation. there are 2 OV (O…
709 * \brief CLROV (Clear OV flag)
1387 * 0x7f as the output and sets the OV bit to 1.
1394 * OV = 1;
1432 * generates 0x7fff as the output and sets the OV bit to 1.
1439 * OV = 1;
[all …]
/kernel/linux/linux-5.10/drivers/media/common/saa7146/
Dsaa7146_video.c106 if (vv->ov.fh == NULL) { in saa7146_start_preview()
132 fmt.fmt.win = vv->ov.win; in saa7146_start_preview()
138 vv->ov.win = fmt.fmt.win; in saa7146_start_preview()
141 vv->ov.win.w.width, vv->ov.win.w.height, in saa7146_start_preview()
142 vv->ov.win.w.left, vv->ov.win.w.top, in saa7146_start_preview()
143 vv->ov_fmt->pixelformat, v4l2_field_names[vv->ov.win.field]); in saa7146_start_preview()
599 f->fmt.win = vv->ov.win; in vidioc_g_fmt_vid_overlay()
769 vv->ov.win = f->fmt.win; in vidioc_s_fmt_vid_overlay()
770 vv->ov.nclips = f->fmt.win.clipcount; in vidioc_s_fmt_vid_overlay()
771 if (vv->ov.nclips > 16) in vidioc_s_fmt_vid_overlay()
[all …]
Dsaa7146_hlp.c344 int width = vv->ov.win.w.width; in calculate_clipping_registers_rect()
345 int height = vv->ov.win.w.height; in calculate_clipping_registers_rect()
346 int clipcount = vv->ov.nclips; in calculate_clipping_registers_rect()
366 x[i] = vv->ov.clips[i].c.left; in calculate_clipping_registers_rect()
367 y[i] = vv->ov.clips[i].c.top; in calculate_clipping_registers_rect()
368 w[i] = vv->ov.clips[i].c.width; in calculate_clipping_registers_rect()
369 h[i] = vv->ov.clips[i].c.height; in calculate_clipping_registers_rect()
487 enum v4l2_field field = vv->ov.win.field; in saa7146_set_clipping_rect()
493 if (vv->ov.nclips == 0) { in saa7146_set_clipping_rect()
653 saa7146_set_window(dev, vv->ov.win.w.width, vv->ov.win.w.height, vv->ov.win.field); in saa7146_enable_overlay()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
Dskge.h2296 XMR_MAX_SZ_OV = 1<<31, /* Bit 31: 1024-MaxSize Rx Cnt Ov*/
2297 XMR_1023B_OV = 1<<30, /* Bit 30: 512-1023Byte Rx Cnt Ov*/
2298 XMR_511B_OV = 1<<29, /* Bit 29: 256-511 Byte Rx Cnt Ov*/
2299 XMR_255B_OV = 1<<28, /* Bit 28: 128-255 Byte Rx Cnt Ov*/
2300 XMR_127B_OV = 1<<27, /* Bit 27: 65-127 Byte Rx Cnt Ov */
2301 XMR_64B_OV = 1<<26, /* Bit 26: 64 Byte Rx Cnt Ov */
2304 XMR_CEX_ERR_OV = 1<<23, /* Bit 23: CEXT Err Cnt Ov */
2305 XMR_FCS_ERR_OV = 1<<21, /* Bit 21: Rx FCS Error Cnt Ov */
2306 XMR_LNG_ERR_OV = 1<<20, /* Bit 20: Rx too Long Err Cnt Ov*/
2307 XMR_RUNT_OV = 1<<19, /* Bit 19: Runt Event Cnt Ov */
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
Dskge.h2296 XMR_MAX_SZ_OV = 1<<31, /* Bit 31: 1024-MaxSize Rx Cnt Ov*/
2297 XMR_1023B_OV = 1<<30, /* Bit 30: 512-1023Byte Rx Cnt Ov*/
2298 XMR_511B_OV = 1<<29, /* Bit 29: 256-511 Byte Rx Cnt Ov*/
2299 XMR_255B_OV = 1<<28, /* Bit 28: 128-255 Byte Rx Cnt Ov*/
2300 XMR_127B_OV = 1<<27, /* Bit 27: 65-127 Byte Rx Cnt Ov */
2301 XMR_64B_OV = 1<<26, /* Bit 26: 64 Byte Rx Cnt Ov */
2304 XMR_CEX_ERR_OV = 1<<23, /* Bit 23: CEXT Err Cnt Ov */
2305 XMR_FCS_ERR_OV = 1<<21, /* Bit 21: Rx FCS Error Cnt Ov */
2306 XMR_LNG_ERR_OV = 1<<20, /* Bit 20: Rx too Long Err Cnt Ov*/
2307 XMR_RUNT_OV = 1<<19, /* Bit 19: Runt Event Cnt Ov */
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/supply/
Dqcom,pmi8998-charger.yaml27 - const: bat-ov
73 interrupt-names = "usb-plugin", "bat-ov", "wdog-bark", "usbin-icl-change";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/backlight/
Dlp855x.txt28 /* 4V OV, 4 output LED0 string enabled */
67 /* 4V OV, 4 output LED string enabled */
/kernel/linux/linux-6.6/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.h71 #define print_overflow_err(mes, ov) \ argument
75 "could be inaccurate\n"), mes, ov); \
/kernel/linux/linux-5.10/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.h71 #define print_overflow_err(mes, ov) \ argument
75 "could be inaccurate\n"), mes, ov); \
/kernel/linux/linux-5.10/drivers/mfd/
Drohm-bd70528.c26 DEFINE_RES_IRQ_NAMED(BD70528_INT_BAT_OV_RES, "bd70528-bat-ov-res"),
27 DEFINE_RES_IRQ_NAMED(BD70528_INT_BAT_OV_DET, "bd70528-bat-ov-det"),
36 DEFINE_RES_IRQ_NAMED(BD70528_INT_DCIN2_OV_RES, "bd70528-dcin2-ov-res"),
37 DEFINE_RES_IRQ_NAMED(BD70528_INT_DCIN2_OV_DET, "bd70528-dcin2-ov-det"),
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/leds/backlight/
Dlp855x-backlight.yaml96 /* 4V OV, 4 output LED0 string enabled */
143 /* 4V OV, 4 output LED string enabled */
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/
Dregulator.yaml140 regulator-ov-protection-microvolt:
147 regulator-ov-error-microvolt:
154 regulator-ov-warn-microvolt:
/kernel/linux/linux-6.6/drivers/power/supply/
Dwm8350_power.c52 u16 sm, ov, co, chrg; in wm8350_get_supplies() local
56 ov = wm8350_reg_read(wm8350, WM8350_MISC_OVERRIDES); in wm8350_get_supplies()
71 && !(ov & WM8350_USB_LIMIT_OVRDE)) in wm8350_get_supplies()
76 && (ov & WM8350_USB_LIMIT_OVRDE) && (chrg == 0)) in wm8350_get_supplies()
/kernel/linux/linux-5.10/drivers/power/supply/
Dwm8350_power.c52 u16 sm, ov, co, chrg; in wm8350_get_supplies() local
56 ov = wm8350_reg_read(wm8350, WM8350_MISC_OVERRIDES); in wm8350_get_supplies()
71 && !(ov & WM8350_USB_LIMIT_OVRDE)) in wm8350_get_supplies()
76 && (ov & WM8350_USB_LIMIT_OVRDE) && (chrg == 0)) in wm8350_get_supplies()
/kernel/linux/linux-6.6/arch/m68k/bvme6000/
Dconfig.c238 u32 v = 800000, ov; in bvme6000_read_clk() local
246 ov = v; in bvme6000_read_clk()
254 abs(ov-v) > 80 || in bvme6000_read_clk()

1234567