Home
last modified time | relevance | path

Searched refs:max_current (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dsl811hsvar.h39 uint8_t max_current; /* max current / 2 */ member
H A Dsl811hs.c1136 bus_space_handle_t ioh, uint16_t max_current, uint32_t stride) in slhci_preinit() argument
1156 if (max_current > 500) in slhci_preinit()
1157 max_current = 500; in slhci_preinit()
1158 t->max_current = (uint8_t)(max_current / 2); in slhci_preinit()
1223 SC_NAME(sc), t->max_current * 2); in slhci_attach()
3307 confd.urh_confd.bMaxPower = t->max_current; in slhci_roothub_ctrl()
3330 500 - t->max_current; in slhci_roothub_ctrl()