Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dcciss_cmd.h58 #define CFGTBL_Trans_Simple 0x00000002l macro
Dcciss.c5233 writel(CFGTBL_Trans_Simple, &(h->cfgtable->HostWrite.TransportRequest)); in cciss_enter_simple_mode()
5237 if (!(readl(&(h->cfgtable->TransportActive)) & CFGTBL_Trans_Simple)) { in cciss_enter_simple_mode()
5241 h->transMethod = CFGTBL_Trans_Simple; in cciss_enter_simple_mode()
/linux-4.1.27/drivers/scsi/
Dhpsa_cmd.h134 #define CFGTBL_Trans_Simple 0x00000002l macro
Dhpsa.c6250 writel(CFGTBL_Trans_Simple, &(h->cfgtable->HostWrite.TransportRequest)); in hpsa_enter_simple_mode()
6256 if (!(readl(&(h->cfgtable->TransportActive)) & CFGTBL_Trans_Simple)) in hpsa_enter_simple_mode()
6258 h->transMethod = CFGTBL_Trans_Simple; in hpsa_enter_simple_mode()