Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dapi_public.h91 #define DEV_STA_CLOSED 0x0000 /* invalid, closed */ macro
/openbmc/u-boot/api/
H A Dapi.c271 if (di->state == DEV_STA_CLOSED) in API_dev_close()
290 di->state = DEV_STA_CLOSED; in API_dev_close()