/openbmc/linux/arch/parisc/lib/ |
H A D | lusercopy.S | 41 1: stbs,ma %r0,1(%sr3,%r26) 69 * conditions. In the optimal case, we copy by loops that copy 32- or 16-bytes 114 /* short copy with less than 16 bytes? */ 131 20: ldb,ma 1(srcspc,src),t1 132 21: stb,ma t1,1(dstspc,dst) 146 ldo 16(src),src 147 12: std,ma t1,8(dstspc,dst) 148 13: std,ma t2,8(dstspc,dst) 151 ldo 16(src),src 152 16: std,ma t1,8(dstspc,dst) [all …]
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | checksum.h | 33 " ldws,ma 4(%1), %0\n" in ip_fast_csum() 39 " ldws,ma 12(%1), %3\n" in ip_fast_csum() 42 "1: ldws,ma 4(%1), %3\n" in ip_fast_csum() 46 " extru %0, 31, 16, %4\n" in ip_fast_csum() 47 " extru %0, 15, 16, %5\n" in ip_fast_csum() 49 " extru %0, 15, 16, %5\n" in ip_fast_csum() 66 /* add the swapped two 16-bit halves of sum, in csum_fold() 67 a possible carry from adding the two 16-bit halves, in csum_fold() 70 sum += (sum << 16) + (sum >> 16); in csum_fold() 71 return (__force __sum16)(~sum >> 16); in csum_fold() [all …]
|
H A D | assembly.h | 13 #define RP_OFFSET 16 63 #define STREGM std,ma 278 fstd,ma %fr0, 8(\regs) 279 fstd,ma %fr1, 8(\regs) 280 fstd,ma %fr2, 8(\regs) 281 fstd,ma %fr3, 8(\regs) 282 fstd,ma %fr4, 8(\regs) 283 fstd,ma %fr5, 8(\regs) 284 fstd,ma %fr6, 8(\regs) 285 fstd,ma %fr7, 8(\regs) [all …]
|
/openbmc/linux/kernel/bpf/ |
H A D | memalloc.c | 20 * 16 32 64 96 128 196 256 512 1024 2048 4096 23 * 16 32 64 96 128 196 256 512 1024 2048 4096 41 3, /* 16 */ 455 * 64*16 + 64*32 + 64*64 + 64*96 + 64*128 + 64*196 + 64*256 + 32*512 + 16*1024 + 8*2048 + 4*4096 496 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu) in bpf_mem_alloc_init() argument 498 static u16 sizes[NUM_CACHES] = {96, 192, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096}; in bpf_mem_alloc_init() 504 ma->percpu = percpu; in bpf_mem_alloc_init() 531 ma->cache = pc; in bpf_mem_alloc_init() 558 ma->caches = pcc; in bpf_mem_alloc_init() 593 static void check_leaked_objs(struct bpf_mem_alloc *ma) in check_leaked_objs() argument [all …]
|
/openbmc/linux/Documentation/leds/ |
H A D | leds-lm3556.rst | 21 In Flash Mode, the LED current source(LED) provides 16 target current levels 22 from 93.75 mA to 1500 mA.The Flash currents are adjusted via the CURRENT 37 93.75 mA:: 43 1500 mA:: 45 #echo 16 > /sys/class/leds/flash/brightness 64 46.88 mA:: 70 375 mA:: 107 5.86 mA:: 113 46.875mA::
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-sunplus.c | 23 #define TIMER_FREEZE_MASK_BIT BIT(5 + 16) 25 #define DIS_SYS_RST_RTC_MASK_BIT BIT(4 + 16) 27 #define RTC32K_MODE_RESET_MASK_BIT BIT(3 + 16) 29 #define ALARM_EN_OVERDUE_MASK_BIT BIT(2 + 16) 31 #define ALARM_EN_PMC_MASK_BIT BIT(1 + 16) 33 #define ALARM_EN_MASK_BIT BIT(0 + 16) 42 #define BAT_CHARGE_RSEL_MASK_BIT GENMASK(3 + 16, 2 + 16) 48 #define BAT_CHARGE_DSEL_MASK_BIT BIT(1 + 16) 52 #define BAT_CHARGE_EN_MASK_BIT BIT(0 + 16) 170 * 0 0 1 0.86mA (2K Ohm with diode) [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | ti,lp8727.yaml | 45 0 = 5%, 1 = 10%, 2 = 16%, 3 = 20%, 4 = 25%, 5 = 33%, 6 = 50% 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 */
|
H A D | bq24735.yaml | 39 This value must be between 128mA and 8.128A with a 64mA step resolution. 40 The POR value is 0x0000h. This number is in mA (e.g. 8192). 47 This value must be between 1.024V and 19.2V with a 16mV step resolution. 55 This value must be between 128mA and 8.064A with a 128mA step resolution. 56 The POR value is 0x1000h. This number is in mA (e.g. 8064).
|
/openbmc/linux/include/linux/usb/ |
H A D | pd.h | 30 PD_CTRL_NOT_SUPP = 16, 51 /* 16-31 Reserved */ 232 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */ 235 #define PDO_FIXED_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_FIXED_CURR_SHIFT) argument 237 #define PDO_FIXED(mv, ma, flags) \ argument 239 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma)) 257 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */ 261 #define PDO_VAR_MAX_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_VAR_MAX_CURR_SHIFT) argument 278 #define PDO_PPS_APDO_MAX_CURR_SHIFT 0 /* 50mA units */ 287 #define PDO_PPS_APDO_MAX_CURR(ma) \ argument [all …]
|
H A D | musb.h | 59 const char name[16]; 90 /* (HOST or OTG) mA/2 power supplied on (default = 8mA) */ 93 /* (PERIPHERAL) mA/2 max power consumed (default = 100mA) */
|
/openbmc/u-boot/include/power/ |
H A D | sandbox_pmic.h | 19 * We have only 12 significant registers, but we alloc 16 for padding. 39 SANDBOX_PMIC_REG_COUNT = 16, 72 /* BUCK1 Amperage: min: 150mA, step: 25mA, max: 250mA */ 87 /* LDO1 Amperage: min: 100mA, step: 50mA, max: 200mA */
|
/openbmc/linux/Documentation/devicetree/bindings/iio/dac/ |
H A D | adi,ad5755.yaml | 86 4: 4 mA to 20 mA current range. 87 5: 0 mA to 20 mA current range. 88 6: 0 mA to 24 mA current range. 108 - enum: [64000, 32000, 16000, 8000, 4000, 2000, 1000, 500, 250, 125, 64, 32, 16, 8, 4, 0] 109 - enum: [1, 2, 4, 16, 32, 64, 128, 256]
|
/openbmc/linux/drivers/pinctrl/uniphier/ |
H A D | pinctrl-uniphier.h | 60 UNIPHIER_PIN_DRV_1BIT, /* 2 level control: 4/8 mA */ 61 UNIPHIER_PIN_DRV_2BIT, /* 4 level control: 8/12/16/20 mA */ 62 UNIPHIER_PIN_DRV_3BIT, /* 8 level control: 4/5/7/9/11/12/14/16 mA */ 63 UNIPHIER_PIN_DRV_FIXED4, /* fixed to 4mA */ 64 UNIPHIER_PIN_DRV_FIXED5, /* fixed to 5mA */ 65 UNIPHIER_PIN_DRV_FIXED8, /* fixed to 8mA */
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | acpi.c | 145 /* Search upper memory: 16-byte boundaries in E0000h-FFFFFh */ in bios_get_rsdp_addr() 172 * Max length of 64-bit hex address string is 19, prefix "0x" + 16 hex 189 if (boot_kstrtoul(val, 16, &addr)) in get_cmdline_acpi_rsdp() 297 struct acpi_srat_mem_affinity *ma; in count_immovable_mem_regions() local 299 ma = (struct acpi_srat_mem_affinity *)sub_table; in count_immovable_mem_regions() 300 if (!(ma->flags & ACPI_SRAT_MEM_HOT_PLUGGABLE) && ma->length) { in count_immovable_mem_regions() 301 immovable_mem[num].start = ma->base_address; in count_immovable_mem_regions() 302 immovable_mem[num].size = ma->length; in count_immovable_mem_regions()
|
/openbmc/linux/include/dt-bindings/usb/ |
H A D | pd.h | 27 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */ 30 #define PDO_FIXED_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_FIXED_CURR_SHIFT) argument 32 #define PDO_FIXED(mv, ma, flags) \ argument 34 PDO_FIXED_VOLT(mv) | PDO_FIXED_CURR(ma)) 52 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */ 56 #define PDO_VAR_MAX_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_VAR_MAX_CURR_SHIFT) argument 71 #define PDO_PPS_APDO_MAX_CURR_SHIFT 0 /* 50mA units */ 80 #define PDO_PPS_APDO_MAX_CURR(ma) \ argument 81 ((((ma) / 50) & PDO_PPS_APDO_CURR_MASK) << PDO_PPS_APDO_MAX_CURR_SHIFT) 106 * <20:16> :: Reserved, Shall be set to zero [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bridge-utils/bridge-utils/ |
H A D | 0004-cleanup-includes.patch | 91 @@ -16,12 +16,9 @@ 92 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 109 @@ -16,14 +16,16 @@ 110 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 131 @@ -16,14 +16,11 @@ 132 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
/openbmc/linux/Documentation/arch/arm/pxa/ |
H A D | mfp.rst | 105 /* LCD - 16bpp Active TFT */ 160 31 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 179 0b000 - fast 1mA 180 0b001 - fast 2mA 181 0b002 - fast 3mA 182 0b003 - fast 4mA 183 0b004 - slow 6mA 184 0b005 - fast 6mA 185 0b006 - slow 10mA 186 0b007 - fast 10mA [all …]
|
/openbmc/linux/Documentation/hwmon/ |
H A D | ina3221.rst | 33 curr[123]_input Current(mA) measurement channels 35 curr[123]_crit Critical alert current(mA) setting, activates the 39 curr[123]_max Warning alert current(mA) setting, activates the 46 curr4_input Sum of current(mA) measurement channels, 49 curr4_crit Critical alert current(mA) setting for sum of current 60 1, 4, 16, 64, 128, 256, 512, 1024
|
/openbmc/u-boot/include/linux/usb/ |
H A D | musb.h | 64 const char name[16]; 76 unsigned utm_16:1 __deprecated; /* utm data witdh is 16 bits */ 106 /* (HOST or OTG) mA/2 power supplied on (default = 8mA) */ 109 /* (PERIPHERAL) mA/2 max power consumed (default = 100mA) */
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | mediatek,mt8183-pinctrl.yaml | 111 enum: [2, 4, 6, 8, 10, 12, 14, 16] 122 2/4/6/8/10/12/14/16mA driving. But in specific driving setup, they 123 can support 0.125/0.25/0.5/1mA adjustment. If we enable specific 126 When E1=0/E0=0, the strength is 0.125mA. 127 When E1=0/E0=1, the strength is 0.25mA. 128 When E1=1/E0=0, the strength is 0.5mA. 129 When E1=1/E0=1, the strength is 1mA.
|
H A D | mediatek,mt8365-pinctrl.yaml | 103 enum: [2, 4, 6, 8, 10, 12, 14, 16] 126 2/4/6/8/10/12/14/16mA driving. But in specific driving setup, they 127 can support 0.125/0.25/0.5/1mA adjustment. If we enable specific 130 When E1=0/E0=0, the strength is 0.125mA. 131 When E1=0/E0=1, the strength is 0.25mA. 132 When E1=1/E0=0, the strength is 0.5mA. 133 When E1=1/E0=1, the strength is 1mA.
|
/openbmc/linux/drivers/phy/mediatek/ |
H A D | phy-mtk-hdmi-mt8195.c | 313 * data channel bias 24mA, clock channel bias 20mA in mtk_hdmi_pll_drv_setting() 316 * data channel 20mA, clock channel 16mA in mtk_hdmi_pll_drv_setting() 318 * data channel & clock channel bias 10mA in mtk_hdmi_pll_drv_setting() 323 data_channel_bias = 0x3c; /* 24mA */ in mtk_hdmi_pll_drv_setting() 324 clk_channel_bias = 0x34; /* 20mA */ in mtk_hdmi_pll_drv_setting() 328 data_channel_bias = 0x34; /* 20mA */ in mtk_hdmi_pll_drv_setting() 329 clk_channel_bias = 0x2c; /* 16mA */ in mtk_hdmi_pll_drv_setting() 333 data_channel_bias = 0x14; /* 10mA */ in mtk_hdmi_pll_drv_setting() 334 clk_channel_bias = 0x14; /* 10mA */ in mtk_hdmi_pll_drv_setting()
|
/openbmc/linux/Documentation/usb/ |
H A D | acm.rst | 2 Linux ACM driver v0.16 23 Temple Place, Suite 330, Boston, MA 02111-1307 USA 80 C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA 89 C: #Ifs= 1 Cfg#= 1 Atr=60 MxPwr= 0mA 93 E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=128ms 94 C:* #Ifs= 2 Cfg#= 2 Atr=60 MxPwr= 0mA 96 E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=128ms
|
/openbmc/u-boot/drivers/pinctrl/uniphier/ |
H A D | pinctrl-uniphier.h | 30 UNIPHIER_PIN_DRV_1BIT, /* 2 level control: 4/8 mA */ 31 UNIPHIER_PIN_DRV_2BIT, /* 4 level control: 8/12/16/20 mA */ 32 UNIPHIER_PIN_DRV_3BIT, /* 8 level control: 4/5/7/9/11/12/14/16 mA */
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | ti,lmk04832.yaml | 114 HSDS 6 mA 0x02 115 HSDS 8 mA 0x03 119 CML 16 mA 0x07 120 CML 24 mA 0x08 121 CML 32 mA 0x09
|