Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/api/
H A Dapi_storage.c56 specs[ENUM_IDE].type = DEV_TYP_STOR | DT_STOR_IDE; in dev_stor_init()
63 specs[ENUM_MMC].type = DEV_TYP_STOR | DT_STOR_MMC; in dev_stor_init()
70 specs[ENUM_SATA].type = DEV_TYP_STOR | DT_STOR_SATA; in dev_stor_init()
77 specs[ENUM_SCSI].type = DEV_TYP_STOR | DT_STOR_SCSI; in dev_stor_init()
84 specs[ENUM_USB].type = DEV_TYP_STOR | DT_STOR_USB; in dev_stor_init()
H A Dapi.c247 if (di->type & DEV_TYP_STOR) in API_dev_open()
278 if (di->type & DEV_TYP_STOR) in API_dev_close()
343 if (di->type & DEV_TYP_STOR) in API_dev_write()
404 if (di->type & DEV_TYP_STOR) { in API_dev_read()
/OK3568_Linux_fs/u-boot/examples/api/
H A Ddemo.c106 if (di->type & DEV_TYP_STOR) in main()
309 } else if (di->type & DEV_TYP_STOR) { in test_dump_di()
H A Dglue.c267 if (!(devices[handle].type & DEV_TYP_STOR)) in dev_stor_valid()
/OK3568_Linux_fs/u-boot/include/
H A Dapi_public.h85 #define DEV_TYP_STOR 0x0002 macro