Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dpcf50633-charger.c164 u8 usblim = pcf50633_reg_read(mbc->pcf, PCF50633_REG_MBCC7) & in show_usblim() local
168 if (usblim == PCF50633_MBCC7_USB_1000mA) in show_usblim()
170 else if (usblim == PCF50633_MBCC7_USB_500mA) in show_usblim()
172 else if (usblim == PCF50633_MBCC7_USB_100mA) in show_usblim()
303 u8 usblim = pcf50633_reg_read(mbc->pcf, PCF50633_REG_MBCC7) & in usb_get_property() local
309 (usblim <= PCF50633_MBCC7_USB_500mA); in usb_get_property()
324 u8 usblim = pcf50633_reg_read(mbc->pcf, PCF50633_REG_MBCC7) & in ac_get_property() local
330 (usblim == PCF50633_MBCC7_USB_1000mA); in ac_get_property()