Searched refs:heq (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/ |
H A D | controlfb.h | 61 struct preg heq; /* half horiz sync len */ member in struct:control_regs 94 unsigned heq; /* half horiz sync len */ member in struct:control_regints
|
H A D | controlfb.c | 837 unsigned hperiod, hssync, hsblank, hesync, heblank, piped, heq, hlfln, control_var_to_par() local 925 heq = var->hsync_len >> 2; control_var_to_par() 950 r->regs[13] = heq; control_var_to_par()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
H A D | spu_restore.c | 41 #define HEQ_INSTR 0x7b000000 /* heq $0, $0 */ 220 /* SPU_Status[P,H]=1. Add 'heq $0, $0' followed restore_complete() 264 /* SPU_Status[H]=1. Add 'heq $0, $0' instruction restore_complete()
|
/linux-4.4.14/arch/powerpc/xmon/ |
H A D | spu-insns.h | 285 APUOP(M_HEQ, RR, 0x3d8, "heq", _A3(A_T,A_A,A_B), 00110, FX2) /* HaltEQ halt_if(RA=RB) */ 286 APUOP(M_HEQ2, RR, 0x3d8, "heq", _A2(A_A,A_B), 00110, FX2) /* HaltEQ halt_if(RA=RB) */
|
Completed in 129 milliseconds