Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dcciss_cmd.h58 #define CFGTBL_Trans_Simple 0x00000002l macro
Dcciss.c5248 writel(CFGTBL_Trans_Simple, &(h->cfgtable->HostWrite.TransportRequest)); in cciss_enter_simple_mode()
5252 if (!(readl(&(h->cfgtable->TransportActive)) & CFGTBL_Trans_Simple)) { in cciss_enter_simple_mode()
5256 h->transMethod = CFGTBL_Trans_Simple; in cciss_enter_simple_mode()
/linux-4.4.14/drivers/scsi/
Dhpsa_cmd.h145 #define CFGTBL_Trans_Simple 0x00000002l macro
Dhpsa.c7648 writel(CFGTBL_Trans_Simple, &(h->cfgtable->HostWrite.TransportRequest)); in hpsa_enter_simple_mode()
7654 if (!(readl(&(h->cfgtable->TransportActive)) & CFGTBL_Trans_Simple)) in hpsa_enter_simple_mode()
7656 h->transMethod = CFGTBL_Trans_Simple; in hpsa_enter_simple_mode()