Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dn_gsm.c285 #define EA 0x01 macro
405 * gsm_read_ea - read a byte into an EA
407 * @c: byte going into the EA
409 * Processes one byte of an EA. Updates the passed variable
410 * and returns 1 if the EA is now completely read
418 /* Was this the last byte of the EA 1 = yes*/ in gsm_read_ea()
419 return c & EA; in gsm_read_ea()
423 * gsm_read_ea_val - read a value until EA
428 * Processes an EA value. Updates the passed variable and
533 * @addr: address EA fro
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A Dn_gsm.c366 #define EA 0x01 macro
494 * gsm_read_ea - read a byte into an EA
496 * @c: byte going into the EA
498 * Processes one byte of an EA. Updates the passed variable
499 * and returns 1 if the EA is now completely read
507 /* Was this the last byte of the EA 1 = yes*/ in gsm_read_ea()
508 return c & EA; in gsm_read_ea()
512 * gsm_read_ea_val - read a value until EA
517 * Processes an EA value. Updates the passed variable and
697 * @addr: address EA fro
[all...]
/kernel/linux/linux-5.10/arch/mips/pci/
H A Dpci-vr41xx.h31 #define EA(reg) ((reg) &0xfffffffc) macro
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dtraps.c1218 unsigned long EA; in emulate_string_inst() local
1226 EA = (rA == 0) ? 0 : regs->gpr[rA]; in emulate_string_inst()
1231 EA += NB_RB; in emulate_string_inst()
1247 /* if process is 32-bit, clear upper 32 bits of EA */ in emulate_string_inst()
1249 EA &= 0xFFFFFFFF; in emulate_string_inst()
1254 if (get_user(val, (u8 __user *)EA)) in emulate_string_inst()
1265 if (put_user(val, (u8 __user *)EA)) in emulate_string_inst()
1269 /* move EA to next address */ in emulate_string_inst()
1270 EA += 1; in emulate_string_inst()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dtraps.c1226 unsigned long EA; in emulate_string_inst() local
1234 EA = (rA == 0) ? 0 : regs->gpr[rA]; in emulate_string_inst()
1239 EA += NB_RB; in emulate_string_inst()
1255 /* if process is 32-bit, clear upper 32 bits of EA */ in emulate_string_inst()
1257 EA &= 0xFFFFFFFF; in emulate_string_inst()
1262 if (get_user(val, (u8 __user *)EA)) in emulate_string_inst()
1273 if (put_user(val, (u8 __user *)EA)) in emulate_string_inst()
1277 /* move EA to next address */ in emulate_string_inst()
1278 EA += 1; in emulate_string_inst()
/kernel/linux/linux-5.10/drivers/iommu/
H A Dmtk_iommu.c63 #define F_MMU_VLD_PA_RNG(EA, SA) (((EA) << 8) | (SA))
/kernel/linux/linux-5.10/drivers/scsi/
H A Dncr53c8xx.h755 #define EA 0x20 /* mod: 720 enable-ack */ macro
H A Dncr53c8xx.c3867 np->rv_dcntl |= EA; /* Enable ACK */ in ncr_prepare_setting()
5171 * at least. EA (dcntl bit 5) isn't set here as it is set once only in
/kernel/linux/linux-6.6/drivers/scsi/
H A Dncr53c8xx.h755 #define EA 0x20 /* mod: 720 enable-ack */ macro
H A Dncr53c8xx.c3839 np->rv_dcntl |= EA; /* Enable ACK */ in ncr_prepare_setting()
5030 * at least. EA (dcntl bit 5) isn't set here as it is set once only in
/kernel/linux/linux-6.6/drivers/iommu/
H A Dmtk_iommu.c69 #define F_MMU_VLD_PA_RNG(EA, SA) (((EA) << 8) | (SA))
/kernel/linux/linux-5.10/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...]
/kernel/linux/linux-6.6/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 86 milliseconds