Searched refs:test_byte (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/usb/gspca/ |
| H A D | t613.c | 572 u8 test_byte = 0; in sd_init() local 611 test_byte = reg_r(gspca_dev, 0x0063); in sd_init() 613 if (test_byte == 0x17) in sd_init() 617 pr_err("Bad sensor reset %02x\n", test_byte); in sd_init() 625 test_byte = reg_r(gspca_dev, read_indexs[i]); in sd_init() 627 read_indexs[i], test_byte); in sd_init() 636 test_byte = reg_r(gspca_dev, 0x80); in sd_init() 638 test_byte); in sd_init() 658 test_byte = reg_r(gspca_dev, 0x80); in sd_init() 660 test_byte); in sd_init()
|
| /OK3568_Linux_fs/kernel/drivers/misc/eeprom/ |
| H A D | at24.c | 600 u8 test_byte; in at24_probe() local 772 err = at24_read(at24, 0, &test_byte, 1); in at24_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/ |
| H A D | prim_ops.h | 110 void test_byte (u8 d, u8 s);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_ops.h | 110 void test_byte(u8 d, u8 s);
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | ops.c | 1665 test_byte(destval, *srcreg); in x86emuOp_test_byte_RM_R() 1672 test_byte(*destreg, *srcreg); in x86emuOp_test_byte_RM_R() 2711 test_byte(M.x86.R_AL, (u8)imm); in x86emuOp_test_AL_IMM() 4443 test_byte(destval, srcval); in x86emuOp_opcF6_byte_RM() 4490 test_byte(*destreg, srcval); in x86emuOp_opcF6_byte_RM()
|
| H A D | prim_ops.c | 1787 void test_byte(u8 d, u8 s) in test_byte() function
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | validate.c | 748 VAL_VOID_BYTE_BINARY(test_byte); in main()
|
| H A D | ops.c | 6151 test_byte(destval, *srcreg); in x86emuOp_test_byte_RM_R() 6160 test_byte(destval, *srcreg); in x86emuOp_test_byte_RM_R() 6169 test_byte(destval, *srcreg); in x86emuOp_test_byte_RM_R() 6177 test_byte(*destreg, *srcreg); in x86emuOp_test_byte_RM_R() 7942 test_byte(M.x86.R_AL, (u8) imm); in x86emuOp_test_AL_IMM() 10517 test_byte(destval, srcval); in x86emuOp_opcF6_byte_RM() 10585 test_byte(destval, srcval); in x86emuOp_opcF6_byte_RM() 10653 test_byte(destval, srcval); in x86emuOp_opcF6_byte_RM() 10720 test_byte(*destreg, srcval); in x86emuOp_opcF6_byte_RM()
|
| H A D | prim_ops.c | 2043 test_byte(u8 d, u8 s) in test_byte() function
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 7322 test_byte(destval, *srcreg); 8617 - test_byte(M.x86.R_AL, (u8)imm); 8618 + test_byte(M.x86.R_AL, (u8) imm); 17575 -void test_byte(u8 d, u8 s) 17577 +test_byte(u8 d, u8 s) 21237 -void test_byte (u8 d, u8 s); 21327 + void test_byte(u8 d, u8 s);
|