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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dcontrolfb.h26 unsigned char crsr; /* cursor palette */ member in struct:cmap_regs
H A Damifb.c744 } crsr; member in struct:amifb_par
2164 } crsr; local
2170 i = ami_get_fix_cursorinfo(&crsr.fix);
2173 return copy_to_user(argp, &crsr.fix,
2174 sizeof(crsr.fix)) ? -EFAULT : 0;
2177 i = ami_get_var_cursorinfo(&crsr.var,
2181 return copy_to_user(argp, &crsr.var,
2182 sizeof(crsr.var)) ? -EFAULT : 0;
2185 if (copy_from_user(&crsr.var, argp, sizeof(crsr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ppc4xx/
H A Dxor.h99 u32 crsr; /* control set register */ member in struct:xor_regs
H A Dadma.c1245 val = ioread32be(&xor_reg->crsr);
1247 &xor_reg->crsr);
1310 iowrite32be(XOR_CRSR_64BA_BIT, &xor_reg->crsr);
1405 iowrite32be(ioread32be(&xor_reg->crsr) |
1407 &xor_reg->crsr);
1462 &xor_reg->crsr);
4495 iowrite32be(XOR_CRSR_XASR_BIT, &adev->xor_reg->crsr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcursor.tex66 On MacOS when specifying a string resource name, first the color cursors 'crsr' and then the black/white cursors 'CURS' in the resource chain are scanned through.

Completed in 296 milliseconds