Home
last modified time | relevance | path

Searched refs:bpos (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/crypto/
H A Daes-spe-core.S16 #define EAD(in, bpos) \ argument
17 rlwimi rT0,in,28-((bpos+3)%4)*8,20,27;
19 #define DAD(in, bpos) \ argument
20 rlwimi rT1,in,24-((bpos+3)%4)*8,24,31;
31 #define LAH(out, in, bpos, off) \ argument
32 EAD(in, bpos) /* calc addr + load word high */ \
35 #define LAL(out, in, bpos, off) \ argument
36 EAD(in, bpos) /* calc addr + load word low */ \
39 #define LAE(out, in, bpos) \ argument
40 EAD(in, bpos) /* calc addr + load enc byte */ \
[all …]
/linux/arch/x86/boot/
H A Dvesa.h55 u8 bpos; /* 36 */ member
/linux/include/uapi/drm/
H A Dvc4_drm.h310 __u32 bpoa, bpos; member