Searched refs:DEV_RST (Results 1 – 4 of 4) sorted by relevance
370 #define DEV_RST 0x80 /* Device Reset */ macro
621 #define DEV_RST 0x80 /* Device Reset */ macro
1473 ATAPI_SET_CONTROL(base, ATAPI_GET_CONTROL(base) | DEV_RST); in bfin_reset_controller()1477 ATAPI_SET_CONTROL(base, ATAPI_GET_CONTROL(base) & ~DEV_RST); in bfin_reset_controller()
460 #define DEV_RST 0x10 macro2170 if (tmp & DEV_RST) in udc_handle_dev()