Home
last modified time | relevance | path

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

/linux/arch/sh/boards/mach-kfr2r09/
A Dlcd_wqvga.c88 unsigned long device_code; in read_device_code() local
106 device_code = ((read_reg(sohandle, so) & 0xff) << 24); in read_device_code()
107 device_code |= ((read_reg(sohandle, so) & 0xff) << 16); in read_device_code()
108 device_code |= ((read_reg(sohandle, so) & 0xff) << 8); in read_device_code()
109 device_code |= (read_reg(sohandle, so) & 0xff); in read_device_code()
111 return device_code; in read_device_code()
/linux/drivers/staging/rts5208/
A Dxd.c577 xd_card->device_code = id_buf[1]; in reset_xd()
580 switch (xd_card->device_code) { in reset_xd()
655 if (id_buf[1] != xd_card->device_code) in reset_xd()
A Drtsx_chip.h531 u8 device_code; member

Completed in 13 milliseconds