Searched refs:rst_ctl (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/board/freescale/common/ |
D | qixis.c | 142 QIXIS_WRITE(rst_ctl, QIXIS_RST_CTL_RESET); in qixis_reset() 178 printf("rst_ctl = %02x\n", QIXIS_READ(rst_ctl)); in qixis_dump_regs() 217 QIXIS_WRITE(rst_ctl, 0x30); in qixis_reset_cmd() 228 QIXIS_WRITE(rst_ctl, 0x30); in qixis_reset_cmd() 239 QIXIS_WRITE(rst_ctl, 0x30); in qixis_reset_cmd() 250 QIXIS_WRITE(rst_ctl, 0x30); in qixis_reset_cmd() 261 QIXIS_WRITE(rst_ctl, 0x30); in qixis_reset_cmd() 272 QIXIS_WRITE(rst_ctl, 0x30); in qixis_reset_cmd()
|
D | qixis.h | 52 u8 rst_ctl; /* Reset Control Register,0x40 */ member
|
/external/u-boot/drivers/phy/ |
D | bcm6358-usbh-phy.c | 59 struct reset_ctl rst_ctl; in bcm6358_usbh_probe() local 67 ret = reset_get_by_index(dev, 0, &rst_ctl); in bcm6358_usbh_probe() 71 ret = reset_deassert(&rst_ctl); in bcm6358_usbh_probe() 75 ret = reset_free(&rst_ctl); in bcm6358_usbh_probe()
|
D | bcm6348-usbh-phy.c | 45 struct reset_ctl rst_ctl; in bcm6348_usbh_probe() local 67 ret = reset_get_by_index(dev, 0, &rst_ctl); in bcm6348_usbh_probe() 71 ret = reset_deassert(&rst_ctl); in bcm6348_usbh_probe() 75 ret = reset_free(&rst_ctl); in bcm6348_usbh_probe()
|
D | bcm6318-usbh-phy.c | 80 struct reset_ctl rst_ctl; in bcm6318_usbh_probe() local 115 ret = reset_get_by_index(dev, 0, &rst_ctl); in bcm6318_usbh_probe() 119 ret = reset_deassert(&rst_ctl); in bcm6318_usbh_probe() 123 ret = reset_free(&rst_ctl); in bcm6318_usbh_probe()
|
D | bcm6368-usbh-phy.c | 117 struct reset_ctl rst_ctl; in bcm6368_usbh_probe() local 156 ret = reset_get_by_index(dev, 0, &rst_ctl); in bcm6368_usbh_probe() 160 ret = reset_deassert(&rst_ctl); in bcm6368_usbh_probe() 164 ret = reset_free(&rst_ctl); in bcm6368_usbh_probe()
|
/external/u-boot/board/freescale/t4qds/ |
D | t4240qds.c | 721 u8 brdcfg[16], dutcfg[16], rst_ctl; in board_detail() local 788 rst_ctl = QIXIS_READ(rst_ctl); in board_detail() 790 switch (rst_ctl & 0x30) { in board_detail() 851 ((QIXIS_READ(rst_ctl) & 0x30) >> 2) | in qixis_dump_switch() 855 sw[7] = (((~QIXIS_READ(rst_ctl)) & 0x40) << 1) | in qixis_dump_switch()
|
/external/u-boot/drivers/spi/ |
D | bcm63xx_hsspi.c | 336 struct reset_ctl rst_ctl; in bcm63xx_hsspi_probe() local 371 ret = reset_get_by_index(dev, 0, &rst_ctl); in bcm63xx_hsspi_probe() 375 ret = reset_deassert(&rst_ctl); in bcm63xx_hsspi_probe() 379 ret = reset_free(&rst_ctl); in bcm63xx_hsspi_probe()
|
D | bcm63xx_spi.c | 372 struct reset_ctl rst_ctl; in bcm63xx_spi_probe() local 397 ret = reset_get_by_index(dev, 0, &rst_ctl); in bcm63xx_spi_probe() 401 ret = reset_deassert(&rst_ctl); in bcm63xx_spi_probe() 405 ret = reset_free(&rst_ctl); in bcm63xx_spi_probe()
|
/external/u-boot/board/freescale/ls2080ardb/ |
D | ls2080ardb.c | 218 QIXIS_WRITE(rst_ctl, QIXIS_RST_CTL_RESET_EN); in board_init()
|