Home
last modified time | relevance | path

Searched refs:clb (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/xtensa/include/asm/
Dcoprocessor.h37 .macro save_xtregs_opt ptr clb at1 at2 at3 at4 offset
39 addi \clb, \ptr, \offset
40 xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT
44 .macro load_xtregs_opt ptr clb at1 at2 at3 at4 offset
46 addi \clb, \ptr, \offset
47 xchal_ncp_load \clb \at1 \at2 \at3 \at4 select=_SELECT
56 .macro save_xtregs_user ptr clb at1 at2 at3 at4 offset
58 addi \clb, \ptr, \offset
59 xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT
63 .macro load_xtregs_user ptr clb at1 at2 at3 at4 offset
[all …]
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-video.c641 const struct cliplist *clb = b; in cliplist_cmp() local
642 if (cla->position < clb->position) in cliplist_cmp()
644 if (cla->position > clb->position) in cliplist_cmp()