device_code        88 arch/sh/boards/mach-kfr2r09/lcd_wqvga.c 	unsigned long device_code;
device_code       106 arch/sh/boards/mach-kfr2r09/lcd_wqvga.c 	device_code = ((read_reg(sohandle, so) & 0xff) << 24);
device_code       107 arch/sh/boards/mach-kfr2r09/lcd_wqvga.c 	device_code |= ((read_reg(sohandle, so) & 0xff) << 16);
device_code       108 arch/sh/boards/mach-kfr2r09/lcd_wqvga.c 	device_code |= ((read_reg(sohandle, so) & 0xff) << 8);
device_code       109 arch/sh/boards/mach-kfr2r09/lcd_wqvga.c 	device_code |= (read_reg(sohandle, so) & 0xff);
device_code       111 arch/sh/boards/mach-kfr2r09/lcd_wqvga.c 	return device_code;
device_code       531 drivers/staging/rts5208/rtsx_chip.h 	u8 device_code;
device_code       577 drivers/staging/rts5208/xd.c 		xd_card->device_code = id_buf[1];
device_code       580 drivers/staging/rts5208/xd.c 		switch (xd_card->device_code) {
device_code       655 drivers/staging/rts5208/xd.c 			if (id_buf[1] != xd_card->device_code)