Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dadvansys.c568 #define ASC_EEP_GET_CHIP_ID(cfg) ((cfg)->id_speed & 0x0f)
569 #define ASC_EEP_GET_DMA_SPD(cfg) (((cfg)->id_speed & 0xf0) >> 4)
571 ((cfg)->id_speed = ((cfg)->id_speed & 0xf0) | ((sid) & ASC_MAX_TID))
573 ((cfg)->id_speed = ((cfg)->id_speed & 0x0f) | ((spd) & 0x0f) << 4)
587 uchar id_speed; /* low order 4 bits is chip scsi id */ member