Searched refs:se401_get_feature (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dse401.c293 static unsigned short se401_get_feature(struct usb_se401 *se401, function
402 se401_get_feature(se401, HV7131_REG_HIREFNOH);
403 se401_get_feature(se401, HV7131_REG_HIREFNOL);
404 se401_get_feature(se401, HV7131_REG_LOREFNOH);
405 se401_get_feature(se401, HV7131_REG_LOREFNOL);
406 ahrc=256*se401_get_feature(se401, HV7131_REG_HIREFNOH) +
407 se401_get_feature(se401, HV7131_REG_HIREFNOL);
408 alrc=256*se401_get_feature(se401, HV7131_REG_LOREFNOH) +
409 se401_get_feature(se401, HV7131_REG_LOREFNOL);

Completed in 70 milliseconds