/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
H A D | hwmtm.c | 170 #define MA smc->hw.fddi_canon_addr.a macro 173 #define MA smc->hw.fddi_home_addr.a macro 1215 * Check SA == MA in process_receive() 1219 if (virt[12] == MA[5] && in process_receive() 1220 virt[11] == MA[4] && in process_receive() 1221 virt[10] == MA[3] && in process_receive() 1222 virt[9] == MA[2] && in process_receive() 1223 virt[8] == MA[1] && in process_receive() 1224 (virt[7] & ~GROUP_ADDR_BIT) == MA[0]) { in process_receive() 1234 * if DA != Multicast or Broadcast or DA!=MA in process_receive() [all...] |
H A D | fplustm.c | 76 #define MA smc->hw.fddi_canon_addr macro 78 #define MA smc->hw.fddi_home_addr macro 481 mac->mac_source = mac->mac_dest = MA ; in build_claim_beacon() 496 mac->mac_source = MA ; in build_claim_beacon() 512 mac->mac_source = MA ; in build_claim_beacon()
|
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
H A D | hwmtm.c | 170 #define MA smc->hw.fddi_canon_addr.a macro 173 #define MA smc->hw.fddi_home_addr.a macro 1215 * Check SA == MA in process_receive() 1219 if (virt[12] == MA[5] && in process_receive() 1220 virt[11] == MA[4] && in process_receive() 1221 virt[10] == MA[3] && in process_receive() 1222 virt[9] == MA[2] && in process_receive() 1223 virt[8] == MA[1] && in process_receive() 1224 (virt[7] & ~GROUP_ADDR_BIT) == MA[0]) { in process_receive() 1234 * if DA != Multicast or Broadcast or DA!=MA in process_receive() [all...] |
H A D | fplustm.c | 76 #define MA smc->hw.fddi_canon_addr macro 78 #define MA smc->hw.fddi_home_addr macro 481 mac->mac_source = mac->mac_dest = MA ; in build_claim_beacon() 496 mac->mac_source = MA ; in build_claim_beacon() 512 mac->mac_source = MA ; in build_claim_beacon()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | rtl8712_wmac_regdef.h | 25 #define MA (RTL8712_WMAC_ + 0x22) macro
|
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A D | rtl8712_wmac_regdef.h | 25 #define MA (RTL8712_WMAC_ + 0x22) macro
|
/kernel/linux/linux-5.10/arch/alpha/math-emu/ |
H A D | qrnnd.S | 27 # MA 02111-1307, USA.
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | udiv-qrnnd.S | 27 # MA 02111-1307, USA.
|
/kernel/linux/linux-5.10/arch/arm/mach-tegra/ |
H A D | sleep-tegra30.S | 504 mov32 r2, 0x800A00AB @ DEV_SELECTION=2, MA=10, OP=0xAB 514 mov32 r2, 0x400A00AB @ DEV_SELECTION=1, MA=10, OP=0xAB
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 248 #define MA 0x80 /* sta: phase mismatch */ macro
|
H A D | sym_hipd.c | 1852 OUTW(np, nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR); 2289 * The chip will then interrupt with both PAR and MA 2357 else if (sist & MA) 2419 * raising the MA interrupt for interrupted INPUT phases. 2755 * - SCSI parity error + Phase mismatch (PAR|MA) 2836 * PAR and MA interrupts may occur at the same time, 2881 * Phase mismatch (MA) is the most frequent interrupt 2885 * mismatch condition (MA). 2894 else if (sist & MA) sym_int_ma (np);
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 248 #define MA 0x80 /* sta: phase mismatch */ macro
|
H A D | sym_hipd.c | 1852 OUTW(np, nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR); 2289 * The chip will then interrupt with both PAR and MA 2357 else if (sist & MA) 2419 * raising the MA interrupt for interrupted INPUT phases. 2755 * - SCSI parity error + Phase mismatch (PAR|MA) 2836 * PAR and MA interrupts may occur at the same time, 2881 * Phase mismatch (MA) is the most frequent interrupt 2885 * mismatch condition (MA). 2894 else if (sist & MA) sym_int_ma (np);
|
/kernel/linux/linux-6.6/arch/arm/mach-tegra/ |
H A D | sleep-tegra30.S | 549 mov32 r2, 0x800A00AB @ DEV_SELECTION=2, MA=10, OP=0xAB 559 mov32 r2, 0x400A00AB @ DEV_SELECTION=1, MA=10, OP=0xAB
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.h | 771 #define MA 0x80 /* sta: phase mismatch */ macro
|
H A D | ncr53c8xx.c | 5306 OUTW (nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR); in ncr_init() 5955 if (sist & MA) { in ncr_exception()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.h | 771 #define MA 0x80 /* sta: phase mismatch */ macro
|
H A D | ncr53c8xx.c | 5165 OUTW (nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR); in ncr_init() 5789 if (sist & MA) { in ncr_exception()
|