Searched refs:field (Results 1 - 25 of 1174) sorted by path

1234567891011>>

/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S143 mov r5, r5, lsr #8 @ isolate rfr field and drop burst
153 mov r5, r5, lsl #8 @ put rfr field back into place
241 and r5, r5, r6 @ clear field
280 and r8, r8, #3 @ isolate field
H A Dsram243x.S143 mov r5, r5, lsr #8 @ isolate rfr field and drop burst
153 mov r5, r5, lsl #8 @ put rfr field back into place
241 and r5, r5, r6 @ clear field
280 and r8, r8, #3 @ isolate field
/linux-master/arch/arm/mach-sa1100/
H A Dsleep.S119 @ Step 1 clear RT field of all MSCx registers
124 @ Step 2 clear DRI field in MDREFR
/linux-master/arch/arm/mm/
H A Dabort-macro.S18 and \tmp, \tmp, # 0xfe00 @ Mask opcode field
/linux-master/arch/m68k/fpsp040/
H A Dbinstr.S28 | A3. Multiply the fraction in d2:d3 by 8 using bit-field
55 | d6: temp for bit-field extracts
H A Ddo_func.S274 clrb FPSR_QBYTE(%a6) | clear quotient field
355 clrb FPSR_QBYTE(%a6) |clear quotient field
H A Dfpsp.h180 .set size_bit2,12 | bit 2 in size field
H A Dget_op.S612 andw #0xfbff,%d0 |change the source specifier field to
H A Dres_func.S1418 andiw #0x0c00,%d0 |isolate last 2 bits of size field
H A Dround.S37 | The result is not typed - the tag field is invalid. The
H A Dsetox.S68 | the sign and biased exponent field of |X|; the lower 16
H A Dsmovecr.S5 | offset given in the instruction field.
H A Dx_fline.S9 | <ea> field. If so, handle here and return. Otherwise, it
89 clrl EXC_EA(%a6) |clear the EXC_EA field
H A Dx_snan.S146 bfextu CMDREG1B(%a6){#3:#3},%d0 |move rx field to d0{2:0}
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S226 | The sample code below enables the FPU, sets the PC field in the exception stack
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S6722 # are the sign and biased exponent field of |X|; the #
H A Dfpsp.S703 andi.l &0x00ff01ff,USER_FPSR(%a6) # zero all but accured field
789 and.l &0xffff00ff,USER_FPSR(%a6) # zero all but accured field
1063 and.l &0xffff00ff,USER_FPSR(%a6) # zero all but accured field
1254 # so, since the emulation routines re-create them anyways, zero exception field
1255 andi.l &0x00ff00ff,USER_FPSR(%a6) # zero exception field
1372 # shift enabled exception field into lo byte of d0;
1508 # so, since the emulation routines re-create them anyways, zero exception field.
1510 and.l &0xffff00ff,USER_FPSR(%a6) # zero exception field
1810 # so, since the emulation routines re-create them anyways, zero exception field
1811 andi.l &0x0ff00ff,USER_FPSR(%a6) # zero exception field
[all...]
H A Disp.S920 andi.w &0x3f,%d0 # extract mode field
921 andi.l &0x7,%d1 # extract reg field
H A Dpfpsp.S702 andi.l &0x00ff01ff,USER_FPSR(%a6) # zero all but accured field
788 and.l &0xffff00ff,USER_FPSR(%a6) # zero all but accured field
1062 and.l &0xffff00ff,USER_FPSR(%a6) # zero all but accured field
1253 # so, since the emulation routines re-create them anyways, zero exception field
1254 andi.l &0x00ff00ff,USER_FPSR(%a6) # zero exception field
1371 # shift enabled exception field into lo byte of d0;
1507 # so, since the emulation routines re-create them anyways, zero exception field.
1509 and.l &0xffff00ff,USER_FPSR(%a6) # zero exception field
1809 # so, since the emulation routines re-create them anyways, zero exception field
1810 andi.l &0x0ff00ff,USER_FPSR(%a6) # zero exception field
[all...]
/linux-master/arch/m68k/include/asm/
H A DMC68328.h21 #define PUT_FIELD(field, val) (((val) << field##_SHIFT) & field##_MASK)
22 #define GET_FIELD(reg, field) (((reg) & field##_MASK) >> field##_SHIFT)
H A DMC68EZ328.h22 #define PUT_FIELD(field, val) (((val) << field##_SHIFT) & field##_MASK)
23 #define GET_FIELD(reg, field) (((reg) & field##_MASK) >> field##_SHIFT)
H A DMC68VZ328.h24 #define PUT_FIELD(field, val) (((val) << field##_SHIFT) & field##_MASK)
25 #define GET_FIELD(reg, field) (((reg) & field##_MASK) >> field##_SHIFT)
/linux-master/arch/mips/include/uapi/asm/
H A Dbitfield.h16 #define __BITFIELD_FIELD(field, more) \
17 field; \
22 #define __BITFIELD_FIELD(field, more) \
24 field;
/linux-master/arch/mips/txx9/generic/
H A Dsmsc_fdc37m81x.c104 const int field = sizeof(unsigned long) * 2; local
108 pr_warn("%s: stepping on old base=0x%0*lx\n", __func__, field,
/linux-master/drivers/acpi/acpica/
H A Ddbtest.c294 * The returned object will be a Buffer if the field length
727 * PARAMETERS: obj_desc - A field unit object
731 * DESCRIPTION: Test read/write on a named field unit.
746 region_obj = obj_desc->field.region_obj;
847 * Integer/Buffer case (when a field is larger than an Integer,

Completed in 455 milliseconds

1234567891011>>