Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v32/drivers/
Dcryptocop.c252 static void print_cryptocop_operation(struct cryptocop_operation *cop);
254 static void print_strcop_crypto_op(struct strcop_crypto_op *cop);
2482 struct cryptocop_operation *cop = NULL; in cryptocop_ioctl_process() local
2553 cop = kmalloc(sizeof(struct cryptocop_operation), GFP_KERNEL); in cryptocop_ioctl_process()
2554 if (!cop) { in cryptocop_ioctl_process()
2566 cop->cb_data = jc; in cryptocop_ioctl_process()
2567 cop->cb = ioctl_process_job_callback; in cryptocop_ioctl_process()
2568 cop->operation_status = 0; in cryptocop_ioctl_process()
2569 cop->use_dmalists = 0; in cryptocop_ioctl_process()
2570 cop->in_interrupt = 0; in cryptocop_ioctl_process()
[all …]
/linux-4.4.14/arch/mips/math-emu/
Dieee754.h74 int ieee754sp_cmp(union ieee754sp x, union ieee754sp y, int cop, int sig);
108 int ieee754dp_cmp(union ieee754dp x, union ieee754dp y, int cop, int sig);
/linux-4.4.14/drivers/video/fbdev/
Damifb.c2106 copins *cop = copdisplay.init; in ami_init_copper() local
2111 (cop++)->l = CMOVE(BPC0_COLOR | BPC0_SHRES | BPC0_ECSENA, bplcon0); in ami_init_copper()
2112 (cop++)->l = CMOVE(0x0181, diwstrt); in ami_init_copper()
2113 (cop++)->l = CMOVE(0x0281, diwstop); in ami_init_copper()
2114 (cop++)->l = CMOVE(0x0000, diwhigh); in ami_init_copper()
2116 (cop++)->l = CMOVE(BPC0_COLOR, bplcon0); in ami_init_copper()
2119 (cop++)->l = CMOVE(0, spr[i].pos); in ami_init_copper()
2120 (cop++)->l = CMOVE(highw(p), sprpt[i]); in ami_init_copper()
2121 (cop++)->l = CMOVE2(loww(p), sprpt[i]); in ami_init_copper()
2124 (cop++)->l = CMOVE(IF_SETCLR | IF_COPER, intreq); in ami_init_copper()
[all …]