Lines Matching +full:0 +full:x00d00000

35 	{ 0x00d00000, 0x00300000, },
36 { 0x00500000, 0x00700000, },
37 { 0x00100000, 0x00300000, },
40 #define REG_SIZE 0x1000
60 .io_reg = REG_SIZE * id + 0x4 + offset, \
61 .intr_cfg_reg = REG_SIZE * id + 0x8 + offset, \
62 .intr_status_reg = REG_SIZE * id + 0xc + offset,\
63 .intr_target_reg = REG_SIZE * id + 0x8 + offset,\
66 .pull_bit = 0, \
69 .in_bit = 0, \
71 .intr_enable_bit = 0, \
72 .intr_status_bit = 0, \
82 PINGROUP_OFFSET(id, _tile, 0x0, f1, f2, f3, f4, f5, f6, f7, f8, f9)
90 .io_reg = 0, \
91 .intr_cfg_reg = 0, \
92 .intr_status_reg = 0, \
93 .intr_target_reg = 0, \
115 .ctl_reg = 0xb6000, \
116 .io_reg = 0xb6004, \
117 .intr_cfg_reg = 0, \
118 .intr_status_reg = 0, \
119 .intr_target_reg = 0, \
123 .drv_bit = 0, \
126 .out_bit = 0, \
136 PINCTRL_PIN(0, "GPIO_0"),
334 DECLARE_MSM_GPIO_PINS(0);
1371 [0] = PINGROUP(0, WEST, qup0, cci_i2c, _, _, _, _, _, _, _),
1548 [177] = PINGROUP_OFFSET(177, SOUTH, 0x1e000, _, _, _, _, _, _, _, _, _),
1549 [178] = PINGROUP_OFFSET(178, SOUTH, 0x1e000, pci_e3, cci_timer4, _, _, _, _, _, _, _),
1550 [179] = PINGROUP_OFFSET(179, SOUTH, 0x1e000, pci_e3, cam_mclk, _, _, _, _, _, _, _),
1551 [180] = PINGROUP_OFFSET(180, SOUTH, 0x1e000, cam_mclk, _, _, _, _, _, _, _, _),
1552 [181] = PINGROUP_OFFSET(181, SOUTH, 0x1e000, qup19, cam_mclk, _, _, _, _, _, _, _),
1553 [182] = PINGROUP_OFFSET(182, SOUTH, 0x1e000, qup19, cci_timer5, gcc_gp4, _, _, _, _, _, _),
1554 [183] = PINGROUP_OFFSET(183, SOUTH, 0x1e000, qup19, cci_timer6, gcc_gp5, _, _, _, _, _, _),
1555 [184] = PINGROUP_OFFSET(184, SOUTH, 0x1e000, qup19, cci_timer7, _, _, _, _, _, _, _),
1556 [185] = PINGROUP_OFFSET(185, SOUTH, 0x1e000, cci_timer8, cci_async, _, _, _, _, _, _, _),
1557 [186] = PINGROUP_OFFSET(186, SOUTH, 0x1e000, cci_timer9, cci_async, _, _, _, _, _, _, _),
1558 [187] = PINGROUP_OFFSET(187, SOUTH, 0x1e000, _, _, _, _, _, _, _, _, _),
1559 [188] = PINGROUP_OFFSET(188, SOUTH, 0x1e000, _, _, _, _, _, _, _, _, _),
1560 [189] = PINGROUP_OFFSET(189, SOUTH, 0x1e000, dp_hot, _, _, _, _, _, _, _, _),
1562 [191] = SDC_QDSD_PINGROUP(sdc2_clk, 0x4b2000, 14, 6),
1563 [192] = SDC_QDSD_PINGROUP(sdc2_cmd, 0x4b2000, 11, 3),
1564 [193] = SDC_QDSD_PINGROUP(sdc2_data, 0x4b2000, 9, 0),
1568 0, 1, 2, 3,
1634 return 0; in sc8180x_pinctrl_add_tile_resources()
1643 for (i = 0; i < pdev->num_resources; i++) { in sc8180x_pinctrl_add_tile_resources()
1657 for (i = 0; i < ARRAY_SIZE(sc8180x_tiles); i++, res++) { in sc8180x_pinctrl_add_tile_resources()
1679 return 0; in sc8180x_pinctrl_add_tile_resources()