Searched refs:part (Results 1 - 25 of 233) sorted by path

12345678910

/linux-master/arch/arm/lib/
H A Ddiv64.S59 @ Align divisor with upper part of dividend.
114 @ The top part of remainder became zero. If carry is set
116 @ Otherwise, if lower part is also null then we are done.
121 @ We still have remainer bits in the low part. Bring them up.
/linux-master/arch/arm/mach-omap2/
H A Dcm3xxx.c79 * @part: PRCM partition, ignored for OMAP3
88 static int omap3xxx_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_id, argument
H A Dprm2xxx_3xxx.c25 * @part: PRM partition, ignored for OMAP2
33 int omap2_prm_is_hardreset_asserted(u8 shift, u8 part, s16 prm_mod, u16 offset) argument
42 * @part: PRM partition, ignored for OMAP2
53 int omap2_prm_assert_hardreset(u8 shift, u8 part, s16 prm_mod, u16 offset) argument
68 * @part: PRM partition, not used for OMAP2
82 int omap2_prm_deassert_hardreset(u8 rst_shift, u8 st_shift, u8 part, argument
H A Dprminst44xx.c58 u32 omap4_prminst_read_inst_reg(u8 part, s16 inst, u16 idx) argument
60 BUG_ON(part >= OMAP4_MAX_PRCM_PARTITIONS ||
61 part == OMAP4430_INVALID_PRCM_PARTITION ||
62 !_prm_bases[part].va);
63 return readl_relaxed(_prm_bases[part].va + inst + idx);
67 void omap4_prminst_write_inst_reg(u32 val, u8 part, s16 inst, u16 idx) argument
69 BUG_ON(part >= OMAP4_MAX_PRCM_PARTITIONS ||
70 part == OMAP4430_INVALID_PRCM_PARTITION ||
71 !_prm_bases[part].va);
72 writel_relaxed(val, _prm_bases[part]
76 omap4_prminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, s16 inst, u16 idx) argument
99 omap4_prminst_is_hardreset_asserted(u8 shift, u8 part, s16 inst, u16 rstctrl_offs) argument
123 omap4_prminst_assert_hardreset(u8 shift, u8 part, s16 inst, u16 rstctrl_offs) argument
152 omap4_prminst_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 inst, u16 rstctrl_offs, u16 rstst_offs) argument
[all...]
H A Dprminst44xx.h20 extern u32 omap4_prminst_read_inst_reg(u8 part, s16 inst, u16 idx);
21 extern void omap4_prminst_write_inst_reg(u32 val, u8 part, s16 inst, u16 idx);
22 extern u32 omap4_prminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part,
27 extern int omap4_prminst_is_hardreset_asserted(u8 shift, u8 part, s16 inst,
29 extern int omap4_prminst_assert_hardreset(u8 shift, u8 part, s16 inst,
31 int omap4_prminst_deassert_hardreset(u8 shift, u8 st_shift, u8 part,
/linux-master/arch/arm/mm/
H A Dcache-l2x0-pmu.c474 void __init l2x0_pmu_register(void __iomem *base, u32 part) argument
489 switch (part & L2X0_CACHE_ID_PART_MASK) {
/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S144 movel #EDIGITS,%d2 |# of nibbles (digits) in fraction part
199 bfextu (%a0){#28:#4},%d0 |integer part is ls digit in long word
H A Dround.S299 | FP_SCR1 = exponent, ms mantissa part, ls mantissa part
497 | so that bfext can be used to extract the new low part of the mantissa.
H A Dsetox.S465 movel (%a0),%d0 | ...load part of input X
631 movel (%a0),%d0 | ...load part of input X
H A Dsgetem.S106 | ms mantissa part in d0
107 | ls mantissa part in d1
H A Dstan.S334 faddx FP_SCR2(%a6),%fp0 |high part of reduction is exact
336 faddx FP_SCR3(%a6),%fp0 |low part of reduction
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S5493 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact
5495 fadd.x FP_SCR1(%a6),%fp0 # low part of reduction
5924 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact
5926 fadd.x FP_SCR1(%a6),%fp0 # low part of reduction
7105 mov.l (%a0),%d1 # load part of input X
7269 mov.l (%a0),%d1 # load part of input X
9249 # the src value. then, jump to the norm part of the routine.
H A Dfpsp.S5599 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact
5601 fadd.x FP_SCR1(%a6),%fp0 # low part of reduction
6030 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact
6032 fadd.x FP_SCR1(%a6),%fp0 # low part of reduction
7211 mov.l (%a0),%d1 # load part of input X
7375 mov.l (%a0),%d1 # load part of input X
9608 # the src value. then, jump to the norm part of the routine.
23102 mov.l &EDIGITS,%d2 # # of nibbles (digits) in fraction part
23153 bfextu (%a0){&28:&4},%d0 # integer part is ls digit in long word
/linux-master/arch/mips/include/asm/xtalk/
H A Dxwidget.h118 u32 part; member in struct:widget_ident
/linux-master/arch/powerpc/include/asm/
H A Dnvram.h78 extern int __init nvram_init_os_partition(struct nvram_os_partition *part);
84 extern int nvram_read_partition(struct nvram_os_partition *part, char *buff,
89 extern int nvram_write_os_partition(struct nvram_os_partition *part,
/linux-master/drivers/acpi/acpica/
H A Dutmath.c23 struct uint64_struct part; member in union:uint64_overlay
62 ACPI_MUL_64_BY_32(0, multiplicand_ovl.part.hi, multiplier,
63 product.part.hi, carry32);
65 ACPI_MUL_64_BY_32(0, multiplicand_ovl.part.lo, multiplier,
66 product.part.lo, carry32);
68 product.part.hi += carry32;
100 operand_ovl.part.hi = operand_ovl.part.lo;
101 operand_ovl.part.lo = 0;
104 ACPI_SHIFT_LEFT_64_BY_32(operand_ovl.part
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dcl0002.h33 __u8 part; member in struct:nv50_dma_v0
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dusernv50.c78 u32 user, part, comp, kind; local
95 nvif_ioctl(parent, "create nv50 dma vers %d priv %d part %d "
97 args->v0.priv, args->v0.part, args->v0.comp,
100 part = args->v0.part;
107 part = NV50_DMA_V0_PART_256;
112 part = NV50_DMA_V0_PART_VM;
119 if (user > 2 || part > 2 || comp > 3 || kind > 0x7f)
123 dmaobj->flags5 = (part << 16);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmgk104.c70 .part = gf100_vmm_part,
85 .part = gf100_vmm_part,
H A Dvmmgk20a.c39 .part = gf100_vmm_part,
54 .part = gf100_vmm_part,
H A Dvmmgm200.c112 .part = gf100_vmm_part,
128 .part = gf100_vmm_part,
H A Dvmmgm20b.c27 .part = gf100_vmm_part,
43 .part = gf100_vmm_part,
H A Dvmmgp10b.c27 .part = gf100_vmm_part,
H A Dvmmgv100.c65 .part = gf100_vmm_part,
H A Dvmmmcp77.c27 .part = nv50_vmm_part,

Completed in 327 milliseconds

12345678910