Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/isci/
Dphy.c675 val &= ~SCU_SAS_LLTXCOMSAS_GEN_VAL(NEGTIME, SCU_SAS_LINK_LAYER_TXCOMSAS_NEGTIME_MASK); in scu_link_layer_set_txcomsas_timeout()
676 val |= SCU_SAS_LLTXCOMSAS_GEN_VAL(NEGTIME, timeout); in scu_link_layer_set_txcomsas_timeout()
Dregisters.h1247 #define SCU_SAS_LLTXCOMSAS_GEN_VAL(name, value) \ macro