Lines Matching +full:0 +full:x186
48 #define SCRM_ALTCLKSRC (0x110)
49 #define SCRM_AUXCLK0 (0x0310)
50 #define SCRM_AUXCLK1 (0x0314)
51 #define SCRM_AUXCLK2 (0x0318)
52 #define SCRM_AUXCLK3 (0x031C)
55 #define GPIO1_OE (0x0134)
56 #define GPIO1_CLEARDATAOUT (0x0190)
57 #define GPIO1_SETDATAOUT (0x0194)
58 #define GPIO2_OE (0x0134)
59 #define GPIO2_CLEARDATAOUT (0x0190)
60 #define GPIO2_SETDATAOUT (0x0194)
63 #define CONTROL_WKUP_PAD0_FREF_CLK3_OUT (0x058)
64 #define CONTROL_CORE_PAD1_KPD_COL2 (0x186)
65 #define CONTROL_CORE_PAD0_GPMC_WAIT1 (0x08C)
121 OMAP44XX_SCRM_SIZE, 0, &scrm_addr) != 0) in pandaboard_usb_hub_init()
124 OMAP44XX_GPIO1_SIZE, 0, &gpio1_addr) != 0) in pandaboard_usb_hub_init()
127 OMAP44XX_GPIO2_SIZE, 0, &gpio2_addr) != 0) in pandaboard_usb_hub_init()
130 OMAP44XX_SCM_PADCONF_SIZE, 0, &scm_addr) != 0) in pandaboard_usb_hub_init()
138 (0 << 1) | /* Use the SYS_CLK as the source */ in pandaboard_usb_hub_init()
145 REG_WRITE16(scm_addr + CONTROL_WKUP_PAD0_FREF_CLK3_OUT, 0x0000); in pandaboard_usb_hub_init()
151 REG_WRITE16(scm_addr + CONTROL_CORE_PAD1_KPD_COL2, 0x0003); in pandaboard_usb_hub_init()
157 REG_WRITE16(scm_addr + CONTROL_CORE_PAD0_GPMC_WAIT1, 0x0003); in pandaboard_usb_hub_init()