| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | armada100_fec.c | 198 static u32 hash_function(u32 mach, u32 macl) in hash_function() argument 211 addrl = nibble_swapping_32_bit(macl); in hash_function() 254 u32 macl, u32 rd, u32 skip, int del) in add_del_hash_entry() argument 265 | (((macl >> 20) & 0x1) << 31) in add_del_hash_entry() 266 | (((macl >> 16) & 0xf) << 27) in add_del_hash_entry() 267 | (((macl >> 28) & 0xf) << 23) in add_del_hash_entry() 268 | (((macl >> 24) & 0xf) << 19) in add_del_hash_entry() 272 newhi = (((macl >> 4) & 0xf) << 15) in add_del_hash_entry() 273 | (((macl >> 0) & 0xf) << 11) in add_del_hash_entry() 274 | (((macl >> 12) & 0xf) << 7) in add_del_hash_entry() [all …]
|
| H A D | vsc9953.c | 1135 u32 macl; in vsc9953_mac_table_show() local 1210 macl = in_le32(&l2ana_reg->ana_tables.macl_data); in vsc9953_mac_table_show() 1213 mach & 0xff, (macl >> 24) & 0xff, (macl >> 16) & 0xff, in vsc9953_mac_table_show() 1214 (macl >> 8) & 0xff, macl & 0xff); in vsc9953_mac_table_show()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/ |
| H A D | ocelot.c | 41 u32 macl = 0, mach = 0; in ocelot_mact_select() local 49 macl |= mac[2] << 24; in ocelot_mact_select() 50 macl |= mac[3] << 16; in ocelot_mact_select() 51 macl |= mac[4] << 8; in ocelot_mact_select() 52 macl |= mac[5] << 0; in ocelot_mact_select() 54 ocelot_write(ocelot, macl, ANA_TABLES_MACLDATA); in ocelot_mact_select() 695 u32 val, dst, macl, mach; in ocelot_mact_read() local 723 macl = ocelot_read(ocelot, ANA_TABLES_MACLDATA); in ocelot_mact_read() 728 mac[2] = (macl >> 24) & 0xff; in ocelot_mact_read() 729 mac[3] = (macl >> 16) & 0xff; in ocelot_mact_read() [all …]
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh2a/ |
| H A D | entry.S | 59 sts.l macl, @-r15 99 sts.l macl,@-r8 158 lds.l @r0+,macl 205 lds.l @r0+,macl
|
| /OK3568_Linux_fs/kernel/arch/sh/lib/ |
| H A D | udivsi3_i4i-Os.S | 116 lds r2,macl 128 sts macl,r2
|
| H A D | div64.S | 30 sts macl, r3
|
| H A D | udiv_qrnnd.S | 38 sts macl,r2
|
| /OK3568_Linux_fs/u-boot/arch/sh/lib/ |
| H A D | udivsi3_i4i-Os.S | 116 lds r2,macl 128 sts macl,r2
|
| H A D | udiv_qrnnd.S | 38 sts macl,r2
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh2/ |
| H A D | entry.S | 78 sts.l macl, @-r15 129 sts.l macl, @-r2 212 lds.l @r0+,macl 276 lds.l @r0+,macl
|
| /OK3568_Linux_fs/kernel/arch/sh/include/uapi/asm/ |
| H A D | ptrace_32.h | 52 unsigned long macl; member
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | ptrace.h | 59 unsigned long macl; member
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | relocate_kernel.S | 35 sts.l macl, @-r15 132 lds.l @r15+, macl
|
| H A D | process_32.c | 56 regs->mach, regs->macl, regs->gbr, regs->pr); in show_regs()
|
| H A D | signal_32.c | 129 COPY(macl); COPY(pr); in restore_sigcontext() 233 COPY(macl); COPY(pr); in setup_sigcontext()
|
| H A D | kgdb.c | 189 { "macl", GDB_SIZEOF_REG, offsetof(struct pt_regs, macl) },
|
| H A D | ptrace_32.c | 270 REG_OFFSET_NAME(macl),
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | kexec.h | 59 __asm__ __volatile__ ("sts macl, %0" : "=r" (newregs->macl)); in crash_setup_regs()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/toshiba/ |
| H A 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() 1280 u32 macl, macu, regvalue; in spider_net_set_mac() local 1296 macl = (netdev->dev_addr[4]<<8) + (netdev->dev_addr[5]); in spider_net_set_mac() 1298 spider_net_write_reg(card, SPIDER_NET_GMACUNIMACL, macl); in spider_net_set_mac()
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh3/ |
| H A D | entry.S | 210 ! - restore spc, pr*, ssr, gbr, mach, macl, skip default tra 245 lds.l @r15+, macl
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | as.info | 20389 'macl'
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | as.info | 20389 'macl'
|