Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/drivers/staging/comedi/drivers/
Dii_pci20kc.c446 unsigned int clb; /* channel list byte */ in pci20341_insn_read() local
451 clb = PCI20341_DAISY_CHAIN | PCI20341_MUX | (sdp->pci20341.ai_gain << 3) in pci20341_insn_read()
453 writeb(clb, sdp->iobase + PCI20341_CHAN_LIST); in pci20341_insn_read()
/linux-3.4.99/drivers/media/video/saa7134/
Dsaa7134-video.c789 const struct cliplist *clb = b; in cliplist_cmp() local
790 if (cla->position < clb->position) in cliplist_cmp()
792 if (cla->position > clb->position) in cliplist_cmp()