commit | 92252eec913b2dd5e7b5de11ea3efa2e64d65cf4 | [log] [tgz] |
---|---|---|
author | Dan Murphy <dmurphy@ti.com> | Wed Jun 24 07:16:02 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 25 16:05:21 2020 -0700 |
tree | 5f45dec84e66a4e15d56c12c7a19567a3c4c2982 | |
parent | 9150069bf5fc0e86cc8b79495bfbb98d2b642ba0 [diff] |
net: phy: Add a helper to return the index for of the internal delay Add a helper function that will return the index in the array for the passed in internal delay value. The helper requires the array, size and delay value. The helper will then return the index for the exact match or return the index for the index to the closest smaller value. Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>