Home
last modified time | relevance | path

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

/linux-2.6.39/arch/blackfin/mach-bf548/include/mach/
DdefBF542.h373 #define DEV_RST 0x80 /* Device Reset */ macro
DdefBF547.h653 #define DEV_RST 0x80 /* Device Reset */ macro
/linux-2.6.39/drivers/ata/
Dpata_bf54x.c1480 ATAPI_SET_CONTROL(base, ATAPI_GET_CONTROL(base) | DEV_RST); in bfin_reset_controller()
1484 ATAPI_SET_CONTROL(base, ATAPI_GET_CONTROL(base) & ~DEV_RST); in bfin_reset_controller()