usblim 164 drivers/power/supply/pcf50633-charger.c u8 usblim = pcf50633_reg_read(mbc->pcf, PCF50633_REG_MBCC7) & usblim 168 drivers/power/supply/pcf50633-charger.c if (usblim == PCF50633_MBCC7_USB_1000mA) usblim 170 drivers/power/supply/pcf50633-charger.c else if (usblim == PCF50633_MBCC7_USB_500mA) usblim 172 drivers/power/supply/pcf50633-charger.c else if (usblim == PCF50633_MBCC7_USB_100mA) usblim 303 drivers/power/supply/pcf50633-charger.c u8 usblim = pcf50633_reg_read(mbc->pcf, PCF50633_REG_MBCC7) & usblim 309 drivers/power/supply/pcf50633-charger.c (usblim <= PCF50633_MBCC7_USB_500mA); usblim 324 drivers/power/supply/pcf50633-charger.c u8 usblim = pcf50633_reg_read(mbc->pcf, PCF50633_REG_MBCC7) & usblim 330 drivers/power/supply/pcf50633-charger.c (usblim == PCF50633_MBCC7_USB_1000mA);