Home
last modified time | relevance | path

Searched full:dmu (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/linux/drivers/phy/broadcom/
H A Dphy-bcm-ns-usb2.c29 void __iomem *dmu; member
55 usb2ctl = readl(usb2->dmu + BCMA_DMU_CRU_USB2_CONTROL); in bcm_ns_usb2_phy_init()
68 /* Unlock DMU PLL settings with some magic value */ in bcm_ns_usb2_phy_init()
72 writel(0x0000ea68, usb2->dmu + BCMA_DMU_CRU_CLKSET_KEY); in bcm_ns_usb2_phy_init()
80 writel(usb2ctl, usb2->dmu + BCMA_DMU_CRU_USB2_CONTROL); in bcm_ns_usb2_phy_init()
82 /* Lock DMU PLL settings */ in bcm_ns_usb2_phy_init()
86 writel(0x00000000, usb2->dmu + BCMA_DMU_CRU_CLKSET_KEY); in bcm_ns_usb2_phy_init()
124 usb2->dmu = devm_platform_ioremap_resource_byname(pdev, "dmu"); in bcm_ns_usb2_probe()
125 if (IS_ERR(usb2->dmu)) { in bcm_ns_usb2_probe()
126 dev_err(dev, "Failed to map DMU regs\n"); in bcm_ns_usb2_probe()
[all …]
/openbmc/linux/drivers/clk/st/
H A Dclk-flexgen.c334 { .name = "clk-rx-icn-dmu", },
339 { .name = "clk-tx-icn-dmu", .flags = CLK_IS_CRITICAL },
347 { .name = "clk-pp-dmu", },
348 { .name = "clk-vid-dmu", },
352 { .name = "clk-st231-dmu", },
379 { .name = "clk-rx-icn-dmu", },
384 { .name = "clk-tx-icn-dmu", .flags = CLK_IS_CRITICAL },
392 { .name = "clk-pp-dmu", },
393 { .name = "clk-vid-dmu", },
397 { .name = "clk-st231-dmu", },
[all …]
/openbmc/linux/drivers/mtd/nand/raw/atmel/
H A Dpmecc.c177 s32 *dmu; member
361 /* Reserve space for mu, dmu and delta. */ in atmel_pmecc_create_user()
379 user->dmu = user->mu + req->ecc.strength + 1; in atmel_pmecc_create_user()
380 user->delta = user->dmu + req->ecc.strength + 1; in atmel_pmecc_create_user()
484 s32 *dmu = user->dmu; in atmel_pmecc_get_sigma() local
512 dmu[0] = 1; in atmel_pmecc_get_sigma()
526 dmu[1] = si[1]; in atmel_pmecc_get_sigma()
540 if (dmu[i] == 0) { in atmel_pmecc_get_sigma()
567 /* find largest delta with dmu != 0 */ in atmel_pmecc_get_sigma()
569 if ((dmu[j]) && (delta[j] > largest)) { in atmel_pmecc_get_sigma()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/clock/st/
H A Dst,flexgen.txt107 "clk-rx-icn-dmu",
110 "clk-tx-icn-dmu",
117 "clk-pp-dmu",
118 "clk-vid-dmu",
122 "clk-st231-dmu",
/openbmc/u-boot/include/zfs/
H A Ddmu.h15 * This file describes the interface that the DMU provides for its
18 * The DMU also interacts with the SPA. That interface is described in
35 /* dmu: */
H A Duberblock_impl.h18 * format change is made to the SPA, DMU, or ZAP.
H A Dzfs_znode.h40 uint64_t zp_xattr; /* 104 - DMU object for xattrs */
H A Dspa.h137 * type DMU object type
/openbmc/u-boot/arch/arm/dts/
H A Dstih407-clock.dtsi171 "clk-rx-icn-dmu",
174 "clk-tx-icn-dmu",
181 "clk-pp-dmu",
182 "clk-vid-dmu",
186 "clk-st231-dmu",
H A Dstih410-clock.dtsi178 "clk-rx-icn-dmu",
181 "clk-tx-icn-dmu",
188 "clk-pp-dmu",
189 "clk-vid-dmu",
193 "clk-st231-dmu",
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dbcm-ns-usb2-phy.yaml25 description: iomem address range of DMU (Device Management Unit)
30 - const: dmu
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Datmel_nand.c235 int *dmu = host->pmecc_dmu; /* Discrepancy */ in pmecc_get_sigma() local
264 dmu[0] = 1; in pmecc_get_sigma()
278 dmu[1] = si[1]; in pmecc_get_sigma()
290 if (dmu[i] == 0) { in pmecc_get_sigma()
317 /* find largest delta with dmu != 0 */ in pmecc_get_sigma()
319 if ((dmu[j]) && (delta[j] > largest)) { in pmecc_get_sigma()
342 if (!(smu[ro * num + k] && dmu[i])) in pmecc_get_sigma()
344 a = readw(index_of + dmu[i]); in pmecc_get_sigma()
345 b = readw(index_of + dmu[ro]); in pmecc_get_sigma()
367 dmu[i + 1] = si[tmp + 3]; in pmecc_get_sigma()
[all …]
/openbmc/linux/include/linux/bcma/
H A Dbcma_driver_arm_c9.h5 /* DMU (Device Management Unit) */
/openbmc/linux/drivers/thermal/broadcom/
H A DKconfig30 BCM4708, BCM4709, BCM5301x, BCM95852X, etc). It contains DMU (Device
/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dbrcm,ns-thermal.yaml13 Thermal sensor that is part of Northstar's DMU (Device Management Unit).
/openbmc/u-boot/fs/zfs/
H A Dzfs_lzjb.c28 #include <zfs/dmu.h>
H A Dzfs_fletcher.c28 #include <zfs/dmu.h>
H A Dzfs_sha256.c28 #include <zfs/dmu.h>
H A Dzfs.c46 #include <zfs/dmu.h>
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm5301x.dtsi109 dmu-bus@1800c000 {
H A Dbcm-ns.dtsi389 dmu-bus@1800c000 {
/openbmc/linux/Documentation/gpu/amdgpu/display/
H A Ddcn-overview.rst41 * **DCN Management Unit (DMU)**: It provides registers with access control and
H A Ddc_pipeline_overview.svg665 sodipodi:role="line">DMU</tspan></text>
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c991 * Besides, while process 2nd command in DMU, the sub type is useless. in dc_send_update_cursor_info_to_dmu()
1000 cmd[0].update_cursor_info.header.multi_cmd_pending = 1; //To combine multi dmu cmd, 1st cmd in dc_send_update_cursor_info_to_dmu()
1018 /* Combine 2nd cmds update_curosr_info to DMU */ in dc_send_update_cursor_info_to_dmu()
/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/dcn/
H A Dirqsrcs_dcn_1_0.h84 #define DCN_1_0__SRCID__DMU_PERFCOUNTER_INT0_STATUS 3 // DMU perfmon counter0 interrupt DMU_PERFMON…
87 #define DCN_1_0__SRCID__DMU_PERFCOUNTER_INT1_STATUS 3 // DMU perfmon counter1 interrupt DMU_PERFMON…

12