Home
last modified time | relevance | path

Searched refs:outmask (Results 1 – 9 of 9) sorted by relevance

/linux/arch/powerpc/crypto/
H A Daesp10-ppc.pl122 my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11));
189 vspltisb $outmask,-1
191 ?vperm $outmask,$zero,$outmask,$outperm
204 vsel $stage,$outhead,$outtail,$outmask
224 vsel $stage,$outhead,$outtail,$outmask
241 vsel $stage,$outhead,$outtail,$outmask
254 vsel $stage,$outhead,$outtail,$outmask
269 vsel $stage,$outhead,$outtail,$outmask
302 vsel $stage,$outhead,$outtail,$outmask
312 vsel $stage,$outhead,$outtail,$outmask
[all …]
H A Daesp8-ppc.pl122 my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11));
190 vspltisb $outmask,-1
192 ?vperm $outmask,$zero,$outmask,$outperm
205 vsel $stage,$outhead,$outtail,$outmask
225 vsel $stage,$outhead,$outtail,$outmask
242 vsel $stage,$outhead,$outtail,$outmask
255 vsel $stage,$outhead,$outtail,$outmask
270 vsel $stage,$outhead,$outtail,$outmask
303 vsel $stage,$outhead,$outtail,$outmask
313 vsel $stage,$outhead,$outtail,$outmask
[all …]
/linux/include/linux/mfd/
H A Dtps65010.h196 unsigned outmask; member
/linux/drivers/mfd/
H A Dtps65010.c77 u8 outmask; member
467 if (!(tps->outmask & (1 << offset))) in tps65010_output()
619 tps->outmask = board->outmask; in tps65010_probe()
/linux/drivers/video/fbdev/
H A Dau1200fb.h62 volatile uint32 outmask; member
H A Dau1200fb.c845 lcd->outmask = panel->mode_outmask; in au1200_setpanel()
895 D(lcd->outmask); in au1200_setpanel()
1794 lcd->outmask = 0; in au1200fb_drv_suspend()
/linux/arch/arm/mach-omap1/
H A Dboard-osk.c262 .outmask = 0x0f,
/linux/drivers/net/ethernet/sun/
H A Dcassini.h2134 u16 outmask; member
H A Dcassini.c1169 val = CAS_BASE(HP_INSTR_RAM_LOW_OUTMASK, inst->outmask); in cas_load_firmware()