Lines Matching full:setting
119 u32 setting; member
127 .setting = SUPPORTED_10000baseT_Full,
132 .setting = SUPPORTED_1000baseT_Full,
137 .setting = SUPPORTED_1000baseT_Half,
142 .setting = SUPPORTED_100baseT_Full,
147 .setting = SUPPORTED_100baseT_Half,
152 .setting = SUPPORTED_10baseT_Full,
157 .setting = SUPPORTED_10baseT_Half,
168 * Description: Searches the settings array for the setting which
170 * of that setting. Returns the index of the last setting if
186 * phy_find_valid - find a PHY setting that matches the requested features mask
190 * Description: Returns the index of the first valid setting less
192 * the mask in features. Returns the index of the last setting
197 while (idx < MAX_NUM_SETTINGS && !(settings[idx].setting & features)) in phy_find_valid()
830 * don't have a setting, so we try in phy_state_machine()