Home
last modified time | relevance | path

Searched refs:half (Results 1 – 25 of 201) sorted by relevance

123456789

/Linux-v4.19/arch/arm/mach-ks8695/
Dtime.c60 u32 half = DIV_ROUND_CLOSEST(rate, 2); in ks8695_set_periodic() local
69 writel_relaxed(half, KS8695_TMR_VA + KS8695_T1TC); in ks8695_set_periodic()
70 writel_relaxed(half, KS8695_TMR_VA + KS8695_T1PD); in ks8695_set_periodic()
82 u32 half = DIV_ROUND_CLOSEST(cycles, 2); in ks8695_set_next_event() local
91 writel_relaxed(half, KS8695_TMR_VA + KS8695_T1TC); in ks8695_set_next_event()
92 writel_relaxed(half, KS8695_TMR_VA + KS8695_T1PD); in ks8695_set_next_event()
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/
Dcirrus,clps711x-intc.txt24 12: UTXINT1 UART1 transmit FIFO half empty
25 13: URXINT1 UART1 receive FIFO half full
29 17: SS2RX SSI2 receive FIFO half or greater full
30 18: SS2TX SSI2 transmit FIFO less than half empty
31 28: UTXINT2 UART2 transmit FIFO half empty
32 29: URXINT2 UART2 receive FIFO half full
/Linux-v4.19/arch/arm/mach-ixp4xx/
Dixp4xx_qmgr.c98 int i, half = (irq == IRQ_IXP4XX_QM1 ? 0 : 1); in qmgr_irq() local
99 u32 req_bitmap = __raw_readl(&qmgr_regs->irqstat[half]); in qmgr_irq()
103 __raw_writel(req_bitmap, &qmgr_regs->irqstat[half]); /* ACK */ in qmgr_irq()
108 i += half * HALF_QUEUES; in qmgr_irq()
118 int half = queue / 32; in qmgr_enable_irq() local
122 __raw_writel(__raw_readl(&qmgr_regs->irqen[half]) | mask, in qmgr_enable_irq()
123 &qmgr_regs->irqen[half]); in qmgr_enable_irq()
130 int half = queue / 32; in qmgr_disable_irq() local
134 __raw_writel(__raw_readl(&qmgr_regs->irqen[half]) & ~mask, in qmgr_disable_irq()
135 &qmgr_regs->irqen[half]); in qmgr_disable_irq()
[all …]
/Linux-v4.19/drivers/net/ethernet/8390/
Dstnic.c32 #define half unsigned short macro
100 *(vhalf *) (PA_83902 + ((reg) << 1)) = ((half) (val) << 8); in STNIC_WRITE()
190 half buf[2]; in stnic_get_hdr()
226 half val; in stnic_block_input()
248 length -= sizeof (half); in stnic_block_input()
274 *(vhalf *) PA_83902_IF = ((half) buf[1] << 8) | buf[0]; in stnic_block_output()
276 *(vhalf *) PA_83902_IF = ((half) buf[0] << 8) | buf[1]; in stnic_block_output()
279 buf += sizeof (half); in stnic_block_output()
280 length -= sizeof (half); in stnic_block_output()
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun4i_hdmi_tmds_clk.c34 bool *half) in sun4i_tmds_calc_divider() argument
60 if (div && half) { in sun4i_tmds_calc_divider()
62 *half = is_double; in sun4i_tmds_calc_divider()
150 bool half; in sun4i_tmds_set_rate() local
155 &div, &half); in sun4i_tmds_set_rate()
159 if (half) in sun4i_tmds_set_rate()
/Linux-v4.19/drivers/clk/sunxi/
Dclk-sun4i-tcon-ch1.c109 bool *half) in tcon_ch1_calc_divider() argument
135 if (div && half) { in tcon_ch1_calc_divider()
137 *half = is_double; in tcon_ch1_calc_divider()
199 bool half; in tcon_ch1_set_rate() local
203 tcon_ch1_calc_divider(rate, parent_rate, &div_m, &half); in tcon_ch1_set_rate()
210 if (half) in tcon_ch1_set_rate()
/Linux-v4.19/Documentation/input/devices/
Drotary-encoder.rst16 a stable state with both outputs high (half-period mode) and some have
37 one step (half-period mode)
49 In half-period mode, state a) and c) above are used to determine the
52 (i.e. the rotation was not reversed half-way).
61 meaning that there it has seen half the way of a one-step transition.
68 should have happened, unless it flipped back on half the way. The
/Linux-v4.19/drivers/hwmon/
Dmax197.c127 int half = data->limit / 2; in max197_store_range() local
137 value = -half; in max197_store_range()
144 value = half; in max197_store_range()
153 } else if (value == -half) { in max197_store_range()
159 } else if (value == half) { in max197_store_range()
/Linux-v4.19/tools/testing/ktest/
Dconfig-bisect.pl473 my @half = @{$phalf};
480 foreach my $item (@half) {
534 my $half = int($#diff_arr / 2);
535 my @tophalf = @diff_arr[0 .. $half];
559 my $half = int($#diff_arr / 2);
560 my @bottomhalf = @diff_arr[$half+1 .. $#diff_arr];
/Linux-v4.19/drivers/misc/sgi-gru/
Dgrukservices.c655 int half, qlines; in send_message_queue_full() local
663 half = (limit != qlines); in send_message_queue_full()
665 if (half) in send_message_queue_full()
671 gru_gamir(cb, EOP_IR_CLR, HSTATUS(mqd->mq_gpa, half), XTYPE_DW, IMA); in send_message_queue_full()
682 gru_gamir(cb, EOP_IR_INC, HSTATUS(mqd->mq_gpa, half), in send_message_queue_full()
701 gru_gamir(cb, EOP_IR_INC, HSTATUS(mqd->mq_gpa, half), XTYPE_DW, in send_message_queue_full()
854 int half = -1; in gru_free_message() local
865 half = 1; in gru_free_message()
867 half = 0; in gru_free_message()
870 if (half >= 0) in gru_free_message()
[all …]
/Linux-v4.19/arch/arm/vdso/
Dvdsomunge.c119 static Elf32_Half read_elf_half(Elf32_Half half, bool swap) in read_elf_half() argument
121 return swap ? swab16(half) : half; in read_elf_half()
/Linux-v4.19/tools/testing/selftests/rcutorture/doc/
DTREE_RCU-kconfig.txt9 CONFIG_HOTPLUG_CPU -- Do half. (Every second.)
13 CONFIG_PREEMPT -- Do half. (First three and #8.)
22 CONFIG_RCU_TRACE -- Do half.
/Linux-v4.19/Documentation/media/uapi/v4l/
Dpixfmt-yuv420.rst23 memory. The Cr plane is half the width and half the height of the Y
31 have half as many pad bytes after their rows. In other words, two Cx
Dpixfmt-yuv420m.rst24 is half the width and half the height of the Y plane (and of the image).
34 have half as many pad bytes after their rows. In other words, two Cx
Dpixfmt-nv12mt.rst23 in bytes, as the Y plane (and the image), but is half as tall in pixels.
43 the Z shape cannot be cut in half horizontally. In case the vertical
Dpixfmt-yuv422p.rst20 plane immediately follows the Y plane in memory. The Cb plane is half
27 have half as many pad bytes after their rows. In other words, two Cx
/Linux-v4.19/Documentation/driver-api/iio/
Dtriggered-buffers.rst56 * **sensor_iio_pollfunc**, the function that will be used as top half of poll
61 * **sensor_trigger_handler**, the function that will be used as bottom half of
65 top half.
/Linux-v4.19/Documentation/devicetree/bindings/serial/
Drs485.txt4 the built-in half-duplex mode.
5 The properties described hereafter shall be given to a half-duplex capable
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dfixed-link.txt15 used. When absent, half duplex is assumed.
29 - b: duplex configuration: 0 for half duplex, 1 for full duplex
/Linux-v4.19/arch/powerpc/kernel/
Dvecemu.c244 int exp, half; in rfin() local
256 half = 0x400000 >> exp; in rfin()
258 return (x + half) & ~(0x7fffff >> exp); in rfin()
/Linux-v4.19/Documentation/serial/
Dserial-rs485.txt15 half-duplex mode capable of automatically controlling line direction by
17 half-duplex hardware like an RS485 transceiver or any RS232-connected
18 half-duplex devices like some modems.
/Linux-v4.19/Documentation/devicetree/bindings/input/
Drotary-encoder.txt27 - rotary-encoder,half-period: Makes the driver work on half-period mode.
/Linux-v4.19/drivers/staging/nvec/
DTODO3 - move half of the nvec init stuff to i2c-tegra.c
/Linux-v4.19/Documentation/media/kapi/
Ddtv-demux.rst39 Note that functions called from a bottom half context must not sleep.
43 bottom half context. Thus, if a demux kABI function is called from network
63 bottom half mechanism or start a tasklet instead of making the callback
/Linux-v4.19/lib/fonts/
DKconfig51 Small console font with Macintosh-style high-half glyphs. Some Mac
67 Small console font with PC-style control-character and high-half
75 Small console font with PC-style control characters and high-half

123456789