Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/cris/
DREADME.mm123 R_MMU_KBASE_HI = ( ( base_f, 0x0 ) | // flash/sram/periph cached
124 ( base_e, 0x8 ) | // flash/sram/periph uncached
/linux-2.4.37.9/drivers/scsi/
Dadvansys.c1113 #define ASC_INQ_DVC_TYPE(inq) ((inq)->periph & 0x1f)
1114 #define ASC_INQ_QUALIFIER(inq) (((inq)->periph & 0xe0) >> 5)
1135 uchar periph; member
3499 #define ADV_INQ_DVC_TYPE(inq) ((inq)->periph & 0x1f)
3500 #define ADV_INQ_QUALIFIER(inq) (((inq)->periph & 0xe0) >> 5)
3521 uchar periph; /* peripheral device type [0:4] */ member