Searched refs:YT8531_LDO_VOL_1V8 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/phy/ |
H A D | motorcomm.c | 168 #define YT8531_LDO_VOL_1V8 0x2 macro 860 {.vol = YT8531_LDO_VOL_1V8, .ds = 0, .cur = 1200}, 861 {.vol = YT8531_LDO_VOL_1V8, .ds = 1, .cur = 2100}, 862 {.vol = YT8531_LDO_VOL_1V8, .ds = 2, .cur = 2700}, 863 {.vol = YT8531_LDO_VOL_1V8, .ds = 3, .cur = 2910}, 864 {.vol = YT8531_LDO_VOL_1V8, .ds = 4, .cur = 3110}, 865 {.vol = YT8531_LDO_VOL_1V8, .ds = 5, .cur = 3600}, 866 {.vol = YT8531_LDO_VOL_1V8, .ds = 6, .cur = 3970}, 867 {.vol = YT8531_LDO_VOL_1V8, .ds = 7, .cur = 4350}, 885 return val <= YT8531_LDO_VOL_1V8 ? val : YT8531_LDO_VOL_1V8; in yt8531_get_ldo_vol()
|