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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/gadget/
H A Dci13xxx_udc.c112 * ffs_nr: find first (least significant) bit set
117 static int ffs_nr(u32 x) function
248 return (reg & mask) >> ffs_nr(mask);
268 reg = hw_aread(ABS_HCCPARAMS, HCCPARAMS_LEN) >> ffs_nr(HCCPARAMS_LEN);
293 reg = hw_aread(ABS_DCCPARAMS, DCCPARAMS_DEN) >> ffs_nr(DCCPARAMS_DEN);
380 data = type << ffs_nr(mask);
389 data = type << ffs_nr(mask);
552 return hw_cread(CAP_PORTSC, PORTSC_PTC) >> ffs_nr(PORTSC_PTC);
568 hw_cwrite(CAP_PORTSC, PORTSC_PTC, mode << ffs_nr(PORTSC_PTC));
692 value << ffs_nr(DEVICEADDR_USBAD
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/gadget/
H A Dci13xxx_udc.c112 * ffs_nr: find first (least significant) bit set
117 static int ffs_nr(u32 x) function
248 return (reg & mask) >> ffs_nr(mask);
268 reg = hw_aread(ABS_HCCPARAMS, HCCPARAMS_LEN) >> ffs_nr(HCCPARAMS_LEN);
293 reg = hw_aread(ABS_DCCPARAMS, DCCPARAMS_DEN) >> ffs_nr(DCCPARAMS_DEN);
380 data = type << ffs_nr(mask);
389 data = type << ffs_nr(mask);
552 return hw_cread(CAP_PORTSC, PORTSC_PTC) >> ffs_nr(PORTSC_PTC);
568 hw_cwrite(CAP_PORTSC, PORTSC_PTC, mode << ffs_nr(PORTSC_PTC));
692 value << ffs_nr(DEVICEADDR_USBAD
[all...]

Completed in 54 milliseconds