Home
last modified time | relevance | path

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

/drivers/usb/host/whci/
Dinit.c104 whc->n_devices = WHCSPARAMS_TO_N_DEVICES(whcsparams); in whc_init()
Dwhci-hc.h328 # define WHCSPARAMS_TO_N_DEVICES(p) (((p) >> 0) & 0x7f) macro