Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sh/boards/mach-kfr2r09/
Dlcd_wqvga.c91 unsigned long device_code; in read_device_code() local
109 device_code = ((read_reg(sohandle, so) & 0xff) << 24); in read_device_code()
110 device_code |= ((read_reg(sohandle, so) & 0xff) << 16); in read_device_code()
111 device_code |= ((read_reg(sohandle, so) & 0xff) << 8); in read_device_code()
112 device_code |= (read_reg(sohandle, so) & 0xff); in read_device_code()
114 return device_code; in read_device_code()
/linux-2.6.39/drivers/staging/rts_pstor/
Dxd.c569 xd_card->device_code = id_buf[1]; in reset_xd()
572 switch (xd_card->device_code) { in reset_xd()
647 if (id_buf[1] != xd_card->device_code) in reset_xd()
Drtsx_chip.h512 u8 device_code; member