Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h370 #define DEV_RST 0x80 /* Device Reset */ macro
DdefBF547.h621 #define DEV_RST 0x80 /* Device Reset */ macro
/linux-4.4.14/drivers/ata/
Dpata_bf54x.c1473 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()
/linux-4.4.14/drivers/usb/gadget/udc/
Dlpc32xx_udc.c460 #define DEV_RST 0x10 macro
2170 if (tmp & DEV_RST) in udc_handle_dev()