Home
last modified time | relevance | path

Searched refs:pc1 (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Divfilt.c64 real r__[3], pc1, pc2; in ivfilt_() local
86 pc1 = 0.f; in ivfilt_()
93 pc1 = ivrc[1] - ivrc[1] * ivrc[2]; in ivfilt_()
99 ivbuf[i__] = lpbuf[i__] - pc1 * lpbuf[i__ - 4] - pc2 * lpbuf[i__ - 8]; in ivfilt_()
/OK3568_Linux_fs/kernel/lib/crypto/
H A Ddes.c30 static const u8 pc1[256] = { variable
629 d = k[4]; d &= 0x0e; d <<= 4; d |= k[0] & 0x1e; d = pc1[d]; in des_ekey()
630 c = k[5]; c &= 0x0e; c <<= 4; c |= k[1] & 0x1e; c = pc1[c]; in des_ekey()
631 b = k[6]; b &= 0x0e; b <<= 4; b |= k[2] & 0x1e; b = pc1[b]; in des_ekey()
632 a = k[7]; a &= 0x0e; a <<= 4; a |= k[3] & 0x1e; a = pc1[a]; in des_ekey()
657 d = k[0]; d &= 0xe0; d >>= 4; d |= k[4] & 0xf0; d = pc1[d + 1]; in des_ekey()
658 c = k[1]; c &= 0xe0; c >>= 4; c |= k[5] & 0xf0; c = pc1[c + 1]; in des_ekey()
659 b = k[2]; b &= 0xe0; b >>= 4; b |= k[6] & 0xf0; b = pc1[b + 1]; in des_ekey()
660 a = k[3]; a &= 0xe0; a >>= 4; a |= k[7] & 0xf0; a = pc1[a + 1]; in des_ekey()
720 d = k[4]; d &= 0x0e; d <<= 4; d |= k[0] & 0x1e; d = pc1[d]; in dkey()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/mt7621-dts/
H A Dgbpc1.dts9 compatible = "gnubee,gb-pc1", "mediatek,mt7621-soc";
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Ddavinci_spi.c100 dv_reg pc1; /* 0x18 */ member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dbrcm,bcm11351-pinctrl.txt328 "pc1", Standard
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dtegra30-colibri.dtsi260 lcd-pwr1-pc1 {
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dimmap_85xx.h2832 u32 pc1; /* PMAN Control Register 1 */ member