Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/isci/
H A 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()
H A Dregisters.h1247 #define SCU_SAS_LLTXCOMSAS_GEN_VAL(name, value) \ macro