Home
last modified time | relevance | path

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

12345678910

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dselftest_ring.c79 unsigned int half = 2048; in igt_ring_direction() local
82 ring = mock_ring(2 * half); in igt_ring_direction()
86 GEM_BUG_ON(ring->size != 2 * half); in igt_ring_direction()
89 for (step = 1; step < half; step <<= 1) { in igt_ring_direction()
91 err |= check_ring_offset(ring, half, step); in igt_ring_direction()
93 err |= check_ring_step(ring, 0, half - 64); in igt_ring_direction()
96 err |= check_ring_offset(ring, 0, 2 * half + 64); in igt_ring_direction()
97 err |= check_ring_offset(ring, 3 * half, 1); in igt_ring_direction()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/soc/ixp4xx/
Dixp4xx-qmgr.c187 int i, half = (irq == qmgr_irq_1 ? 0 : 1); in qmgr_irq() local
188 u32 req_bitmap = __raw_readl(&qmgr_regs->irqstat[half]); in qmgr_irq()
192 __raw_writel(req_bitmap, &qmgr_regs->irqstat[half]); /* ACK */ in qmgr_irq()
197 i += half * HALF_QUEUES; in qmgr_irq()
207 int half = queue / 32; in qmgr_enable_irq() local
211 __raw_writel(__raw_readl(&qmgr_regs->irqen[half]) | mask, in qmgr_enable_irq()
212 &qmgr_regs->irqen[half]); in qmgr_enable_irq()
219 int half = queue / 32; in qmgr_disable_irq() local
223 __raw_writel(__raw_readl(&qmgr_regs->irqen[half]) & ~mask, in qmgr_disable_irq()
224 &qmgr_regs->irqen[half]); in qmgr_disable_irq()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
Dsun4i_hdmi_tmds_clk.c31 bool *half) in sun4i_tmds_calc_divider() argument
57 if (div && half) { in sun4i_tmds_calc_divider()
59 *half = is_double; in sun4i_tmds_calc_divider()
147 bool half; in sun4i_tmds_set_rate() local
152 &div, &half); in sun4i_tmds_set_rate()
156 if (half) in sun4i_tmds_set_rate()
/kernel/linux/linux-5.10/drivers/clk/sunxi/
Dclk-sun4i-tcon-ch1.c101 bool *half) in tcon_ch1_calc_divider() argument
127 if (div && half) { in tcon_ch1_calc_divider()
129 *half = is_double; in tcon_ch1_calc_divider()
191 bool half; in tcon_ch1_set_rate() local
195 tcon_ch1_calc_divider(rate, parent_rate, &div_m, &half); in tcon_ch1_set_rate()
202 if (half) in tcon_ch1_set_rate()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/hwmon/
Dmax197.c124 int half = data->limit / 2; in max197_store_range() local
134 value = -half; in max197_store_range()
141 value = half; in max197_store_range()
150 } else if (value == -half) { in max197_store_range()
156 } else if (value == half) { in max197_store_range()
/kernel/linux/linux-5.10/tools/testing/ktest/
Dconfig-bisect.pl472 my @half = @{$phalf};
479 foreach my $item (@half) {
533 my $half = int($#diff_arr / 2);
534 my @tophalf = @diff_arr[0 .. $half];
558 my $half = int($#diff_arr / 2);
559 my @bottomhalf = @diff_arr[$half+1 .. $#diff_arr];
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/
Dgrukservices.c643 int half, qlines; in send_message_queue_full() local
651 half = (limit != qlines); in send_message_queue_full()
653 if (half) in send_message_queue_full()
659 gru_gamir(cb, EOP_IR_CLR, HSTATUS(mqd->mq_gpa, half), XTYPE_DW, IMA); in send_message_queue_full()
670 gru_gamir(cb, EOP_IR_INC, HSTATUS(mqd->mq_gpa, half), in send_message_queue_full()
689 gru_gamir(cb, EOP_IR_INC, HSTATUS(mqd->mq_gpa, half), XTYPE_DW, in send_message_queue_full()
842 int half = -1; in gru_free_message() local
853 half = 1; in gru_free_message()
855 half = 0; in gru_free_message()
858 if (half >= 0) in gru_free_message()
[all …]
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
Dsfdp.c226 u16 half, in spi_nor_set_read_settings_from_bfpt() argument
229 read->num_mode_clocks = (half >> 5) & 0x07; in spi_nor_set_read_settings_from_bfpt()
230 read->num_wait_states = (half >> 0) & 0x1f; in spi_nor_set_read_settings_from_bfpt()
231 read->opcode = (half >> 8) & 0xff; in spi_nor_set_read_settings_from_bfpt()
437 u16 half; in spi_nor_parse_bfpt() local
503 half = bfpt.dwords[rd->settings_dword] >> rd->settings_shift; in spi_nor_parse_bfpt()
504 spi_nor_set_read_settings_from_bfpt(read, half, rd->proto); in spi_nor_parse_bfpt()
518 half = bfpt.dwords[er->dword] >> er->shift; in spi_nor_parse_bfpt()
519 erasesize = half & 0xff; in spi_nor_parse_bfpt()
526 opcode = (half >> 8) & 0xff; in spi_nor_parse_bfpt()
/kernel/linux/linux-5.10/arch/arm/vdso/
Dvdsomunge.c106 static Elf32_Half read_elf_half(Elf32_Half half, bool swap) in read_elf_half() argument
108 return swap ? swab16(half) : half; in read_elf_half()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/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-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
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
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/
Dphy-ocelot-serdes.txt13 half/full-duplex and 1000Mbps in full-duplex mode while SERDES6G supports
14 10/100Mbps in half/full-duplex and 1000/2500Mbps in full-duplex mode.
/kernel/linux/linux-5.10/Documentation/driver-api/serial/
Dserial-rs485.rst19 half-duplex mode capable of automatically controlling line direction by
21 half-duplex hardware like an RS485 transceiver or any RS232-connected
22 half-duplex devices like some modems.
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dvecemu.c245 int exp, half; in rfin() local
257 half = 0x400000 >> exp; in rfin()
259 return (x + half) & ~(0x7fffff >> exp); in rfin()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/
Drotary-encoder.txt27 - rotary-encoder,half-period: Makes the driver work on half-period mode.
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/doc/
DTREE_RCU-kconfig.txt12 CONFIG_PREEMPT -- Do half. (First three and #8.)
21 CONFIG_RCU_TRACE -- Do half.
/kernel/linux/linux-5.10/drivers/staging/nvec/
DTODO3 - move half of the nvec init stuff to i2c-tegra.c
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/dlink/
Ddl2k.rst215 10mbps_hd 10Mbps half duplex.
217 100mbps_hd 100Mbps half duplex.
220 1000mbps_hd 1000Mbps half duplex.
222 1 10Mbps half duplex.
224 3 100Mbps half duplex.
226 5 1000Mbps half duplex.
/kernel/linux/linux-5.10/arch/xtensa/lib/
Dmemset.S106 bbci.l a5, 0, .L20 # branch if dst alignment half-aligned
115 # dst half-aligned

12345678910