Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/esd/meesc/
H A Dmeesc.c158 u_char hw_type; /* hardware type */ in checkboard() local
161 hw_type = readb(CONFIG_ET1100_BASE); in checkboard()
163 switch (hw_type) { in checkboard()
180 printf("ERROR! Read invalid hw_type: %02X\n", hw_type); in checkboard()