Lines Matching +full:0 +full:x00d00000
36 { 0x00d00000, 0x00300000, },
37 { 0x00500000, 0x00700000, },
38 { 0x00100000, 0x00300000, },
48 #define REG_SIZE 0x1000
68 .io_reg = REG_SIZE * id + 0x4 + offset, \
69 .intr_cfg_reg = REG_SIZE * id + 0x8 + offset, \
70 .intr_status_reg = REG_SIZE * id + 0xc + offset,\
71 .intr_target_reg = REG_SIZE * id + 0x8 + offset,\
74 .pull_bit = 0, \
77 .in_bit = 0, \
79 .intr_enable_bit = 0, \
80 .intr_status_bit = 0, \
90 PINGROUP_OFFSET(id, _tile, 0x0, f1, f2, f3, f4, f5, f6, f7, f8, f9)
98 .io_reg = 0, \
99 .intr_cfg_reg = 0, \
100 .intr_status_reg = 0, \
101 .intr_target_reg = 0, \
123 .ctl_reg = 0xb6000, \
124 .io_reg = 0xb6004, \
125 .intr_cfg_reg = 0, \
126 .intr_status_reg = 0, \
127 .intr_target_reg = 0, \
131 .drv_bit = 0, \
134 .out_bit = 0, \
144 PINCTRL_PIN(0, "GPIO_0"),
342 DECLARE_MSM_GPIO_PINS(0);
1379 [0] = PINGROUP(0, WEST, qup0, cci_i2c, _, _, _, _, _, _, _),
1556 [177] = PINGROUP_OFFSET(177, SOUTH, 0x1e000, _, _, _, _, _, _, _, _, _),
1557 [178] = PINGROUP_OFFSET(178, SOUTH, 0x1e000, pci_e3, cci_timer4, _, _, _, _, _, _, _),
1558 [179] = PINGROUP_OFFSET(179, SOUTH, 0x1e000, pci_e3, cam_mclk, _, _, _, _, _, _, _),
1559 [180] = PINGROUP_OFFSET(180, SOUTH, 0x1e000, cam_mclk, _, _, _, _, _, _, _, _),
1560 [181] = PINGROUP_OFFSET(181, SOUTH, 0x1e000, qup19, cam_mclk, _, _, _, _, _, _, _),
1561 [182] = PINGROUP_OFFSET(182, SOUTH, 0x1e000, qup19, cci_timer5, gcc_gp4, _, _, _, _, _, _),
1562 [183] = PINGROUP_OFFSET(183, SOUTH, 0x1e000, qup19, cci_timer6, gcc_gp5, _, _, _, _, _, _),
1563 [184] = PINGROUP_OFFSET(184, SOUTH, 0x1e000, qup19, cci_timer7, _, _, _, _, _, _, _),
1564 [185] = PINGROUP_OFFSET(185, SOUTH, 0x1e000, cci_timer8, cci_async, _, _, _, _, _, _, _),
1565 [186] = PINGROUP_OFFSET(186, SOUTH, 0x1e000, cci_timer9, cci_async, _, _, _, _, _, _, _),
1566 [187] = PINGROUP_OFFSET(187, SOUTH, 0x1e000, _, _, _, _, _, _, _, _, _),
1567 [188] = PINGROUP_OFFSET(188, SOUTH, 0x1e000, _, _, _, _, _, _, _, _, _),
1568 [189] = PINGROUP_OFFSET(189, SOUTH, 0x1e000, dp_hot, _, _, _, _, _, _, _, _),
1570 [191] = SDC_QDSD_PINGROUP(sdc2_clk, 0x4b2000, 14, 6),
1571 [192] = SDC_QDSD_PINGROUP(sdc2_cmd, 0x4b2000, 11, 3),
1572 [193] = SDC_QDSD_PINGROUP(sdc2_data, 0x4b2000, 9, 0),
1576 0, 1, 2, 3,
1641 return 0; in sc8180x_pinctrl_add_tile_resources()
1650 for (i = 0; i < pdev->num_resources; i++) { in sc8180x_pinctrl_add_tile_resources()
1661 for (i = 0; i < ARRAY_SIZE(sc8180x_tiles); i++, res++) { in sc8180x_pinctrl_add_tile_resources()
1683 return 0; in sc8180x_pinctrl_add_tile_resources()