Searched refs:macl (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/arch/sh/kernel/cpu/sh2a/ |
| D | entry.S | 59 sts.l macl, @-r15 99 sts.l macl,@-r8 158 lds.l @r0+,macl 205 lds.l @r0+,macl
|
| /Linux-v5.4/arch/sh/lib/ |
| D | udivsi3_i4i-Os.S | 116 lds r2,macl 128 sts macl,r2
|
| D | div64.S | 30 sts macl, r3
|
| D | udiv_qrnnd.S | 38 sts macl,r2
|
| /Linux-v5.4/arch/sh/include/uapi/asm/ |
| D | ptrace_32.h | 52 unsigned long macl; member
|
| /Linux-v5.4/arch/sh/kernel/cpu/sh2/ |
| D | entry.S | 78 sts.l macl, @-r15 129 sts.l macl, @-r2 212 lds.l @r0+,macl 276 lds.l @r0+,macl
|
| /Linux-v5.4/arch/sh/include/asm/ |
| D | kexec.h | 59 __asm__ __volatile__ ("sts macl, %0" : "=r" (newregs->macl)); in crash_setup_regs()
|
| /Linux-v5.4/drivers/net/ethernet/mscc/ |
| D | ocelot.c | 70 u32 macl = 0, mach = 0; in ocelot_mact_select() local 78 macl |= mac[2] << 24; in ocelot_mact_select() 79 macl |= mac[3] << 16; in ocelot_mact_select() 80 macl |= mac[4] << 8; in ocelot_mact_select() 81 macl |= mac[5] << 0; in ocelot_mact_select() 83 ocelot_write(ocelot, macl, ANA_TABLES_MACLDATA); in ocelot_mact_select() 858 u32 val, dst, macl, mach; in ocelot_mact_read() local 885 macl = ocelot_read(ocelot, ANA_TABLES_MACLDATA); in ocelot_mact_read() 890 mac[2] = (macl >> 24) & 0xff; in ocelot_mact_read() 891 mac[3] = (macl >> 16) & 0xff; in ocelot_mact_read() [all …]
|
| /Linux-v5.4/arch/sh/kernel/ |
| D | relocate_kernel.S | 35 sts.l macl, @-r15 132 lds.l @r15+, macl
|
| D | process_32.c | 60 regs->mach, regs->macl, regs->gbr, regs->pr); in show_regs()
|
| D | signal_32.c | 130 COPY(macl); COPY(pr); in restore_sigcontext() 234 COPY(macl); COPY(pr); in setup_sigcontext()
|
| D | kgdb.c | 189 { "macl", GDB_SIZEOF_REG, offsetof(struct pt_regs, macl) },
|
| D | ptrace_32.c | 299 REG_OFFSET_NAME(macl),
|
| /Linux-v5.4/drivers/net/ethernet/toshiba/ |
| D | spider_net.c | 232 u32 macu, macl; in spider_net_set_promisc() local 245 memcpy(&macl, &netdev->dev_addr[2], sizeof(macl)); in spider_net_set_promisc() 249 spider_net_write_reg(card, SPIDER_NET_GMRUAFILnR + 0x04, macl); in spider_net_set_promisc() 1282 u32 macl, macu, regvalue; in spider_net_set_mac() local 1298 macl = (netdev->dev_addr[4]<<8) + (netdev->dev_addr[5]); in spider_net_set_mac() 1300 spider_net_write_reg(card, SPIDER_NET_GMACUNIMACL, macl); in spider_net_set_mac()
|
| /Linux-v5.4/arch/sh/kernel/cpu/sh3/ |
| D | entry.S | 210 ! - restore spc, pr*, ssr, gbr, mach, macl, skip default tra 245 lds.l @r15+, macl
|