| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | davinci_spi.c | 139 static inline u32 davinci_spi_xfer_data(struct davinci_spi_slave *ds, u32 data) in davinci_spi_xfer_data() argument 144 writel(data, &ds->regs->dat1); in davinci_spi_xfer_data() 147 while ((buf_reg_val = readl(&ds->regs->buf)) & SPIBUF_RXEMPTY_MASK) in davinci_spi_xfer_data() 153 static int davinci_spi_read(struct davinci_spi_slave *ds, unsigned int len, in davinci_spi_read() argument 160 (ds->cur_cs << SPIDAT1_CSNR_SHIFT)); in davinci_spi_read() 163 while (readl(&ds->regs->buf) & SPIBUF_TXFULL_MASK) in davinci_spi_read() 167 writel(data1_reg_val, &ds->regs->dat1); in davinci_spi_read() 171 *rxp++ = davinci_spi_xfer_data(ds, data1_reg_val); in davinci_spi_read() 178 *rxp = davinci_spi_xfer_data(ds, data1_reg_val); in davinci_spi_read() 183 static int davinci_spi_write(struct davinci_spi_slave *ds, unsigned int len, in davinci_spi_write() argument [all …]
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | bios_asm.S | 59 mov %ax, %ds 83 mov %ax, %ds 107 mov %ax, %ds 123 mov %ax, %ds 244 push %ds 295 pop %ds
|
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | deflate.c | 935 deflate_state *ds; 948 ds = (deflate_state *) ZALLOC(dest, 1, sizeof(deflate_state)); 949 if (ds == Z_NULL) return Z_MEM_ERROR; 950 dest->state = (struct internal_state FAR *) ds; 951 zmemcpy(ds, ss, sizeof(deflate_state)); 952 ds->strm = dest; 954 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte)); 955 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos)); 956 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos)); 957 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); [all …]
|
| /rk3399_rockchip-uboot/arch/x86/cpu/ |
| H A D | wakeup.S | 43 mov %ax, %ds 58 movw %ax, %ds
|
| H A D | sipi_vector.S | 45 movw %ax, %ds 91 movw %ax, %ds
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | kmsupx5_defconfig | 10 CONFIG_AUTOBOOT_PROMPT="Hit <SPACE> key to stop autoboot in %2ds\n"
|
| H A D | suvd3_defconfig | 10 CONFIG_AUTOBOOT_PROMPT="Hit <SPACE> key to stop autoboot in %2ds\n"
|
| H A D | kmtepr2_defconfig | 10 CONFIG_AUTOBOOT_PROMPT="Hit <SPACE> key to stop autoboot in %2ds\n"
|
| H A D | kmeter1_defconfig | 10 CONFIG_AUTOBOOT_PROMPT="Hit <SPACE> key to stop autoboot in %2ds\n"
|
| H A D | kmopti2_defconfig | 10 CONFIG_AUTOBOOT_PROMPT="Hit <SPACE> key to stop autoboot in %2ds\n"
|
| H A D | tuxx1_defconfig | 10 CONFIG_AUTOBOOT_PROMPT="Hit <SPACE> key to stop autoboot in %2ds\n"
|
| H A D | tuge1_defconfig | 10 CONFIG_AUTOBOOT_PROMPT="Hit <SPACE> key to stop autoboot in %2ds\n"
|
| H A D | kmvect1_defconfig | 10 CONFIG_AUTOBOOT_PROMPT="Hit <SPACE> key to stop autoboot in %2ds\n"
|
| H A D | kmtegr1_defconfig | 10 CONFIG_AUTOBOOT_PROMPT="Hit <SPACE> key to stop autoboot in %2ds\n"
|
| H A D | kmcoge5ne_defconfig | 10 CONFIG_AUTOBOOT_PROMPT="Hit <SPACE> key to stop autoboot in %2ds\n"
|
| H A D | km_kirkwood_defconfig | 10 CONFIG_AUTOBOOT_PROMPT="Hit <SPACE> key to stop autoboot in %2ds\n"
|
| H A D | km_kirkwood_128m16_defconfig | 10 CONFIG_AUTOBOOT_PROMPT="Hit <SPACE> key to stop autoboot in %2ds\n"
|
| H A D | mgcoge3un_defconfig | 10 CONFIG_AUTOBOOT_PROMPT="Hit <SPACE> key to stop autoboot in %2ds\n"
|
| H A D | portl2_defconfig | 10 CONFIG_AUTOBOOT_PROMPT="Hit <SPACE> key to stop autoboot in %2ds\n"
|
| H A D | kmsugp1_defconfig | 10 CONFIG_AUTOBOOT_PROMPT="Hit <SPACE> key to stop autoboot in %2ds\n"
|
| H A D | kmsuv31_defconfig | 10 CONFIG_AUTOBOOT_PROMPT="Hit <SPACE> key to stop autoboot in %2ds\n"
|
| H A D | kmnusa_defconfig | 10 CONFIG_AUTOBOOT_PROMPT="Hit <SPACE> key to stop autoboot in %2ds\n"
|
| H A D | km_kirkwood_pci_defconfig | 10 CONFIG_AUTOBOOT_PROMPT="Hit <SPACE> key to stop autoboot in %2ds\n"
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/ |
| H A D | biosemu.c | 255 M.x86.R_DS = sregs->ds; in BE_callRealMode() 281 sregs->ds = M.x86.R_DS; in BE_callRealMode() 346 M.x86.R_DS = sregs->ds; in BE_int86x() 367 sregs->ds = M.x86.R_DS; in BE_int86x()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3308/ |
| H A D | rk3308.c | 483 u32 *ds, *dss; in fixup_pcfg_drive_strength() local 491 ds = (u32 *)fdt_getprop(blob, noffset, "drive-strength", NULL); in fixup_pcfg_drive_strength() 492 if (ds) { in fixup_pcfg_drive_strength() 493 ds[0] = val; in fixup_pcfg_drive_strength()
|