/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_fw_defs.h | 17 (IRO[151].base + ((assertListEntry) * IRO[151].m1)) 19 (IRO[157].base + (((pfId)>>1) * IRO[157].m1) + (((pfId)&1) * \ 22 (IRO[158].base + (((pfId)>>1) * IRO[158].m1) + (((pfId)&1) * \ 25 (IRO[163].base + ((funcId) * IRO[163].m1)) 27 (IRO[153].base + ((funcId) * IRO[153].m1)) 29 (IRO[143].base + ((hcIndex) * IRO[143].m1) + ((sbId) * IRO[143].m2)) 31 (IRO[142].base + (((hcIndex)>>2) * IRO[142].m1) + (((hcIndex)&3) \ 35 (IRO[324].base + ((pfId) * IRO[324].m1)) 37 (IRO[325].base + ((pfId) * IRO[325].m1)) 39 (IRO[317].base + ((pfId) * IRO[317].m1) + ((iscsiEqId) * IRO[317].m2)) [all …]
|
/openbmc/u-boot/board/intel/cherryhill/ |
H A D | cherryhill.c | 20 GPIO_PAD_CONF("N37: CX_PRDY_B", NATIVE, M1, NA, NA, NA, 23 GPIO_PAD_CONF("N35: CX_PRDY_B_2", NATIVE, M1, NA, NA, NA, 26 GPIO_PAD_CONF("N39: CX_PREQ_B", NATIVE, M1, NA, NA, NA, 29 GPIO_PAD_CONF("N48: GP_CAMERASB00", GPIO, M1, GPO, LOW, 32 GPIO_PAD_CONF("N53: GP_CAMERASB01", GPIO, M1, GPO, LOW, 35 GPIO_PAD_CONF("N46: GP_CAMERASB02", GPIO, M1, GPO, LOW, 38 GPIO_PAD_CONF("N51: GP_CAMERASB03", GPIO, M1, GPO, LOW, 41 GPIO_PAD_CONF("N56: GP_CAMERASB04", GPIO, M1, GPO, LOW, 44 GPIO_PAD_CONF("N45: GP_CAMERASB05", GPIO, M1, GPO, LOW, 47 GPIO_PAD_CONF("N49: GP_CAMERASB06", GPIO, M1, GPO, LOW, [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | apple.yaml | 15 This currently includes devices based on the "M1" SoC: 17 - Mac mini (M1, 2020) 18 - MacBook Pro (13-inch, M1, 2020) 19 - MacBook Air (M1, 2020) 20 - iMac (24-inch, M1, 2021) 28 And devices based on the "M1 Pro", "M1 Max" and "M1 Ultra" SoCs: 30 - MacBook Pro (14-inch, M1 Pro, 2021) 31 - MacBook Pro (14-inch, M1 Max, 2021) 32 - MacBook Pro (16-inch, M1 Pro, 2021) 33 - MacBook Pro (16-inch, M1 Max, 2021) [all …]
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_iro_hsi.h | 87 + ((core_tx_stats_id) * IRO[IRO_CORE_LL2_PSTORM_PER_QUEUE_STAT].m1)) 94 + ((core_rx_queue_id) * IRO[IRO_CORE_LL2_TSTORM_PER_QUEUE_STAT].m1)) 101 + ((core_rx_queue_id) * IRO[IRO_CORE_LL2_USTORM_PER_QUEUE_STAT].m1)) 108 + ((pf_id) * IRO[IRO_ETH_RX_RATE_LIMIT].m1)) 114 + ((queue_id) * IRO[IRO_MSTORM_ETH_PF_PRODS_GTT].m1)) 120 + ((pf_id) * IRO[IRO_MSTORM_ETH_PF_STAT].m1)) 128 + ((vf_id) * IRO[IRO_MSTORM_ETH_VF_PRODS].m1) \ 139 + ((storage_func_id) * IRO[IRO_MSTORM_ISCSI_RX_STATS].m1)) 149 + ((stat_counter_id) * IRO[IRO_MSTORM_QUEUE_STAT].m1)) 155 + ((pf_id) * IRO[IRO_MSTORM_RDMA_ASSERT_LEVEL].m1)) [all …]
|
/openbmc/phosphor-ipmi-blobs/test/ |
H A D | manager_delete_unittest.cpp | 19 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 20 auto m1ptr = m1.get(); in TEST() 21 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST() 39 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 40 auto m1ptr = m1.get(); in TEST() 41 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST() 57 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 58 auto m1ptr = m1.get(); in TEST() 59 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST() 75 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local [all …]
|
H A D | manager_open_unittest.cpp | 19 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 20 auto m1ptr = m1.get(); in TEST() 21 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST() 35 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 36 auto m1ptr = m1.get(); in TEST() 37 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST() 53 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 54 auto m1ptr = m1.get(); in TEST() 55 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST() 71 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local [all …]
|
H A D | manager_unittest.cpp | 28 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 29 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST() 45 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 46 auto m1ptr = m1.get(); in TEST() 49 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST() 62 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 64 auto m1ptr = m1.get(); in TEST() 71 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST() 86 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 88 auto m1ptr = m1.get(); in TEST() [all …]
|
H A D | manager_stat_unittest.cpp | 16 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 17 auto m1ptr = m1.get(); in TEST() 18 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST() 32 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 33 auto m1ptr = m1.get(); in TEST() 34 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST() 49 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 50 auto m1ptr = m1.get(); in TEST() 51 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST()
|
H A D | manager_write_unittest.cpp | 29 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 30 auto m1ptr = m1.get(); in TEST() 31 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST() 52 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 53 auto m1ptr = m1.get(); in TEST() 54 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST() 73 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 74 auto m1ptr = m1.get(); in TEST() 75 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST()
|
H A D | manager_writemeta_unittest.cpp | 29 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 30 auto m1ptr = m1.get(); in TEST() 31 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST() 52 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 53 auto m1ptr = m1.get(); in TEST() 54 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST() 75 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 76 auto m1ptr = m1.get(); in TEST() 77 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST()
|
H A D | manager_close_unittest.cpp | 27 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 28 auto m1ptr = m1.get(); in TEST() 29 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST() 51 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 52 auto m1ptr = m1.get(); in TEST() 53 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST()
|
H A D | manager_sessionstat_unittest.cpp | 28 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 29 auto m1ptr = m1.get(); in TEST() 30 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST() 50 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 51 auto m1ptr = m1.get(); in TEST() 52 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST()
|
H A D | manager_expire_unittest.cpp | 20 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 21 auto m1ptr = m1.get(); in TEST() 22 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST() 39 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 40 auto m1ptr = m1.get(); in TEST() 41 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST()
|
H A D | manager_commit_unittest.cpp | 30 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 31 auto m1ptr = m1.get(); in TEST() 32 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST() 52 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 53 auto m1ptr = m1.get(); in TEST() 54 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST()
|
H A D | manager_read_unittest.cpp | 33 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 34 auto m1ptr = m1.get(); in TEST() 35 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST() 57 std::unique_ptr<BlobMock> m1 = std::make_unique<BlobMock>(); in TEST() local 58 auto m1ptr = m1.get(); in TEST() 59 EXPECT_TRUE(mgr.registerHandler(std::move(m1))); in TEST()
|
/openbmc/u-boot/board/compulab/cl-som-am57x/ |
H A D | mux.c | 53 {GPMC_A13, (M1 | PIN_INPUT) }, /* GPMC_A13.QSPI1_RTCLK */ 54 {GPMC_A18, (M1 | PIN_INPUT) }, /* GPMC_A18.QSPI1_SCLK */ 55 {GPMC_A16, (M1 | PIN_INPUT) }, /* GPMC_A16.QSPI1_D0 */ 56 {GPMC_A17, (M1 | PIN_INPUT) }, /* GPMC_A17.QSPI1_D1 */ 57 {GPMC_CS2, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_CS2.QSPI1_CS0 */ 68 {GPMC_A19, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_A19.MMC2_DAT4 */ 69 {GPMC_A20, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_A20.MMC2_DAT5 */ 70 {GPMC_A21, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_A21.MMC2_DAT6 */ 71 {GPMC_A22, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_A22.MMC2_DAT7 */ 72 {GPMC_A23, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_A23.MMC2_CLK */ [all …]
|
/openbmc/u-boot/board/ti/dra7xx/ |
H A D | mux_data.h | 43 {GPMC_A13, (M1 | PIN_INPUT_PULLDOWN | MANUAL_MODE)}, /* gpmc_a13.qspi1_rtclk */ 44 {GPMC_A14, (M1 | PIN_INPUT_PULLDOWN | MANUAL_MODE)}, /* gpmc_a14.qspi1_d3 */ 45 {GPMC_A15, (M1 | PIN_INPUT_PULLDOWN | MANUAL_MODE)}, /* gpmc_a15.qspi1_d2 */ 46 {GPMC_A16, (M1 | PIN_INPUT_PULLDOWN | MANUAL_MODE)}, /* gpmc_a16.qspi1_d0 */ 47 {GPMC_A17, (M1 | PIN_INPUT_PULLDOWN | MANUAL_MODE)}, /* gpmc_a17.qspi1_d1 */ 48 {GPMC_A18, (M1 | PIN_INPUT_PULLDOWN | MANUAL_MODE)}, /* gpmc_a18.qspi1_sclk */ 49 {GPMC_A19, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a19.mmc2_dat4 */ 50 {GPMC_A20, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a20.mmc2_dat5 */ 51 {GPMC_A21, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a21.mmc2_dat6 */ 52 {GPMC_A22, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a22.mmc2_dat7 */ [all …]
|
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_mac16.S | 55 test_mulxx mul.da, 2, m1, a3, 0xf7315a5a, 0xa5a5137f 101 test_mulxxx mula.da, 2, m1, a3, 0xf7315a5a, 0xa5a5137f, 0x0ff73155aa, + 118 test_mulxxx muls.da, 2, m1, a3, 0xf7315a5a, 0xa5a5137f, 0xfff73155aa, - 133 ldinc m1, a2 136 rsr a3, m1 189 test_mulxxx_ld mula.da, ldinc, 2, m1, a2, m1, a3, \ 193 rsr a2, m1 203 test_mulxxx_ld mula.dd, ldinc, 3, m2, a2, m1, m2, \ 217 test_mulxxx_ld mula.da, lddec, 2, m1, a2, m1, a3, \ 221 rsr a2, m1 [all …]
|
/openbmc/u-boot/board/ti/sdp4430/ |
H A D | sdp4430_mux_data.h | 16 {GPMC_AD0, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat0 */ 17 {GPMC_AD1, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat1 */ 18 {GPMC_AD2, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat2 */ 19 {GPMC_AD3, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat3 */ 20 {GPMC_AD4, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat4 */ 21 {GPMC_AD5, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat5 */ 22 {GPMC_AD6, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat6 */ 23 {GPMC_AD7, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat7 */ 24 {GPMC_NOE, (PTU | IEN | OFF_EN | OFF_OUT_PTD | M1)}, /* sdmmc2_clk */ 25 {GPMC_NWE, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_cmd */
|
/openbmc/linux/Documentation/i2c/ |
H A D | i2c-topology.rst | 63 '--------' | | mux M1 |--. .--------. 72 2. M1 locks muxes on its parent (the root adapter in this case). 73 3. M1 calls ->select to ready the mux. 74 4. M1 (presumably) does some I2C transfers as part of its select. 77 5. M1 feeds the I2C transfer from step 1 to its parent adapter as a 79 6. M1 calls ->deselect, if it has one. 81 8. M1 unlocks muxes on its parent. 142 '--------' | | mux M1 |--. .--------. 151 2. M1 locks muxes on its parent (the root adapter in this case). 152 3. M1 locks its parent adapter. [all …]
|
/openbmc/u-boot/board/amazon/kc1/ |
H A D | kc1.h | 21 { GPMC_AD0, (IEN | PTU | M1) }, /* sdmmc2_dat0 */ 22 { GPMC_AD1, (IEN | PTU | M1) }, /* sdmmc2_dat1 */ 23 { GPMC_AD2, (IEN | PTU | M1) }, /* sdmmc2_dat2 */ 24 { GPMC_AD3, (IEN | PTU | M1) }, /* sdmmc2_dat3 */ 25 { GPMC_AD4, (IEN | PTU | M1) }, /* sdmmc2_dat4 */ 26 { GPMC_AD5, (IEN | PTU | M1) }, /* sdmmc2_dat5 */ 27 { GPMC_AD6, (IEN | PTU | M1) }, /* sdmmc2_dat6 */ 28 { GPMC_AD7, (IEN | PTU | M1) }, /* sdmmc2_dat7 */ 29 { GPMC_NOE, (IEN | PTU | M1) }, /* sdmmc2_clk */ 30 { GPMC_NWE, (IEN | PTU | M1) }, /* sdmmc2_cmd */
|
/openbmc/u-boot/board/ti/panda/ |
H A D | panda_mux_data.h | 17 {GPMC_AD0, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat0 */ 18 {GPMC_AD1, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat1 */ 19 {GPMC_AD2, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat2 */ 20 {GPMC_AD3, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat3 */ 21 {GPMC_AD4, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat4 */ 22 {GPMC_AD5, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat5 */ 23 {GPMC_AD6, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat6 */ 24 {GPMC_AD7, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat7 */ 25 {GPMC_NOE, (PTU | IEN | OFF_EN | OFF_OUT_PTD | M1)}, /* sdmmc2_clk */ 26 {GPMC_NWE, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_cmd */
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | test_brstack.sh | 33 grep -E -m1 "^brstack_bench\+[^ ]*/brstack_foo\+[^ ]*/IND_CALL/.*$" $TMPDIR/perf.script 34 grep -E -m1 "^brstack_foo\+[^ ]*/brstack_bar\+[^ ]*/CALL/.*$" $TMPDIR/perf.script 35 grep -E -m1 "^brstack_bench\+[^ ]*/brstack_foo\+[^ ]*/CALL/.*$" $TMPDIR/perf.script 36 grep -E -m1 "^brstack_bench\+[^ ]*/brstack_bar\+[^ ]*/CALL/.*$" $TMPDIR/perf.script 37 grep -E -m1 "^brstack_bar\+[^ ]*/brstack_foo\+[^ ]*/RET/.*$" $TMPDIR/perf.script 38 grep -E -m1 "^brstack_foo\+[^ ]*/brstack_bench\+[^ ]*/RET/.*$" $TMPDIR/perf.script 39 grep -E -m1 "^brstack_bench\+[^ ]*/brstack_bench\+[^ ]*/COND/.*$" $TMPDIR/perf.script 40 grep -E -m1 "^brstack\+[^ ]*/brstack\+[^ ]*/UNCOND/.*$" $TMPDIR/perf.script
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | nv40.c | 64 int M1 = (coef & 0x000000ff) >> 0; in read_pll_2() local 68 if ((ctrl & 0x80000000) && M1) { in read_pll_2() 69 khz = ref * N1 / M1; in read_pll_2() 125 int *N1, int *M1, int *N2, int *M2, int *log2P) in nv40_clk_calc_pll() argument 138 ret = nv04_pll_calc(subdev, &pll, khz, N1, M1, N2, M2, log2P); in nv40_clk_calc_pll() 151 int N1, M1, N2, M2, log2P; in nv40_clk_calc() local 156 &N1, &M1, &N2, &M2, &log2P); in nv40_clk_calc() 162 clk->npll_coef = (N1 << 8) | M1; in nv40_clk_calc() 165 clk->npll_coef = (N2 << 24) | (M2 << 16) | (N1 << 8) | M1; in nv40_clk_calc() 171 &N1, &M1, NULL, NULL, &log2P); in nv40_clk_calc() [all …]
|
H A D | pllnv04.c | 151 int M1, N1, M2, N2, log2P; in getMNP_double() local 164 for (M1 = minM1; M1 <= maxM1; M1++) { in getMNP_double() 165 if (crystal/M1 < minU1) in getMNP_double() 167 if (crystal/M1 > maxU1) in getMNP_double() 171 calcclk1 = crystal * N1 / M1; in getMNP_double() 212 *pM1 = M1; in getMNP_double() 228 int *N1, int *M1, int *N2, int *M2, int *P) in nv04_pll_calc() argument 233 ret = getMNP_single(subdev, info, freq, N1, M1, P); in nv04_pll_calc() 239 ret = getMNP_double(subdev, info, freq, N1, M1, N2, M2, P); in nv04_pll_calc()
|