Home
last modified time | relevance | path

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

/arch/sh/boards/mach-kfr2r09/
Dlcd_wqvga.c59 static unsigned long read_reg(void *sohandle, in read_reg() function
103 read_reg(sohandle, so); in read_device_code()
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()