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

/freebsd-current/sys/dev/isci/scil/
H A Dscu_bios_definitions.h864 U8 cable_selection_mask; member in struct:SCI_BIOS_OEM_PARAM_ELEMENT_v_1_3::__anon2772
H A Dscic_sds_controller.c1032 U8 cable_selection_mask; local
1049 cable_selection_mask =
1050 this_controller->oem_parameters.sds1.controller.cable_selection_mask;
1128 U8 cable_length_long = (cable_selection_mask >> phy_id) & 1;
1129 U8 cable_length_medium = (cable_selection_mask >> (phy_id + 4)) & 1;
3711 this_controller->oem_parameters.sds1.controller.cable_selection_mask = 0;

Completed in 184 milliseconds