Searched refs:rst_ctl (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/freescale/common/ |
| H A D | qixis.c | 141 QIXIS_WRITE(rst_ctl, QIXIS_RST_CTL_RESET); in qixis_reset() 177 printf("rst_ctl = %02x\n", QIXIS_READ(rst_ctl)); in qixis_dump_regs() 219 QIXIS_WRITE(rst_ctl, 0x30); in qixis_reset_cmd() 230 QIXIS_WRITE(rst_ctl, 0x30); in qixis_reset_cmd() 241 QIXIS_WRITE(rst_ctl, 0x30); in qixis_reset_cmd() 252 QIXIS_WRITE(rst_ctl, 0x30); in qixis_reset_cmd()
|
| H A D | qixis.h | 53 u8 rst_ctl; /* Reset Control Register,0x40 */ member
|
| /OK3568_Linux_fs/u-boot/board/freescale/t4qds/ |
| H A D | t4240qds.c | 722 u8 brdcfg[16], dutcfg[16], rst_ctl; in board_detail() local 789 rst_ctl = QIXIS_READ(rst_ctl); in board_detail() 791 switch (rst_ctl & 0x30) { in board_detail() 852 ((QIXIS_READ(rst_ctl) & 0x30) >> 2) | in qixis_dump_switch() 856 sw[7] = (((~QIXIS_READ(rst_ctl)) & 0x40) << 1) | in qixis_dump_switch()
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | bcm63xx_hsspi.c | 339 struct reset_ctl rst_ctl; in bcm63xx_hsspi_probe() local 378 ret = reset_get_by_index(dev, 0, &rst_ctl); in bcm63xx_hsspi_probe() 382 ret = reset_deassert(&rst_ctl); in bcm63xx_hsspi_probe() 386 ret = reset_free(&rst_ctl); in bcm63xx_hsspi_probe()
|
| H A D | bcm63xx_spi.c | 375 struct reset_ctl rst_ctl; in bcm63xx_spi_probe() local 404 ret = reset_get_by_index(dev, 0, &rst_ctl); in bcm63xx_spi_probe() 408 ret = reset_deassert(&rst_ctl); in bcm63xx_spi_probe() 412 ret = reset_free(&rst_ctl); in bcm63xx_spi_probe()
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls2080ardb/ |
| H A D | ls2080ardb.c | 219 QIXIS_WRITE(rst_ctl, QIXIS_RST_CTL_RESET_EN); in board_init()
|