Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/support/
Dktrace.c156 void *val0, in ktrace_enter() argument
196 ktep->val[0] = val0; in ktrace_enter()
/linux-2.4.37.9/drivers/usb/
Dov511.c771 unsigned char val0, val1; in ov511_upload_quan_tables() local
778 val0 = *pYTable++; in ov511_upload_quan_tables()
780 val0 &= 0x0f; in ov511_upload_quan_tables()
782 val0 |= val1 << 4; in ov511_upload_quan_tables()
783 rc = reg_w(ov, reg, val0); in ov511_upload_quan_tables()
789 val0 = *pUVTable++; in ov511_upload_quan_tables()
791 val0 &= 0x0f; in ov511_upload_quan_tables()
793 val0 |= val1 << 4; in ov511_upload_quan_tables()
794 rc = reg_w(ov, reg + OV511_QUANTABLESIZE/2, val0); in ov511_upload_quan_tables()
811 unsigned char val0, val1; in ov518_upload_quan_tables() local
[all …]
/linux-2.4.37.9/drivers/char/drm/
Dmga_drv.h304 #define DMA_BLOCK( reg0, val0, reg1, val1, reg2, val2, reg3, val3 ) \ argument
310 DMA_WRITE( 1, val0 ); \