Searched refs:EA (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/tty/
H A Dn_gsm.c367 #define EA 0x01 macro
495 * gsm_read_ea - read a byte into an EA
497 * @c: byte going into the EA
499 * Processes one byte of an EA. Updates the passed variable
500 * and returns 1 if the EA is now completely read
508 /* Was this the last byte of the EA 1 = yes*/
509 return c & EA;
513 * gsm_read_ea_val - read a value until EA
518 * Processes an EA value. Updates the passed variable and
698 * @addr: address EA fro
[all...]
/linux-master/arch/powerpc/kernel/
H A Dtraps.c1226 unsigned long EA; local
1234 EA = (rA == 0) ? 0 : regs->gpr[rA];
1239 EA += NB_RB;
1255 /* if process is 32-bit, clear upper 32 bits of EA */
1257 EA &= 0xFFFFFFFF;
1262 if (get_user(val, (u8 __user *)EA))
1273 if (put_user(val, (u8 __user *)EA))
1277 /* move EA to next address */
1278 EA += 1;
/linux-master/drivers/iommu/
H A Dmtk_iommu.c69 #define F_MMU_VLD_PA_RNG(EA, SA) (((EA) << 8) | (SA))
/linux-master/drivers/scsi/
H A Dncr53c8xx.h755 #define EA 0x20 /* mod: 720 enable-ack */ macro
H A Dncr53c8xx.c3839 np->rv_dcntl |= EA; /* Enable ACK */
5030 * at least. EA (dcntl bit 5) isn't set here as it is set once only in
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1178 # * EA *
1191 # * EA *
1637 # * EA * * Current *
2044 # * EA * * Current *
2714 # UNIMP EA FRAME TRACE FRAME
2913 # PC stacked for Unimp EA. The "Next PC" is in EXC_EXTWPTR.
2916 # UNIMP EA FRAME TRACE FRAME
14659 mov.l 0xc(%sp),0x8(%sp) # store EA
H A Dfpsp.S1179 # * EA *
1192 # * EA *
1638 # * EA * * Current *
2045 # * EA * * Current *
2715 # UNIMP EA FRAME TRACE FRAME
2914 # PC stacked for Unimp EA. The "Next PC" is in EXC_EXTWPTR.
2917 # UNIMP EA FRAME TRACE FRAME
4000 # - EA -
4286 # ** <EA> ** ** Current PC **
4393 # ** <EA> ** *
[all...]

Completed in 308 milliseconds