Searched refs:selection_byte (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/isci/
H A Dhost.c2011 static int is_long_cable(int phy, unsigned char selection_byte) argument
2013 return !!(selection_byte & (1 << phy));
2016 static int is_medium_cable(int phy, unsigned char selection_byte) argument
2018 return !!(selection_byte & (1 << (phy + 4)));
2023 unsigned char selection_byte)
2025 return ((selection_byte & (1 << phy)) ? 1 : 0)
2026 + (selection_byte & (1 << (phy + 4)) ? 2 : 0);
2021 decode_selection_byte( int phy, unsigned char selection_byte) argument

Completed in 12 milliseconds