diff options
author | Archit Taneja <architt@codeaurora.org> | 2017-01-16 01:05:36 -0500 |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2017-02-06 11:28:43 -0500 |
commit | cd576abfffe43170ffc874065314478a3e14cbe0 (patch) | |
tree | 8ef6582dd859d057077333ea32fe7fb9aeee4f9d | |
parent | f71516bd5841c2464c7ccc847a4ff8ac4e192851 (diff) |
drm/msm/dsi: Update generated headers
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
-rw-r--r-- | drivers/gpu/drm/msm/dsi/dsi.xml.h | 269 |
1 files changed, 256 insertions, 13 deletions
diff --git a/drivers/gpu/drm/msm/dsi/dsi.xml.h b/drivers/gpu/drm/msm/dsi/dsi.xml.h index 39dff7d5e89b..b3d70ea42891 100644 --- a/drivers/gpu/drm/msm/dsi/dsi.xml.h +++ b/drivers/gpu/drm/msm/dsi/dsi.xml.h | |||
@@ -8,19 +8,10 @@ http://github.com/freedreno/envytools/ | |||
8 | git clone https://github.com/freedreno/envytools.git | 8 | git clone https://github.com/freedreno/envytools.git |
9 | 9 | ||
10 | The rules-ng-ng source files this header was generated from are: | 10 | The rules-ng-ng source files this header was generated from are: |
11 | - /home/robclark/src/freedreno/envytools/rnndb/msm.xml ( 676 bytes, from 2015-05-20 20:03:14) | 11 | - /local/mnt/workspace/source_trees/envytools/rnndb/../rnndb/dsi/dsi.xml ( 33004 bytes, from 2017-01-11 05:19:19) |
12 | - /home/robclark/src/freedreno/envytools/rnndb/freedreno_copyright.xml ( 1572 bytes, from 2016-02-10 17:07:21) | 12 | - /local/mnt/workspace/source_trees/envytools/rnndb/freedreno_copyright.xml ( 1572 bytes, from 2016-05-09 06:32:54) |
13 | - /home/robclark/src/freedreno/envytools/rnndb/mdp/mdp4.xml ( 20915 bytes, from 2015-05-20 20:03:14) | 13 | |
14 | - /home/robclark/src/freedreno/envytools/rnndb/mdp/mdp_common.xml ( 2849 bytes, from 2015-09-18 12:07:28) | 14 | Copyright (C) 2013-2017 by the following authors: |
15 | - /home/robclark/src/freedreno/envytools/rnndb/mdp/mdp5.xml ( 36965 bytes, from 2016-11-26 23:01:08) | ||
16 | - /home/robclark/src/freedreno/envytools/rnndb/dsi/dsi.xml ( 27887 bytes, from 2015-10-22 16:34:52) | ||
17 | - /home/robclark/src/freedreno/envytools/rnndb/dsi/sfpb.xml ( 602 bytes, from 2015-10-22 16:35:02) | ||
18 | - /home/robclark/src/freedreno/envytools/rnndb/dsi/mmss_cc.xml ( 1686 bytes, from 2015-05-20 20:03:14) | ||
19 | - /home/robclark/src/freedreno/envytools/rnndb/hdmi/qfprom.xml ( 600 bytes, from 2015-05-20 20:03:07) | ||
20 | - /home/robclark/src/freedreno/envytools/rnndb/hdmi/hdmi.xml ( 41472 bytes, from 2016-01-22 18:18:18) | ||
21 | - /home/robclark/src/freedreno/envytools/rnndb/edp/edp.xml ( 10416 bytes, from 2015-05-20 20:03:14) | ||
22 | |||
23 | Copyright (C) 2013-2015 by the following authors: | ||
24 | - Rob Clark <robdclark@gmail.com> (robclark) | 15 | - Rob Clark <robdclark@gmail.com> (robclark) |
25 | - Ilia Mirkin <imirkin@alum.mit.edu> (imirkin) | 16 | - Ilia Mirkin <imirkin@alum.mit.edu> (imirkin) |
26 | 17 | ||
@@ -1304,5 +1295,257 @@ static inline uint32_t DSI_20nm_PHY_TIMING_CTRL_11_TRIG3_CMD(uint32_t val) | |||
1304 | 1295 | ||
1305 | #define REG_DSI_20nm_PHY_REGULATOR_CAL_PWR_CFG 0x00000018 | 1296 | #define REG_DSI_20nm_PHY_REGULATOR_CAL_PWR_CFG 0x00000018 |
1306 | 1297 | ||
1298 | #define REG_DSI_14nm_PHY_CMN_REVISION_ID0 0x00000000 | ||
1299 | |||
1300 | #define REG_DSI_14nm_PHY_CMN_REVISION_ID1 0x00000004 | ||
1301 | |||
1302 | #define REG_DSI_14nm_PHY_CMN_REVISION_ID2 0x00000008 | ||
1303 | |||
1304 | #define REG_DSI_14nm_PHY_CMN_REVISION_ID3 0x0000000c | ||
1305 | |||
1306 | #define REG_DSI_14nm_PHY_CMN_CLK_CFG0 0x00000010 | ||
1307 | #define DSI_14nm_PHY_CMN_CLK_CFG0_DIV_CTRL_3_0__MASK 0x000000f0 | ||
1308 | #define DSI_14nm_PHY_CMN_CLK_CFG0_DIV_CTRL_3_0__SHIFT 4 | ||
1309 | static inline uint32_t DSI_14nm_PHY_CMN_CLK_CFG0_DIV_CTRL_3_0(uint32_t val) | ||
1310 | { | ||
1311 | return ((val) << DSI_14nm_PHY_CMN_CLK_CFG0_DIV_CTRL_3_0__SHIFT) & DSI_14nm_PHY_CMN_CLK_CFG0_DIV_CTRL_3_0__MASK; | ||
1312 | } | ||
1313 | #define DSI_14nm_PHY_CMN_CLK_CFG0_DIV_CTRL_7_4__MASK 0x000000f0 | ||
1314 | #define DSI_14nm_PHY_CMN_CLK_CFG0_DIV_CTRL_7_4__SHIFT 4 | ||
1315 | static inline uint32_t DSI_14nm_PHY_CMN_CLK_CFG0_DIV_CTRL_7_4(uint32_t val) | ||
1316 | { | ||
1317 | return ((val) << DSI_14nm_PHY_CMN_CLK_CFG0_DIV_CTRL_7_4__SHIFT) & DSI_14nm_PHY_CMN_CLK_CFG0_DIV_CTRL_7_4__MASK; | ||
1318 | } | ||
1319 | |||
1320 | #define REG_DSI_14nm_PHY_CMN_CLK_CFG1 0x00000014 | ||
1321 | #define DSI_14nm_PHY_CMN_CLK_CFG1_DSICLK_SEL 0x00000001 | ||
1322 | |||
1323 | #define REG_DSI_14nm_PHY_CMN_GLBL_TEST_CTRL 0x00000018 | ||
1324 | #define DSI_14nm_PHY_CMN_GLBL_TEST_CTRL_BITCLK_HS_SEL 0x00000004 | ||
1325 | |||
1326 | #define REG_DSI_14nm_PHY_CMN_CTRL_0 0x0000001c | ||
1327 | |||
1328 | #define REG_DSI_14nm_PHY_CMN_CTRL_1 0x00000020 | ||
1329 | |||
1330 | #define REG_DSI_14nm_PHY_CMN_HW_TRIGGER 0x00000024 | ||
1331 | |||
1332 | #define REG_DSI_14nm_PHY_CMN_SW_CFG0 0x00000028 | ||
1333 | |||
1334 | #define REG_DSI_14nm_PHY_CMN_SW_CFG1 0x0000002c | ||
1335 | |||
1336 | #define REG_DSI_14nm_PHY_CMN_SW_CFG2 0x00000030 | ||
1337 | |||
1338 | #define REG_DSI_14nm_PHY_CMN_HW_CFG0 0x00000034 | ||
1339 | |||
1340 | #define REG_DSI_14nm_PHY_CMN_HW_CFG1 0x00000038 | ||
1341 | |||
1342 | #define REG_DSI_14nm_PHY_CMN_HW_CFG2 0x0000003c | ||
1343 | |||
1344 | #define REG_DSI_14nm_PHY_CMN_HW_CFG3 0x00000040 | ||
1345 | |||
1346 | #define REG_DSI_14nm_PHY_CMN_HW_CFG4 0x00000044 | ||
1347 | |||
1348 | #define REG_DSI_14nm_PHY_CMN_PLL_CNTRL 0x00000048 | ||
1349 | #define DSI_14nm_PHY_CMN_PLL_CNTRL_PLL_START 0x00000001 | ||
1350 | |||
1351 | #define REG_DSI_14nm_PHY_CMN_LDO_CNTRL 0x0000004c | ||
1352 | #define DSI_14nm_PHY_CMN_LDO_CNTRL_VREG_CTRL__MASK 0x0000003f | ||
1353 | #define DSI_14nm_PHY_CMN_LDO_CNTRL_VREG_CTRL__SHIFT 0 | ||
1354 | static inline uint32_t DSI_14nm_PHY_CMN_LDO_CNTRL_VREG_CTRL(uint32_t val) | ||
1355 | { | ||
1356 | return ((val) << DSI_14nm_PHY_CMN_LDO_CNTRL_VREG_CTRL__SHIFT) & DSI_14nm_PHY_CMN_LDO_CNTRL_VREG_CTRL__MASK; | ||
1357 | } | ||
1358 | |||
1359 | static inline uint32_t REG_DSI_14nm_PHY_LN(uint32_t i0) { return 0x00000000 + 0x80*i0; } | ||
1360 | |||
1361 | static inline uint32_t REG_DSI_14nm_PHY_LN_CFG0(uint32_t i0) { return 0x00000000 + 0x80*i0; } | ||
1362 | #define DSI_14nm_PHY_LN_CFG0_PREPARE_DLY__MASK 0x000000c0 | ||
1363 | #define DSI_14nm_PHY_LN_CFG0_PREPARE_DLY__SHIFT 6 | ||
1364 | static inline uint32_t DSI_14nm_PHY_LN_CFG0_PREPARE_DLY(uint32_t val) | ||
1365 | { | ||
1366 | return ((val) << DSI_14nm_PHY_LN_CFG0_PREPARE_DLY__SHIFT) & DSI_14nm_PHY_LN_CFG0_PREPARE_DLY__MASK; | ||
1367 | } | ||
1368 | |||
1369 | static inline uint32_t REG_DSI_14nm_PHY_LN_CFG1(uint32_t i0) { return 0x00000004 + 0x80*i0; } | ||
1370 | #define DSI_14nm_PHY_LN_CFG1_HALFBYTECLK_EN 0x00000001 | ||
1371 | |||
1372 | static inline uint32_t REG_DSI_14nm_PHY_LN_CFG2(uint32_t i0) { return 0x00000008 + 0x80*i0; } | ||
1373 | |||
1374 | static inline uint32_t REG_DSI_14nm_PHY_LN_CFG3(uint32_t i0) { return 0x0000000c + 0x80*i0; } | ||
1375 | |||
1376 | static inline uint32_t REG_DSI_14nm_PHY_LN_TEST_DATAPATH(uint32_t i0) { return 0x00000010 + 0x80*i0; } | ||
1377 | |||
1378 | static inline uint32_t REG_DSI_14nm_PHY_LN_TEST_STR(uint32_t i0) { return 0x00000014 + 0x80*i0; } | ||
1379 | |||
1380 | static inline uint32_t REG_DSI_14nm_PHY_LN_TIMING_CTRL_4(uint32_t i0) { return 0x00000018 + 0x80*i0; } | ||
1381 | #define DSI_14nm_PHY_LN_TIMING_CTRL_4_HS_EXIT__MASK 0x000000ff | ||
1382 | #define DSI_14nm_PHY_LN_TIMING_CTRL_4_HS_EXIT__SHIFT 0 | ||
1383 | static inline uint32_t DSI_14nm_PHY_LN_TIMING_CTRL_4_HS_EXIT(uint32_t val) | ||
1384 | { | ||
1385 | return ((val) << DSI_14nm_PHY_LN_TIMING_CTRL_4_HS_EXIT__SHIFT) & DSI_14nm_PHY_LN_TIMING_CTRL_4_HS_EXIT__MASK; | ||
1386 | } | ||
1387 | |||
1388 | static inline uint32_t REG_DSI_14nm_PHY_LN_TIMING_CTRL_5(uint32_t i0) { return 0x0000001c + 0x80*i0; } | ||
1389 | #define DSI_14nm_PHY_LN_TIMING_CTRL_5_HS_ZERO__MASK 0x000000ff | ||
1390 | #define DSI_14nm_PHY_LN_TIMING_CTRL_5_HS_ZERO__SHIFT 0 | ||
1391 | static inline uint32_t DSI_14nm_PHY_LN_TIMING_CTRL_5_HS_ZERO(uint32_t val) | ||
1392 | { | ||
1393 | return ((val) << DSI_14nm_PHY_LN_TIMING_CTRL_5_HS_ZERO__SHIFT) & DSI_14nm_PHY_LN_TIMING_CTRL_5_HS_ZERO__MASK; | ||
1394 | } | ||
1395 | |||
1396 | static inline uint32_t REG_DSI_14nm_PHY_LN_TIMING_CTRL_6(uint32_t i0) { return 0x00000020 + 0x80*i0; } | ||
1397 | #define DSI_14nm_PHY_LN_TIMING_CTRL_6_HS_PREPARE__MASK 0x000000ff | ||
1398 | #define DSI_14nm_PHY_LN_TIMING_CTRL_6_HS_PREPARE__SHIFT 0 | ||
1399 | static inline uint32_t DSI_14nm_PHY_LN_TIMING_CTRL_6_HS_PREPARE(uint32_t val) | ||
1400 | { | ||
1401 | return ((val) << DSI_14nm_PHY_LN_TIMING_CTRL_6_HS_PREPARE__SHIFT) & DSI_14nm_PHY_LN_TIMING_CTRL_6_HS_PREPARE__MASK; | ||
1402 | } | ||
1403 | |||
1404 | static inline uint32_t REG_DSI_14nm_PHY_LN_TIMING_CTRL_7(uint32_t i0) { return 0x00000024 + 0x80*i0; } | ||
1405 | #define DSI_14nm_PHY_LN_TIMING_CTRL_7_HS_TRAIL__MASK 0x000000ff | ||
1406 | #define DSI_14nm_PHY_LN_TIMING_CTRL_7_HS_TRAIL__SHIFT 0 | ||
1407 | static inline uint32_t DSI_14nm_PHY_LN_TIMING_CTRL_7_HS_TRAIL(uint32_t val) | ||
1408 | { | ||
1409 | return ((val) << DSI_14nm_PHY_LN_TIMING_CTRL_7_HS_TRAIL__SHIFT) & DSI_14nm_PHY_LN_TIMING_CTRL_7_HS_TRAIL__MASK; | ||
1410 | } | ||
1411 | |||
1412 | static inline uint32_t REG_DSI_14nm_PHY_LN_TIMING_CTRL_8(uint32_t i0) { return 0x00000028 + 0x80*i0; } | ||
1413 | #define DSI_14nm_PHY_LN_TIMING_CTRL_8_HS_RQST__MASK 0x000000ff | ||
1414 | #define DSI_14nm_PHY_LN_TIMING_CTRL_8_HS_RQST__SHIFT 0 | ||
1415 | static inline uint32_t DSI_14nm_PHY_LN_TIMING_CTRL_8_HS_RQST(uint32_t val) | ||
1416 | { | ||
1417 | return ((val) << DSI_14nm_PHY_LN_TIMING_CTRL_8_HS_RQST__SHIFT) & DSI_14nm_PHY_LN_TIMING_CTRL_8_HS_RQST__MASK; | ||
1418 | } | ||
1419 | |||
1420 | static inline uint32_t REG_DSI_14nm_PHY_LN_TIMING_CTRL_9(uint32_t i0) { return 0x0000002c + 0x80*i0; } | ||
1421 | #define DSI_14nm_PHY_LN_TIMING_CTRL_9_TA_GO__MASK 0x00000007 | ||
1422 | #define DSI_14nm_PHY_LN_TIMING_CTRL_9_TA_GO__SHIFT 0 | ||
1423 | static inline uint32_t DSI_14nm_PHY_LN_TIMING_CTRL_9_TA_GO(uint32_t val) | ||
1424 | { | ||
1425 | return ((val) << DSI_14nm_PHY_LN_TIMING_CTRL_9_TA_GO__SHIFT) & DSI_14nm_PHY_LN_TIMING_CTRL_9_TA_GO__MASK; | ||
1426 | } | ||
1427 | #define DSI_14nm_PHY_LN_TIMING_CTRL_9_TA_SURE__MASK 0x00000070 | ||
1428 | #define DSI_14nm_PHY_LN_TIMING_CTRL_9_TA_SURE__SHIFT 4 | ||
1429 | static inline uint32_t DSI_14nm_PHY_LN_TIMING_CTRL_9_TA_SURE(uint32_t val) | ||
1430 | { | ||
1431 | return ((val) << DSI_14nm_PHY_LN_TIMING_CTRL_9_TA_SURE__SHIFT) & DSI_14nm_PHY_LN_TIMING_CTRL_9_TA_SURE__MASK; | ||
1432 | } | ||
1433 | |||
1434 | static inline uint32_t REG_DSI_14nm_PHY_LN_TIMING_CTRL_10(uint32_t i0) { return 0x00000030 + 0x80*i0; } | ||
1435 | #define DSI_14nm_PHY_LN_TIMING_CTRL_10_TA_GET__MASK 0x00000007 | ||
1436 | #define DSI_14nm_PHY_LN_TIMING_CTRL_10_TA_GET__SHIFT 0 | ||
1437 | static inline uint32_t DSI_14nm_PHY_LN_TIMING_CTRL_10_TA_GET(uint32_t val) | ||
1438 | { | ||
1439 | return ((val) << DSI_14nm_PHY_LN_TIMING_CTRL_10_TA_GET__SHIFT) & DSI_14nm_PHY_LN_TIMING_CTRL_10_TA_GET__MASK; | ||
1440 | } | ||
1441 | |||
1442 | static inline uint32_t REG_DSI_14nm_PHY_LN_TIMING_CTRL_11(uint32_t i0) { return 0x00000034 + 0x80*i0; } | ||
1443 | #define DSI_14nm_PHY_LN_TIMING_CTRL_11_TRIG3_CMD__MASK 0x000000ff | ||
1444 | #define DSI_14nm_PHY_LN_TIMING_CTRL_11_TRIG3_CMD__SHIFT 0 | ||
1445 | static inline uint32_t DSI_14nm_PHY_LN_TIMING_CTRL_11_TRIG3_CMD(uint32_t val) | ||
1446 | { | ||
1447 | return ((val) << DSI_14nm_PHY_LN_TIMING_CTRL_11_TRIG3_CMD__SHIFT) & DSI_14nm_PHY_LN_TIMING_CTRL_11_TRIG3_CMD__MASK; | ||
1448 | } | ||
1449 | |||
1450 | static inline uint32_t REG_DSI_14nm_PHY_LN_STRENGTH_CTRL_0(uint32_t i0) { return 0x00000038 + 0x80*i0; } | ||
1451 | |||
1452 | static inline uint32_t REG_DSI_14nm_PHY_LN_STRENGTH_CTRL_1(uint32_t i0) { return 0x0000003c + 0x80*i0; } | ||
1453 | |||
1454 | static inline uint32_t REG_DSI_14nm_PHY_LN_VREG_CNTRL(uint32_t i0) { return 0x00000064 + 0x80*i0; } | ||
1455 | |||
1456 | #define REG_DSI_14nm_PHY_PLL_IE_TRIM 0x00000000 | ||
1457 | |||
1458 | #define REG_DSI_14nm_PHY_PLL_IP_TRIM 0x00000004 | ||
1459 | |||
1460 | #define REG_DSI_14nm_PHY_PLL_IPTAT_TRIM 0x00000010 | ||
1461 | |||
1462 | #define REG_DSI_14nm_PHY_PLL_CLKBUFLR_EN 0x0000001c | ||
1463 | |||
1464 | #define REG_DSI_14nm_PHY_PLL_SYSCLK_EN_RESET 0x00000028 | ||
1465 | |||
1466 | #define REG_DSI_14nm_PHY_PLL_RESETSM_CNTRL 0x0000002c | ||
1467 | |||
1468 | #define REG_DSI_14nm_PHY_PLL_RESETSM_CNTRL2 0x00000030 | ||
1469 | |||
1470 | #define REG_DSI_14nm_PHY_PLL_RESETSM_CNTRL3 0x00000034 | ||
1471 | |||
1472 | #define REG_DSI_14nm_PHY_PLL_RESETSM_CNTRL4 0x00000038 | ||
1473 | |||
1474 | #define REG_DSI_14nm_PHY_PLL_RESETSM_CNTRL5 0x0000003c | ||
1475 | |||
1476 | #define REG_DSI_14nm_PHY_PLL_KVCO_DIV_REF1 0x00000040 | ||
1477 | |||
1478 | #define REG_DSI_14nm_PHY_PLL_KVCO_DIV_REF2 0x00000044 | ||
1479 | |||
1480 | #define REG_DSI_14nm_PHY_PLL_KVCO_COUNT1 0x00000048 | ||
1481 | |||
1482 | #define REG_DSI_14nm_PHY_PLL_KVCO_COUNT2 0x0000004c | ||
1483 | |||
1484 | #define REG_DSI_14nm_PHY_PLL_VREF_CFG1 0x0000005c | ||
1485 | |||
1486 | #define REG_DSI_14nm_PHY_PLL_KVCO_CODE 0x00000058 | ||
1487 | |||
1488 | #define REG_DSI_14nm_PHY_PLL_VCO_DIV_REF1 0x0000006c | ||
1489 | |||
1490 | #define REG_DSI_14nm_PHY_PLL_VCO_DIV_REF2 0x00000070 | ||
1491 | |||
1492 | #define REG_DSI_14nm_PHY_PLL_VCO_COUNT1 0x00000074 | ||
1493 | |||
1494 | #define REG_DSI_14nm_PHY_PLL_VCO_COUNT2 0x00000078 | ||
1495 | |||
1496 | #define REG_DSI_14nm_PHY_PLL_PLLLOCK_CMP1 0x0000007c | ||
1497 | |||
1498 | #define REG_DSI_14nm_PHY_PLL_PLLLOCK_CMP2 0x00000080 | ||
1499 | |||
1500 | #define REG_DSI_14nm_PHY_PLL_PLLLOCK_CMP3 0x00000084 | ||
1501 | |||
1502 | #define REG_DSI_14nm_PHY_PLL_PLLLOCK_CMP_EN 0x00000088 | ||
1503 | |||
1504 | #define REG_DSI_14nm_PHY_PLL_PLL_VCO_TUNE 0x0000008c | ||
1505 | |||
1506 | #define REG_DSI_14nm_PHY_PLL_DEC_START 0x00000090 | ||
1507 | |||
1508 | #define REG_DSI_14nm_PHY_PLL_SSC_EN_CENTER 0x00000094 | ||
1509 | |||
1510 | #define REG_DSI_14nm_PHY_PLL_SSC_ADJ_PER1 0x00000098 | ||
1511 | |||
1512 | #define REG_DSI_14nm_PHY_PLL_SSC_ADJ_PER2 0x0000009c | ||
1513 | |||
1514 | #define REG_DSI_14nm_PHY_PLL_SSC_PER1 0x000000a0 | ||
1515 | |||
1516 | #define REG_DSI_14nm_PHY_PLL_SSC_PER2 0x000000a4 | ||
1517 | |||
1518 | #define REG_DSI_14nm_PHY_PLL_SSC_STEP_SIZE1 0x000000a8 | ||
1519 | |||
1520 | #define REG_DSI_14nm_PHY_PLL_SSC_STEP_SIZE2 0x000000ac | ||
1521 | |||
1522 | #define REG_DSI_14nm_PHY_PLL_DIV_FRAC_START1 0x000000b4 | ||
1523 | |||
1524 | #define REG_DSI_14nm_PHY_PLL_DIV_FRAC_START2 0x000000b8 | ||
1525 | |||
1526 | #define REG_DSI_14nm_PHY_PLL_DIV_FRAC_START3 0x000000bc | ||
1527 | |||
1528 | #define REG_DSI_14nm_PHY_PLL_TXCLK_EN 0x000000c0 | ||
1529 | |||
1530 | #define REG_DSI_14nm_PHY_PLL_PLL_CRCTRL 0x000000c4 | ||
1531 | |||
1532 | #define REG_DSI_14nm_PHY_PLL_RESET_SM_READY_STATUS 0x000000cc | ||
1533 | |||
1534 | #define REG_DSI_14nm_PHY_PLL_PLL_MISC1 0x000000e8 | ||
1535 | |||
1536 | #define REG_DSI_14nm_PHY_PLL_CP_SET_CUR 0x000000f0 | ||
1537 | |||
1538 | #define REG_DSI_14nm_PHY_PLL_PLL_ICPMSET 0x000000f4 | ||
1539 | |||
1540 | #define REG_DSI_14nm_PHY_PLL_PLL_ICPCSET 0x000000f8 | ||
1541 | |||
1542 | #define REG_DSI_14nm_PHY_PLL_PLL_ICP_SET 0x000000fc | ||
1543 | |||
1544 | #define REG_DSI_14nm_PHY_PLL_PLL_LPF1 0x00000100 | ||
1545 | |||
1546 | #define REG_DSI_14nm_PHY_PLL_PLL_LPF2_POSTDIV 0x00000104 | ||
1547 | |||
1548 | #define REG_DSI_14nm_PHY_PLL_PLL_BANDGAP 0x00000108 | ||
1549 | |||
1307 | 1550 | ||
1308 | #endif /* DSI_XML */ | 1551 | #endif /* DSI_XML */ |