Home
last modified time | relevance | path

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

/src/stand/uboot/
H A Dapi_public.h136 #define DEV_STA_OPEN 0x0001 /* open i.e. active */ macro
H A Dglue.c338 if (devices[handle].state != DEV_STA_OPEN) in dev_valid()