/openbmc/linux/drivers/phy/broadcom/ |
H A D | phy-bcm-ns-usb2.c | 29 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 D | clk-flexgen.c | 334 { .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 D | pmecc.c | 177 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 D | st,flexgen.txt | 107 "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 D | dmu.h | 15 * 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 D | uberblock_impl.h | 18 * format change is made to the SPA, DMU, or ZAP.
|
H A D | zfs_znode.h | 40 uint64_t zp_xattr; /* 104 - DMU object for xattrs */
|
H A D | spa.h | 137 * type DMU object type
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | stih407-clock.dtsi | 171 "clk-rx-icn-dmu", 174 "clk-tx-icn-dmu", 181 "clk-pp-dmu", 182 "clk-vid-dmu", 186 "clk-st231-dmu",
|
H A D | stih410-clock.dtsi | 178 "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 D | bcm-ns-usb2-phy.yaml | 25 description: iomem address range of DMU (Device Management Unit) 30 - const: dmu
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | atmel_nand.c | 235 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 D | bcma_driver_arm_c9.h | 5 /* DMU (Device Management Unit) */
|
/openbmc/linux/drivers/thermal/broadcom/ |
H A D | Kconfig | 30 BCM4708, BCM4709, BCM5301x, BCM95852X, etc). It contains DMU (Device
|
/openbmc/linux/Documentation/devicetree/bindings/thermal/ |
H A D | brcm,ns-thermal.yaml | 13 Thermal sensor that is part of Northstar's DMU (Device Management Unit).
|
/openbmc/u-boot/fs/zfs/ |
H A D | zfs_lzjb.c | 28 #include <zfs/dmu.h>
|
H A D | zfs_fletcher.c | 28 #include <zfs/dmu.h>
|
H A D | zfs_sha256.c | 28 #include <zfs/dmu.h>
|
H A D | zfs.c | 46 #include <zfs/dmu.h>
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm5301x.dtsi | 109 dmu-bus@1800c000 {
|
H A D | bcm-ns.dtsi | 389 dmu-bus@1800c000 {
|
/openbmc/linux/Documentation/gpu/amdgpu/display/ |
H A D | dcn-overview.rst | 41 * **DCN Management Unit (DMU)**: It provides registers with access control and
|
H A D | dc_pipeline_overview.svg | 665 sodipodi:role="line">DMU</tspan></text>
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dmub_srv.c | 991 * 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 D | irqsrcs_dcn_1_0.h | 84 #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…
|