Home
last modified time | relevance | path

Searched full:m1 (Results 1 – 25 of 486) sorted by relevance

12345678910>>...20

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_fw_defs.h17 (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 Dcherryhill.c20 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 Dapple.yaml15 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 Dqed_iro_hsi.h87 + ((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 Dmanager_delete_unittest.cpp19 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 Dmanager_open_unittest.cpp19 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 Dmanager_unittest.cpp28 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 Dmanager_stat_unittest.cpp16 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 Dmanager_write_unittest.cpp29 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 Dmanager_writemeta_unittest.cpp29 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 Dmanager_close_unittest.cpp27 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 Dmanager_sessionstat_unittest.cpp28 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 Dmanager_expire_unittest.cpp20 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 Dmanager_commit_unittest.cpp30 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 Dmanager_read_unittest.cpp33 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 Dmux.c53 {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 Dmux_data.h43 {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 Dtest_mac16.S55 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 Dsdp4430_mux_data.h16 {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 Di2c-topology.rst63 '--------' | | 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 Dkc1.h21 { 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 Dpanda_mux_data.h17 {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 Dtest_brstack.sh33 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 Dnv40.c64 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 Dpllnv04.c151 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()

12345678910>>...20