/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | richtek,rt5033-charger.yaml | 27 Current of pre-charge mode. The pre-charge current levels are 350 mA 28 to 650 mA programmed by I2C per 100 mA. 31 Current of fast-charge mode. The fast-charge current levels are 700 mA 32 to 2000 mA programmed by I2C per 100 mA. 35 This property is end of charge current. Its level ranges from 150 mA 36 to 600 mA. Between 150 mA and 300 mA in 50 mA steps, between 300 mA and 37 600 mA in 100 mA steps.
|
H A D | ti,lp8727.yaml | 53 0 = 90mA, 1 = 100mA, 2 = 400mA, 3 = 450mA, 4 = 500mA, 5 = 600mA, 54 6 = 700mA, 7 = 800mA, 8 = 900mA, 9 = 1000mA 76 /* AC charger: 5% EOC and 500mA charging current */ 83 /* USB charger: 10% EOC and 400mA charging current */
|
/linux/include/linux/usb/ |
H A D | pd.h | 237 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */ 240 #define PDO_FIXED_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_FIXED_CURR_SHIFT) 242 #define PDO_FIXED(mv, ma, flags) \ 244 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma)) 262 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */ argument 266 #define PDO_VAR_MAX_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_VAR_MAX_CURR_SHIFT) 283 #define PDO_PPS_APDO_MAX_CURR_SHIFT 0 /* 50mA units */ 292 #define PDO_PPS_APDO_MAX_CURR(ma) \ 236 PDO_FIXED_CURR(ma) global() argument 238 PDO_FIXED(mv,ma,flags) global() argument 288 PDO_PPS_APDO_MAX_CURR(ma) global() argument 365 PDO_FIXED_OP_CURR(ma) global() argument 366 PDO_FIXED_MAX_CURR(ma) global() argument 393 PDO_PROG_OP_CURR(ma) global() argument [all...] |
/linux/Documentation/devicetree/bindings/leds/backlight/ |
H A D | qcom-wled.yaml | 62 mA; per-string current limit. 79 mA; boost current limit. 86 enum: [ 600, 640, 685, 738, 800, 872, 960, 1066, 1200, 1371, 1600, 1920,
|
/linux/drivers/power/supply/ |
H A D | adp5061.c | 82 #define ADP5061_ICHG_MAX 1300 // mA 119 50, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650, 131 100, 150, 200, 250, 300, 400, 500, 600, 700, 195 /* Convert from uA to mA */ in adp5061_set_input_current_limit() 319 /* Convert from uA to mA */ in adp5061_set_const_chg_current() 374 /* Convert from uA to mA */ in adp5061_set_prechg_current()
|
H A D | wm831x_power.c | 200 { 600, 11 << WM831X_CHG_FAST_ILIM_SHIFT }, 287 "trickle charge current limit", "mA"); in wm831x_config_battery() 295 "fast charge current limit", "mA"); in wm831x_config_battery() 299 "end of charge current threshold", "mA"); in wm831x_config_battery()
|
H A D | bq24190_charger.c | 186 /* ICHG higher than 3008mA is not supported in BQ24296 */ 203 600, 800, 1000, 1200 1474 * too low default 500mA iinlim. Delay setting the input-current-limit in bq24190_charger_external_power_changed() 2107 pm_runtime_set_autosuspend_delay(dev, 600); in bq24190_probe()
|
H A D | bq25890_charger.c | 311 640, 630, 620, 615, 610, 600, 590, 585, 344 /* TODO: BQ25896 has max ICHG 3008 mA */ 580 /* converted_val = ADC_val * 50mA (table 10.3.19) */ in bq25890_power_supply_get_property()
|
/linux/drivers/video/fbdev/ |
H A D | au1100fb.h | 27 * 675 Mass Ave, Cambridge, MA 02139, USA. 56 #define AU1100_LCD_MAX_YRES 600 268 * max_yres <= 600 276 .yres = 600,
|
H A D | au1200fb.c | 30 * 675 Mass Ave, Cambridge, MA 02139, USA. 358 * max_yres <= 600 441 600, 600,
|
/linux/Documentation/translations/it_IT/process/ |
H A D | maintainer-pgp-guide.rst | 94 altro periodo. Di base è di 600 (10 minuti). 142 (*master key*), ma è una terminologia fuorviante perché lascia intendere che la 154 per criptare, 3 per firmare, ma solo una per una sola per certificare). Tutte 254 connesso alla porta parallela, ma dato che il suo output è comunque 293 infine mettetelo in un posto sicuro -- ma non troppo lontano, perché vi servirà 312 ridurre i rischi elencati qui sopra, ma le passphrase possono essere scoperte 421 ECC ED25519, ma offre meno funzionalità di sicurezza (come la resistenza 423 - `Nitrokey Pro 2`_: è simile alla Nitrokey Start, ma è più resistente alla 426 - `Yubikey 5`_: l'hardware e il software sono proprietari, ma è più economica 477 il sesso, informazioni d'accesso, eccetera), ma non sono necessari e aggiunge [all …]
|
/linux/drivers/mmc/core/ |
H A D | sd.c | 576 * maximum current, e.g. if the card's maximum current is 300ma, and in sd_set_current_limit() 577 * when we set current limit to 200ma, the card will draw 200ma, and in sd_set_current_limit() 578 * when we set current limit to 400/600/800ma, the card will draw its in sd_set_current_limit() 579 * maximum 300ma from the host. in sd_set_current_limit() 584 * in a 300mA card being limited to 200mA even though the host in sd_set_current_limit() 585 * supports 800mA. Failures seen with SanDisk 8GB UHS cards with in sd_set_current_limit() 591 else if (max_current >= 600 && in sd_set_current_limit() 854 * If the host can supply more than 150mA at current voltage, in mmc_sd_get_cid()
|
/linux/drivers/usb/misc/sisusbvga/ |
H A D | sisusb_tables.h | 24 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA 116 {800, 600, 8, 16}, /* 0x07 */ 134 {1024, 600, 8, 16}, /* 0x19 */ 142 {960, 600, 8, 16} /* 0x21 */ 256 {0x085f, 0x0d, 0x03, 0x05, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x0 */ 257 {0x0067, 0x0e, 0x04, 0x05, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x1 */ 258 {0x0067, 0x0f, 0x08, 0x48, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x2 */ 259 {0x0067, 0x10, 0x07, 0x8b, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x3 */ 260 {0x0047, 0x11, 0x0a, 0x00, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x4 */ 261 {0x0047, 0x12, 0x0d, 0x00, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x5 */ [all …]
|
/linux/sound/soc/codecs/ |
H A D | mt6359.c | 29 /* 8:4mA(default), a:8mA, c:12mA, e:16mA */ in mt6359_set_gpio_driving() 268 usleep_range(600, 650); in hp_main_output_ramp() 282 usleep_range(600, 650); in hp_aux_feedback_loop_gain_ramp() 360 usleep_range(600, 650); in headset_volume_ramp() 2822 static const DECLARE_TLV_DB_SCALE(capture_tlv, 0, 600, 0);
|
H A D | mt6358.c | 373 usleep_range(600, 700); in hp_pull_down() 379 usleep_range(600, 700); in hp_pull_down() 614 static const DECLARE_TLV_DB_SCALE(pga_tlv, 0, 600, 0); 2430 /* gpio miso driving set to 4mA */ in mt6358_codec_init_reg()
|
/linux/drivers/regulator/ |
H A D | qcom-labibb-regulator.c | 638 static const int soft_start_values[] = { 200, 400, 600, 800 }; 849 /* LAB Limits: 200-1600mA */ in qcom_labibb_regulator_probe() 855 /* IBB Limits: 0-1550mA */ in qcom_labibb_regulator_probe()
|
/linux/drivers/extcon/ |
H A D | extcon-intel-cht-wc.c | 149 /* Charger detection can take upto 600ms, wait 800ms max. */ in cht_wc_extcon_get_charger() 524 * feedback loop which causes aprox. 300 mA extra battery drain in cht_wc_extcon_probe()
|
/linux/drivers/video/fbdev/sis/ |
H A D | init.h | 23 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA 200 { 800, 600, 8,16}, /* 0x07 */ 218 { 1024, 600, 8,16}, /* 0x19 */ 226 { 960, 600, 8,16}, /* 0x21 */ 789 { 1, 1, 864, 525,1270, 600, 50, 0, 0,0x300,0xf4,0xff,0x1c,0x22} 1271 { 840, 600, 840, 600}, 1272 { 840, 600, 840, 600}, 1273 { 840, 600, 840, 600}, 1274 { 840, 600, 840, 600}, 1275 { 784, 600, 784, 600},
|
H A D | 310vtbl.h | 23 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA 162 {0x085f,0x0d,0x03,0x05,0x05,0x6a, 800, 600, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x0 */ 163 {0x0067,0x0e,0x04,0x05,0x05,0x6a, 800, 600, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x1 */ 164 {0x0067,0x0f,0x08,0x48,0x05,0x6a, 800, 600, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x2 */ 165 {0x0067,0x10,0x07,0x8b,0x05,0x6a, 800, 600, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x3 */ 166 {0x0047,0x11,0x0a,0x00,0x05,0x6a, 800, 600, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x4 */ 167 {0x0047,0x12,0x0d,0x00,0x05,0x6a, 800, 600, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x5 */ 168 {0x0047,0x13,0x13,0x00,0x05,0x6a, 800, 600, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x6 */ 169 {0x0107,0x14,0x1c,0x00,0x05,0x6a, 800, 600, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x7 */ 246 …{0x0077,0x53,0x6b,0x0b,0x1d,0x20, 960, 600, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x54 960… [all …]
|
H A D | 300vtbl.h | 23 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA 147 {0x085f,0x0d,0x03,0x05,0x05,0x6a, 800, 600, 0, 0x00, 0x00}, /* 00 */ 148 {0x0467,0x0e,0x04,0x05,0x05,0x6a, 800, 600, 0, 0x00, 0x00}, /* 01 */ 149 {0x0067,0x0f,0x07,0x48,0x05,0x6a, 800, 600, 0, 0x00, 0x00}, /* 02 - CRT1CRTC was 0x4f */ 150 {0x0067,0x10,0x06,0x8b,0x05,0x6a, 800, 600, 0, 0x00, 0x00}, /* 03 */ 151 {0x0147,0x11,0x08,0x00,0x05,0x6a, 800, 600, 0, 0x00, 0x00}, /* 04 */ 152 {0x0147,0x12,0x0c,0x00,0x05,0x6a, 800, 600, 0, 0x00, 0x00}, /* 05 */ 153 {0x0047,0x11,0x0e,0x00,0x05,0x6a, 800, 600, 0, 0x00, 0x00}, /* 06 - CRT1CRTC was 0x51 */ 154 {0x0047,0x11,0x13,0x00,0x05,0x6a, 800, 600, 0, 0x00, 0x00}, /* 07 */ 190 {0xc077,0x33,0x09,0x06,0x00,0x20,1024, 600, 0, 0x00, 0x00}, /* 2b */
|
H A D | init.c | 27 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA 358 if((!(VBFlags & CRT1_LCDA)) || ((LCDwidth >= 800) && (LCDheight >= 600))) { in SiS_GetModeID() 379 if(VDisplay == 600) ModeIndex = ModeIndex_800x600[Depth]; in SiS_GetModeID() 391 else if(VDisplay == 600) ModeIndex = ModeIndex_960x600[Depth]; in SiS_GetModeID() 398 if(VDisplay == 600) ModeIndex = ModeIndex_1024x600[Depth]; in SiS_GetModeID() 527 if(VDisplay == 600) ModeIndex = ModeIndex_800x600[Depth]; in SiS_GetModeID_LCD() 542 if((VDisplay == 600) && (LCDheight == 600)) { in SiS_GetModeID_LCD() 593 if(LCDwidth >= 800 && LCDheight >= 600) { in SiS_GetModeID_LCD() 618 if(VDisplay == 600) ModeIndex = ModeIndex_800x600[Depth]; in SiS_GetModeID_LCD() 636 else if(VDisplay == 600) ModeIndex = ModeIndex_960x600[Depth]; in SiS_GetModeID_LCD() [all …]
|
/linux/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-spi.c | 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 541 timeout_time = cvmx_get_cycle() + 1000ull * MS * 600; in cvmx_spi_training_cb()
|
/linux/tools/power/cpupower/po/ |
H A D | it.po | 526 #: utils/cpufreq-info.c:600 utils/cpufreq-set.c:82 utils/cpupower-set.c:42 639 "- Stai provando a impostare una specifica frequenza ma il gestore\n"
|
/linux/ |
H A D | CREDITS | 44 S: Weymouth, MA 02188 1367 S: 600 North Bell Avenue, Suite 160 1380 S: Carlisle, MA 01741 1484 D: obmouse - rewrote Olivier Florent's Omnibook 600 "pop-up" mouse driver 2465 S: Cambridge, MA 02139 3366 S: Westford, MA 01886 3833 S: Northborough, MA 01532
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 809 * back MA register to ensure that changes propagate before we attempt 4361 { MATAGPERR_F, "PCI MA tag parity error", -1, 1 }, in pcie_intr_handler() 4400 { MAGRPPERR_F, "PCI MA group FIFO parity error", -1, 1 }, in pcie_intr_handler() 4581 { TIMEOUTMAINT_F, "CIM PIF MA timeout", -1, 1 }, in cim_intr_handler() 4882 * MA interrupt handler. 4890 "MA parity error, parity status %#x\n", in ma_intr_handler() 4894 "MA parity error, parity status %#x\n", in ma_intr_handler() 4900 dev_alert(adap->pdev_dev, "MA address wrap-around error by " in ma_intr_handler() 10054 * with a 600MHz Core Clock, we can only count up to a bit more than in t4_idma_monitor_init()
|