Home
last modified time | relevance | path

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

/drivers/video/fbdev/core/
A Dfb_copyarea.h205 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd()
215 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd()
219 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd()
223 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd()
227 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd()
235 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd()
243 d0 = fb_left(d0, left); in fb_copy_fwd()
312 d0 = fb_left(d1, left) | fb_right(d0, right); in fb_copy_rev()
316 d0 = fb_left(d1, left) | fb_right(d0, right); in fb_copy_rev()
333 d0 = fb_left(d1, left) | fb_right(d0, right); in fb_copy_rev()
[all …]
/drivers/net/wan/
A Dwanxlfw.S197 movel OR1, %d0
200 movel %d0, OR1
209 cmpl #4 * 4, %d0
282 cmpl #4 * 4, %d0
296 clrl tx_in(%d0)
297 clrl tx_out(%d0)
299 clrl rx_in(%d0)
417 movel %d0, %d1
786 movel %d0, %a0
791 lsll #1, %d0
[all …]
/drivers/net/wireless/ath/wil6210/
A Dtxrx_edma.h101 u32 d0; member
287 u32 d0; member
330 u32 d0; member
368 return WIL_GET_BITS(((struct wil_rx_status_compressed *)msg)->d0, in wil_rx_status_get_flow_id()
374 return WIL_GET_BITS(((struct wil_rx_status_compressed *)msg)->d0, in wil_rx_status_get_mcast()
417 return WIL_GET_BITS(((struct wil_rx_status_compressed *)msg)->d0, in wil_rx_status_get_eop()
479 if (!(((struct wil_rx_status_compressed *)msg)->d0 & in wil_rx_status_get_mid()
483 return WIL_GET_BITS(((struct wil_rx_status_compressed *)msg)->d0, in wil_rx_status_get_mid()
489 return WIL_GET_BITS(((struct wil_rx_status_compressed *)msg)->d0, in wil_rx_status_get_error()
495 return WIL_GET_BITS(((struct wil_rx_status_compressed *)msg)->d0, in wil_rx_status_get_l2_rx_status()
[all …]
A Dtxrx.h283 u32 d0; member
344 u32 d0; member
459 u32 d0; member
507 return WIL_GET_BITS(d->mac.d0, 0, 3); in wil_rxdesc_tid()
512 return WIL_GET_BITS(d->mac.d0, 4, 6); in wil_rxdesc_cid()
518 WIL_GET_BITS(d->mac.d0, 8, 9) : 0; in wil_rxdesc_mid()
523 return WIL_GET_BITS(d->mac.d0, 10, 11); in wil_rxdesc_ftype()
528 return WIL_GET_BITS(d->mac.d0, 12, 15); in wil_rxdesc_subtype()
539 return WIL_GET_BITS(d->mac.d0, 16, 27); in wil_rxdesc_seq()
544 return WIL_GET_BITS(d->mac.d0, 28, 31); in wil_rxdesc_ext_subtype()
[all …]
A Dtxrx.c284 d->dma.d0 = RX_DMA_D0_CMD_DMA_RT | RX_DMA_D0_CMD_DMA_IT; in wil_vring_alloc_skb()
1641 d->dma.d0 |= (2 << DMA_CFG_DESC_TX_0_L4_TYPE_POS); in wil_tx_desc_offload_setup_tso()
1646 d->dma.d0 |= (BIT(DMA_CFG_DESC_TX_0_TCP_SEG_EN_POS)) | in wil_tx_desc_offload_setup_tso()
1689 d->dma.d0 |= (2 << DMA_CFG_DESC_TX_0_L4_TYPE_POS); in wil_tx_desc_offload_setup()
1691 d->dma.d0 |= in wil_tx_desc_offload_setup()
1696 d->dma.d0 |= in wil_tx_desc_offload_setup()
1714 d->dma.d0 |= BIT(DMA_CFG_DESC_TX_0_CMD_EOP_POS) | in wil_tx_last_desc()
1721 d->dma.d0 |= wil_tso_type_lst << in wil_set_tx_desc_last_tso()
2114 d->dma.d0 |= BIT(DMA_CFG_DESC_TX_0_CMD_EOP_POS); in __wil_tx_ring()
2115 d->dma.d0 |= BIT(DMA_CFG_DESC_TX_0_CMD_MARK_WB_POS); in __wil_tx_ring()
[all …]
A Dpmc.c167 d->dma.d0 = BIT(9) | RX_DMA_D0_CMD_DMA_IT; in wil_pmc_alloc()
A Dtxrx_edma.c218 *dr_bit = WIL_GET_BITS(_msg->d0, 31, 31); in wil_get_next_rx_status_msg()
/drivers/parisc/
A Diosapic.c598 u32 d0, d1; in iosapic_mask_irq() local
601 iosapic_rd_irt_entry(vi, &d0, &d1); in iosapic_mask_irq()
602 d0 |= IOSAPIC_IRDT_ENABLE; in iosapic_mask_irq()
603 iosapic_wr_irt_entry(vi, d0, d1); in iosapic_mask_irq()
610 u32 d0, d1; in iosapic_unmask_irq() local
615 iosapic_set_irt_data(vi, &d0, &d1); in iosapic_unmask_irq()
616 iosapic_wr_irt_entry(vi, d0, d1); in iosapic_unmask_irq()
631 for (d0=0x10; d0<0x1e; d0++) { in iosapic_unmask_irq()
632 d1 = iosapic_read(isp->addr, d0); in iosapic_unmask_irq()
663 u32 d0, d1, dummy_d0; in iosapic_set_affinity_irq() local
[all …]
/drivers/video/fbdev/
A Damifb.c2681 d0 = d1; in bitcpy()
2692 d0 = d1; in bitcpy()
2695 d0 = d1; in bitcpy()
2698 d0 = d1; in bitcpy()
2701 d0 = d1; in bitcpy()
2707 d0 = d1; in bitcpy()
2832 d0 = d1; in bitcpy_rev()
2843 d0 = d1; in bitcpy_rev()
2846 d0 = d1; in bitcpy_rev()
2849 d0 = d1; in bitcpy_rev()
[all …]
/drivers/block/
A Dswim_asm.S64 moveq #-1, %d0
140 moveq #0, %d0
144 moveq #-1, %d0
236 movel #sector_size, %d0
238 subl %d4, %d0
242 moveq #-1, %d0
/drivers/ipack/devices/
A Dscc2698.h23 u8 d0, mr; /* Mode register 1/2*/ member
30 u8 d0, mr; /* Mode register 1/2 */ member
48 u8 d0, mra; /* Mode register 1/2 (a) */ member
66 u8 d0, mra; /* Mode register 1/2 (a) */ member
/drivers/gpu/drm/ci/xfails/
A Dvkms-none-skips.txt115 …b 7c 24 40 48 8b 80 48 01 00 00 <48> 63 70 18 8b 40 20 48 89 f2 48 c1 e6 03 29 d0 48 8b 54 24 48 48
149 …b 7c 24 40 48 8b 80 48 01 00 00 <48> 63 70 18 8b 40 20 48 89 f2 48 c1 e6 03 29 d0 48 8b 54 24 48 48
166 …b 7c 24 40 48 8b 80 48 01 00 00 <48> 63 70 18 8b 40 20 48 89 f2 48 c1 e6 03 29 d0 48 8b 54 24 48 48
202 …b 7c 24 40 48 8b 80 48 01 00 00 <48> 63 70 18 8b 40 20 48 89 f2 48 c1 e6 03 29 d0 48 8b 54 24 48 48
217 …b 7c 24 40 48 8b 80 48 01 00 00 <48> 63 70 18 8b 40 20 48 89 f2 48 c1 e6 03 29 d0 48 8b 54 24 48 48
251 …b 7c 24 40 48 8b 80 48 01 00 00 <48> 63 70 18 8b 40 20 48 89 f2 48 c1 e6 03 29 d0 48 8b 54 24 48 48
270 # Code: f7 48 89 f3 e8 d0 bf ee ec 48 8b 83 50 01 00 00 a8 01 75 15 48 8b bb a0 01 00 00 e8 59 05 9…
376 # Code: f7 48 89 f3 e8 d0 bf 6e d0 48 8b 83 50 01 00 00 a8 01 75 15 48 8b bb a0 01 00 00 e8 59 05 1…
482 # Code: f7 48 89 f3 e8 d0 bf 6e d0 48 8b 83 50 01 00 00 a8 01 75 15 48 8b bb a0 01 00 00 e8 59 05 1…
588 # Code: f7 48 89 f3 e8 d0 bf 6e d0 48 8b 83 50 01 00 00 a8 01 75 15 48 8b bb a0 01 00 00 e8 59 05 1…
[all …]
/drivers/platform/x86/
A Dsamsung-laptop.c56 u32 d0; member
402 command, in->d0, in->d1, in->d2, in->d3); in sabi_command()
415 writel(in->d0, samsung->sabi_iface + SABI_IFACE_DATA); in sabi_command()
444 out->d0 = readl(samsung->sabi_iface + SABI_IFACE_DATA); in sabi_command()
452 out->d0, out->d1, out->d2, out->d3); in sabi_command()
1162 data.d0 = 0xaabb; in kbd_backlight_enable()
1169 if (data.d0 != 0xccdd) in kbd_backlight_enable()
1197 data.d0 = 0x82 | ((brightness & 0xFF) << 8); in kbd_backlight_write()
1350 sdata->d0, sdata->d1, sdata->d2, sdata->d3); in samsung_laptop_call_show()
1361 sdata->d0, sdata->d1, sdata->d2, sdata->d3); in samsung_laptop_call_show()
[all …]
/drivers/net/wireless/intel/iwlwifi/mvm/
A Drxmq.c974 __le32 d0, d1, d2, d3, eht_d4, d5; member
1169 he->data3 |= le16_encode_bits(le32_get_bits(phy_data->d0, in iwl_mvm_decode_he_phy_data()
1179 he->data3 |= le16_encode_bits(le32_get_bits(phy_data->d0, in iwl_mvm_decode_he_phy_data()
1182 he->data5 |= le16_encode_bits(le32_get_bits(phy_data->d0, in iwl_mvm_decode_he_phy_data()
1185 he->data5 |= le16_encode_bits(le32_get_bits(phy_data->d0, in iwl_mvm_decode_he_phy_data()
1191 he->data6 |= le16_encode_bits(le32_get_bits(phy_data->d0, in iwl_mvm_decode_he_phy_data()
1534 __le32 data0 = phy_data->d0; in iwl_mvm_decode_eht_phy_data()
1677 le32_to_cpu(phy_data->d0)); in iwl_mvm_rx_eht()
2129 phy_data.d0 = desc->v3.phy_data0; in iwl_mvm_rx_mpdu_mq()
2144 phy_data.d0 = desc->v1.phy_data0; in iwl_mvm_rx_mpdu_mq()
[all …]
/drivers/devfreq/event/
A Dexynos-ppmu.c90 PPMU_EVENT(d0-cpu),
91 PPMU_EVENT(d0-general),
92 PPMU_EVENT(d0-rt),
/drivers/net/wireless/ath/carl9170/
A Dphy.c970 u32 d0, d1, td0, td1, fd0, fd1; in carl9170_init_rf_bank4_pwr() local
1009 d0 = 0x21 | in carl9170_init_rf_bank4_pwr()
1013 td0 = d0 & 0x1f; in carl9170_init_rf_bank4_pwr()
1017 td0 = (d0 >> 5) & 0x7; in carl9170_init_rf_bank4_pwr()
/drivers/gpu/drm/radeon/
A Dr600_cs.c1407 unsigned w0, unsigned h0, unsigned d0, unsigned nsamples, unsigned format, in r600_texture_size() argument
1422 d0 = r600_mip_minify(d0, 0); in r600_texture_size()
1433 depth = r600_mip_minify(d0, i); in r600_texture_size()
1477 u32 dim, nfaces, llevel, blevel, w0, h0, d0; in r600_check_texture_resource() local
1510 d0 = G_038004_TEX_DEPTH(word1); in r600_check_texture_resource()
1590 r600_texture_size(nfaces, blevel, llevel, w0, h0, d0, array_check.nsamples, format, in r600_check_texture_resource()
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ring.h432 #define amdgpu_ring_emit_reg_write_reg_wait(r, d0, d1, v, m) (r)->funcs->emit_reg_write_reg_wait((r… argument
/drivers/acpi/acpica/
A Dacmacros.h456 #define ACPI_INIT_UUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
460 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7)
/drivers/media/v4l2-core/
A Dv4l2-vp9.c1110 #define DIVS_INV(d0, d1, d2, d3, d4, d5, d6, d7, d8, d9) \ in fastdiv() argument
1111 DIV_INV(d0), DIV_INV(d1), DIV_INV(d2), DIV_INV(d3), \ in fastdiv()
/drivers/pinctrl/renesas/
A Dpfc-r8a7778.c1448 #define MMC_PFC_DAT8(name, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
1449 SH_PFC_MUX8(name, d0, d1, d2, d3, d4, d5, d6, d7)
1543 #define SDHI_PFC_DAT4(name, d0, d1, d2, d3) SH_PFC_MUX4(name, d0, d1, d2, d3) argument
1671 #define VIN_PFC_DAT8(name, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
1672 SH_PFC_MUX8(name, d0, d1, d2, d3, d4, d5, d6, d7)
/drivers/gpu/drm/sun4i/
A Dsun6i_mipi_dsi.c266 static u32 sun6i_dsi_build_sync_pkt(u8 dt, u8 vc, u8 d0, u8 d1) in sun6i_dsi_build_sync_pkt() argument
271 val |= (d0 & 0xff) << 8; in sun6i_dsi_build_sync_pkt()
/drivers/tty/vt/
A Dcp437.uni88 0x44 U+0044 U+00d0
/drivers/mfd/
A Ddb8500-prcmu.c2017 static int prcmu_a9wdog(u8 cmd, u8 d0, u8 d1, u8 d2, u8 d3) in prcmu_a9wdog() argument
2025 writeb(d0, (tcdm_base + PRCM_REQ_MB4_A9WDOG_0)); in prcmu_a9wdog()
/drivers/scsi/
A Dst.c2307 struct device *d0, *d1; local
2313 d0 = STm->devs[0];
2318 STm->devs[0] = d0;

Completed in 106 milliseconds