Searched refs:at2 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/variants/dc232b/include/variant/
H A Dtie-asm.h37 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL
42 rsr \at2, ACCHI variable
44 s32i \at2, \ptr, .Lxchal_ofs_ + 4
50 rsr \at2, M1 variable
52 s32i \at2, \ptr, .Lxchal_ofs_ + 4
54 rsr \at2, M3 variable
56 s32i \at2, \ptr, .Lxchal_ofs_ + 12
78 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL
83 l32i \at2, \ptr, .Lxchal_ofs_ + 4
85 wsr \at2, ACCH variable
93 wsr \\at2, M1 variable
97 wsr \\at2, M3 variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/variants/fsf/include/variant/
H A Dtie-asm.h37 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL
52 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dcoprocessor.h37 .macro save_xtregs_opt ptr clb at1 at2 at3 at4 offset
40 xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT
44 .macro load_xtregs_opt ptr clb at1 at2 at3 at4 offset
47 xchal_ncp_load \clb \at1 \at2 \at3 \at4 select=_SELECT
56 .macro save_xtregs_user ptr clb at1 at2 at3 at4 offset
59 xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT
63 .macro load_xtregs_user ptr clb at1 at2 at3 at4 offset
66 xchal_ncp_load \clb \at1 \at2 \at3 \at4 select=_SELECT
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/variants/s6000/include/variant/
H A Dtie-asm.h37 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL
52 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL
74 .macro xchal_cp0_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL
108 .macro xchal_cp0_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL
144 .macro xchal_cp6_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL
218 .macro xchal_cp6_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dutils.c3951 const char *p, *ls, *ls2, *at, *at2, *col, *brk; local
3993 at2 = p;
3995 av_strlcpy(authorization, at2,
3996 FFMIN(authorization_size, at + 1 - at2));

Completed in 198 milliseconds