| /rk3399_rockchip-uboot/post/lib_powerpc/fpu/ |
| H A D | mul-subnormal-single-1.c | 62 } static volatile expected[] = variable 73 for (i = 0; i < ARRAY_SIZE(expected); i++) in fpu_post_test_math7() 75 tstmul (expected[i].p1, expected[i].p2, expected[i].res); in fpu_post_test_math7() 76 tstmul (expected[i].p2, expected[i].p1, expected[i].res); in fpu_post_test_math7()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | fdtdec_test.c | 45 static int checkval(const char *oper_name, int expected, int value) in checkval() argument 47 if (expected != value) { in checkval() 49 oper_name, expected, value); in checkval() 57 #define CHECKVAL(op, expected) \ argument 58 if (checkval(#op, expected, op)) \
|
| /rk3399_rockchip-uboot/board/freescale/p2041rdb/ |
| H A D | p2041rdb.c | 202 u32 expected = in_be32(®s->bank[i].pllcr0); in misc_init_r() local 203 expected &= SRDS_PLLCR0_RFCK_SEL_MASK; in misc_init_r() 204 if (expected != actual[i]) { in misc_init_r() 207 serdes_clock_to_string(expected), in misc_init_r()
|
| /rk3399_rockchip-uboot/board/freescale/corenet_ds/ |
| H A D | corenet_ds.c | 175 u32 expected = srds_regs->bank[i].pllcr0 & SRDS_PLLCR0_RFCK_SEL_MASK; in misc_init_r() local 176 if (expected != actual[i]) { in misc_init_r() 179 serdes_clock_to_string(expected), in misc_init_r()
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | func_test.py | 186 expected = ('Git command: git send-email --annotate ' 192 self.assertEqual(expected, lines[line]) 199 expected = ''' 230 self.assertEqual(expected.splitlines(), lines[7:])
|
| H A D | test.py | 52 expected=''' 80 expfd.write(expected)
|
| /rk3399_rockchip-uboot/board/freescale/t1040qds/ |
| H A D | t1040qds.c | 228 u32 expected = pllcr0 & SRDS_PLLCR0_RFCK_SEL_MASK; in misc_init_r() local 229 if (expected != actual[i]) { in misc_init_r() 231 i + 1, serdes_clock_to_string(expected), in misc_init_r()
|
| /rk3399_rockchip-uboot/board/keymile/kmp204x/ |
| H A D | kmp204x.c | 184 u32 expected[NUM_SRDS_BANKS] = {SRDS_PLLCR0_RFCK_SEL_100, in misc_init_r() local 192 if (actual != expected[i]) { in misc_init_r() 195 serdes_clock_to_string(expected[i]), in misc_init_r()
|
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | tpm_tis_st33zp24_i2c.c | 305 int size, expected; in st33zp24_i2c_recv() local 321 expected = get_unaligned_be32(buf + 2); in st33zp24_i2c_recv() 322 if (expected > count) { in st33zp24_i2c_recv() 328 expected - TPM_HEADER_SIZE); in st33zp24_i2c_recv() 329 if (size < expected) { in st33zp24_i2c_recv()
|
| H A D | tpm_tis_infineon.c | 377 int expected, status; in tpm_tis_i2c_recv() local 396 expected = get_unaligned_be32(buf + TPM_RSP_SIZE_BYTE); in tpm_tis_i2c_recv() 397 if ((size_t)expected > count) { in tpm_tis_i2c_recv() 398 debug("Error size=%x, expected=%x, count=%x\n", size, expected, in tpm_tis_i2c_recv() 404 expected - TPM_HEADER_SIZE); in tpm_tis_i2c_recv() 405 if (size < expected) { in tpm_tis_i2c_recv()
|
| H A D | tpm_tis_st33zp24_spi.c | 433 int size, expected; in st33zp24_spi_recv() local 449 expected = get_unaligned_be32(buf + 2); in st33zp24_spi_recv() 450 if (expected > count) { in st33zp24_spi_recv() 456 expected - TPM_HEADER_SIZE); in st33zp24_spi_recv() 457 if (size < expected) { in st33zp24_spi_recv()
|
| H A D | tpm_tis_lpc.c | 141 u8 expected) in tis_wait_reg() argument 147 if ((value & mask) == expected) in tis_wait_reg()
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | rpmb.c | 91 unsigned short expected, unsigned short cnt) in mmc_rpmb_response() argument 121 if (be16_to_cpu(s->request) != expected) { in mmc_rpmb_response() 138 static int mmc_rpmb_status(struct mmc *mmc, unsigned short expected) in mmc_rpmb_status() argument 148 return mmc_rpmb_response(mmc, rpmb_frame, expected, 1); in mmc_rpmb_status()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/remoteproc/ |
| H A D | remoteproc.txt | 13 data. Such a device is not expected to have a MMU. If no type property
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.commands.itest | 7 Uses the expected command modifier for integer compares of width 1, 2 or
|
| /rk3399_rockchip-uboot/board/freescale/t4qds/ |
| H A D | t4240qds.c | 644 u32 pllcr0, expected; in misc_init_r() local 669 expected = pllcr0 & SRDS_PLLCR0_RFCK_SEL_MASK; in misc_init_r() 670 if (expected != actual[i]) { in misc_init_r() 672 i + 1, serdes_clock_to_string(expected), in misc_init_r()
|
| /rk3399_rockchip-uboot/cmd/ddr_tool/stressapptest/ |
| H A D | stressapptest.c | 666 u32 read, reread, expected; in block_mis_search() local 675 expected = pattern_get(src_pattern, i); in block_mis_search() 677 if (read != expected) { in block_mis_search() 690 expected, expected ^ read); in block_mis_search() 694 if (reread == expected) in block_mis_search() 711 dst_mem[i] = expected; in block_mis_search()
|
| /rk3399_rockchip-uboot/test/dm/ |
| H A D | core.c | 399 int expected; in dm_check_operations() local 407 expected = 10 + base; in dm_check_operations() 408 ut_asserteq(expected, pingret); in dm_check_operations() 412 expected = 20 + base; in dm_check_operations() 413 ut_asserteq(expected, pingret); in dm_check_operations()
|
| /rk3399_rockchip-uboot/tools/scripts/ |
| H A D | define2mk.sed | 4 # It is expected that this script is fed the output of 'gpp -dM'
|
| /rk3399_rockchip-uboot/arch/arm/mach-zynq/ |
| H A D | u-boot.lds | 122 * is expected to pass this image on to tools for boot.bin
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | xhci-ring.c | 435 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected) in xhci_wait_for_event() argument 447 if (type == expected) in xhci_wait_for_event() 470 if (expected == TRB_TRANSFER) in xhci_wait_for_event() 473 printf("XHCI timeout on event type %d... cannot recover.\n", expected); in xhci_wait_for_event()
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | Kconfig | 41 int "Maximum expected bad eraseblock count per 1024 eraseblocks" 52 expected bad eraseblocks per 1024 eraseblocks then can be calculated
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/clock/ |
| H A D | rockchip,rk3288-cru.txt | 28 There are several clocks that are generated outside the SoC. It is expected
|
| H A D | rockchip,rk3188-cru.txt | 29 There are several clocks that are generated outside the SoC. It is expected
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/ |
| H A D | chosen.txt | 57 path or an alias is expected for each entry.
|