Searched refs:clb (Results 1 – 3 of 3) sorted by relevance
37 .macro save_xtregs_opt ptr clb at1 at2 at3 at4 offset39 addi \clb, \ptr, \offset40 xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT44 .macro load_xtregs_opt ptr clb at1 at2 at3 at4 offset46 addi \clb, \ptr, \offset47 xchal_ncp_load \clb \at1 \at2 \at3 \at4 select=_SELECT56 .macro save_xtregs_user ptr clb at1 at2 at3 at4 offset58 addi \clb, \ptr, \offset59 xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT63 .macro load_xtregs_user ptr clb at1 at2 at3 at4 offset[all …]
446 unsigned int clb; /* channel list byte */ in pci20341_insn_read() local451 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()
789 const struct cliplist *clb = b; in cliplist_cmp() local790 if (cla->position < clb->position) in cliplist_cmp()792 if (cla->position > clb->position) in cliplist_cmp()