Lines Matching +full:loongson +full:- +full:1 +full:b
1 // SPDX-License-Identifier: GPL-2.0
5 * Module based on mips/crypto/crc32-mips.c
9 * Copyright (C) 2020-2023 Loongson Technology Corporation Limited
12 #include <asm/cpu-features.h>
20 #type ".w." #size ".w" " %0, %1, %0\n\t"\
41 len -= sizeof(u64); in crc32_le_arch()
61 CRC32(crc, value, b); in crc32_le_arch()
78 len -= sizeof(u64); in crc32c_le_arch()
98 CRC32C(crc, value, b); in crc32c_le_arch()
132 MODULE_AUTHOR("Min Zhou <zhoumin@loongson.cn>");
133 MODULE_AUTHOR("Huacai Chen <chenhuacai@loongson.cn>");