Home
last modified time | relevance | path

Searched refs:r8 (Results 1 – 18 of 18) sorted by relevance

/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dkernel.fuc99 push $r8
100 nv_iord($r8, NV_PPWR_TIMER_LOW)
103 sub b32 $r9 $r8
106 pop $r8
120 push $r8
121 nv_iord($r8, NV_PPWR_TIMER_LOW)
128 sub b32 $r9 $r8
132 pop $r8
138 // $r8 - NV_PPWR_INTR
179 push $r8
[all …]
Dmemx.fuc85 mov $r8 0x1610
86 nv_rd32($r7, $r8)
91 nv_wr32($r8, $r7)
95 nv_rd32($r8, $r6)
96 and $r8 $r7
97 nv_wr32($r6, $r8)
100 nv_rd32($r8, $r6)
101 and $r8 $r7
102 nv_wr32($r6, $r8)
105 nv_rd32($r8, $r6)
[all …]
/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dcom.fuc35 ld b32 $r8 D[$r13 + 0x0] // GET
37 xor $r8 8
38 cmpu b32 $r8 $r9
46 and $r8 $r9 7
47 shl b32 $r8 3
48 add b32 $r8 $r13
49 add b32 $r8 8
50 st b32 D[$r8 + 0x0] $r14
51 st b32 D[$r8 + 0x4] $r15
69 ld b32 $r8 D[$r13 + 0x0] // GET
[all …]
Dgpc.fuc327 push $r8
328 mov $r8 $flags
329 push $r8
360 pop $r8
361 mov $flags $r8
362 pop $r8
Dhub.fuc311 push $r8
312 mov $r8 $flags
313 push $r8
382 pop $r8
383 mov $flags $r8
384 pop $r8
/drivers/scsi/aacraid/
Dcomminit.c126 init->r8.init_struct_revision = in aac_alloc_comm()
128 init->r8.init_flags = cpu_to_le32(INITFLAGS_NEW_COMM_SUPPORTED | in aac_alloc_comm()
131 init->r8.init_flags |= in aac_alloc_comm()
133 init->r8.rr_queue_count = cpu_to_le32(dev->max_msix); in aac_alloc_comm()
134 init->r8.max_io_size = in aac_alloc_comm()
136 init->r8.max_num_aif = init->r8.reserved1 = in aac_alloc_comm()
137 init->r8.reserved2 = 0; in aac_alloc_comm()
142 init->r8.rrq[i].host_addr_high = cpu_to_le32( in aac_alloc_comm()
144 init->r8.rrq[i].host_addr_low = cpu_to_le32( in aac_alloc_comm()
146 init->r8.rrq[i].msix_id = i; in aac_alloc_comm()
[all …]
Dsrc.c411 init->r8.host_elapsed_seconds = cpu_to_le32(get_seconds()); in aac_src_start_adapter()
Daacraid.h882 } r8; member
/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
Dcom.fuc273 add b32 $r8 $r6 0x180
274 shl b32 $r8 8
275 iowr I[$r8] $r7
437 clear b32 $r8
464 st b8 D[$sp + $r8] $r12
465 add b32 $r8 1
476 ld b32 $r8 D[$r0 + #ctx_xcnt]
477 mulu $r6 $r8
484 mulu $r7 $r8
542 extr $r8 $r7 4:7
[all …]
/drivers/parisc/
Dsuperio.c292 u8 r8; in superio_mask_irq() local
302 r8 = inb(IC_PIC1+1); in superio_mask_irq()
303 r8 |= (1 << irq); in superio_mask_irq()
304 outb (r8,IC_PIC1+1); in superio_mask_irq()
310 u8 r8; in superio_unmask_irq() local
319 r8 = inb(IC_PIC1+1); in superio_unmask_irq()
320 r8 &= ~(1 << irq); in superio_unmask_irq()
321 outb (r8,IC_PIC1+1); in superio_unmask_irq()
/drivers/media/dvb-frontends/
Dstv6110.c178 u8 r8, ret = 0x04; in stv6110_set_bandwidth() local
182 r8 = 31; in stv6110_set_bandwidth()
184 r8 = 0; in stv6110_set_bandwidth()
186 r8 = (bandwidth / 2) / 1000000 - 5; in stv6110_set_bandwidth()
191 priv->regs[RSTV6110_CTRL3] |= (r8 & 0x1f); in stv6110_set_bandwidth()
369 u8 r8 = 0; in stv6110_get_bandwidth() local
374 r8 = priv->regs[RSTV6110_CTRL3] & 0x1f; in stv6110_get_bandwidth()
375 *bandwidth = (r8 + 5) * 2000000;/* x2 for ZIF tuner BW/2 = F+5 Mhz */ in stv6110_get_bandwidth()
/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
Dg98.fuc0s186 add b32 $r8 $r6 0x180
187 shl b32 $r8 8
188 iowr I[$r8] $r7
456 shr b32 $r8 $r5 8
458 or $r4 $r8
464 shr b32 $r8 $r7 8
466 or $r6 $r8
470 ld b32 $r8 D[$r0 + #ctx_mode]
471 shl b32 $r8 2
474 ld b16 $r9 D[$r8 + #sec_dtable]
[all …]
/drivers/misc/sgi-xp/
Dxp_nofault.S26 mov r8=r0 // Stage a success return value
34 mov r8=1 // Return value of 1
/drivers/sh/clk/
Dcpg.c39 static unsigned int r8(const void __iomem *addr) in r8() function
64 read = r8; in sh_clk_mstp_enable()
/drivers/net/wireless/broadcom/b43/
Dradio_2055.c271 #define RADIOREGS(r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, r10, r11, \ argument
281 .radio_pll_lfc2 = r8, \
/drivers/scsi/csiostor/
Dt4fw_api_stor.h528 __be64 r8; member
/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h3075 __be64 r8; member
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dsdio.c352 __le32 r8; /* v5 */ member