OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_current
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
sl811hsvar.h
39
uint8_t
max_current
; /* max current / 2 */
member in struct:slhci_transfers
sl811hs.c
1132
* Note
max_current
argument is actual current, but stored as current/2
1136
bus_space_handle_t ioh, uint16_t
max_current
, uint32_t stride)
1156
if (
max_current
> 500)
1157
max_current
= 500;
1158
t->
max_current
= (uint8_t)(
max_current
/ 2);
1223
SC_NAME(sc), t->
max_current
* 2);
3307
confd.urh_confd.bMaxPower = t->
max_current
;
3330
500 - t->
max_current
;
Completed in 106 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025