Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/
Dtmscsim.h448 #define GLITCH_TO_NS(x) (((~x>>6 & 2) >> 1) | ((x>>6 & 1) << 1 ^ (x>>6 & 2))) macro
Dtmscsim.c1110 pDCB->CtrlR4 |= NS_TO_GLITCH(((GLITCH_TO_NS(pACB->glitch_cfg)) - 1)); in dc390_MsgIn_set_sync()