| /OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/ |
| H A D | rk628_mipi_dphy.h | 80 static void testif_test_code_write(struct rk628 *rk628, u8 test_code) in testif_test_code_write() argument 83 testif_set_data(rk628, test_code); in testif_test_code_write() 96 static u8 testif_write(struct rk628 *rk628, u8 test_code, u8 test_data) in testif_write() argument 100 testif_test_code_write(rk628, test_code); in testif_write() 104 dev_dbg(rk628->dev, "test_code=0x%02x, ", test_code); in testif_write() 111 static inline u8 testif_read(struct rk628 *rk628, u8 test_code) in testif_read() argument 115 testif_test_code_write(rk628, test_code); in testif_read()
|
| /OK3568_Linux_fs/kernel/arch/arm/probes/kprobes/ |
| H A D | test-core.c | 1320 unsigned long test_code; in kprobes_test_case_start() local 1333 test_code = (unsigned long)(args + 1); /* Code starts after args */ in kprobes_test_case_start() 1337 test_code |= 1; in kprobes_test_case_start() 1339 current_code_start = test_code; in kprobes_test_case_start() 1343 current_branch_target = test_code + end_arg->branch_offset; in kprobes_test_case_start() 1345 test_code += end_arg->code_offset; in kprobes_test_case_start() 1346 test_before_probe.kprobe.addr = (kprobe_opcode_t *)test_code; in kprobes_test_case_start() 1348 test_code = next_instruction(test_code); in kprobes_test_case_start() 1349 test_case_probe.kprobe.addr = (kprobe_opcode_t *)test_code; in kprobes_test_case_start() 1352 u16 *p = (u16 *)(test_code & ~1); in kprobes_test_case_start() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/rk628/ |
| H A D | rk628_csi.c | 87 static void testif_test_code_write(struct rk628 *rk628, u8 test_code) in testif_test_code_write() argument 90 testif_set_data(rk628, test_code); in testif_test_code_write() 103 static u8 testif_write(struct rk628 *rk628, u8 test_code, u8 test_data) in testif_write() argument 107 testif_test_code_write(rk628, test_code); in testif_write() 111 dev_info(rk628->dev, "test_code=0x%02x, ", test_code); in testif_write() 134 static inline u8 testif_read(struct rk628 *rk628, u8 test_code) in testif_read() argument 138 testif_test_code_write(rk628, test_code); in testif_read()
|
| H A D | rk628_dsi.c | 905 const struct rk628_dsi *dsi, u8 test_code) in testif_test_code_write() argument 908 testif_set_data(rk628, dsi, test_code); in testif_test_code_write()
|
| /OK3568_Linux_fs/u-boot/drivers/video/rockchip/ |
| H A D | rk_mipi.c | 173 static void rk_mipi_phy_write(uintptr_t regs, unsigned char test_code, in rk_mipi_phy_write() argument 180 rk_mipi_dsi_write(regs, PHY_TESTDIN, test_code); in rk_mipi_phy_write()
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-dphy-rx0.c | 173 static void rk_dphy_write(struct rk_dphy *priv, u8 test_code, u8 test_data) in rk_dphy_write() argument 175 rk_dphy_write_grf(priv, GRF_DPHY_RX0_TESTDIN, test_code); in rk_dphy_write()
|
| H A D | phy-rockchip-mipi-rx.c | 637 u8 test_code, u8 test_data) in mipidphy0_wr_reg() argument 645 write_grf_reg(priv, GRF_DPHY_RX0_TESTDIN, test_code); in mipidphy0_wr_reg()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | Makefile | 25 obj-y += alloc.o code-patching.o feature-fixups.o pmem.o inst.o test_code-patching.o
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | dw_mipi_dsi.c | 437 static void testif_test_code_write(struct dw_mipi_dsi *dsi, u8 test_code) in testif_test_code_write() argument 440 testif_set_data(dsi, test_code); in testif_test_code_write() 453 static void testif_write(struct dw_mipi_dsi *dsi, u8 test_code, u8 test_data) in testif_write() argument 455 testif_test_code_write(dsi, test_code); in testif_write() 460 test_code, test_data, testif_get_data(dsi)); in testif_write()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip-mipi-csi-tx.c | 247 u8 test_code, u8 test_data) in rockchip_mipi_csi_phy_write() argument 255 writel(0x00ff0000 | test_code, in rockchip_mipi_csi_phy_write() 267 rockchip_mipi_csi_phy_read(struct rockchip_mipi_csi *csi, u8 test_code) in rockchip_mipi_csi_phy_read() argument 271 writel(0x02ff0200 | test_code, in rockchip_mipi_csi_phy_read()
|
| H A D | dw-mipi-dsi-rockchip.c | 391 u8 test_code, in dw_mipi_dsi_phy_write() argument 402 PHY_TESTDIN(test_code)); in dw_mipi_dsi_phy_write()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/imx/ |
| H A D | imx6-mipi-csi2.c | 149 u32 test_code, u32 test_data) in dw_mipi_csi2_phy_write() argument 160 writel(PHY_TESTEN | test_code, csi2->base + CSI2_PHY_TST_CTRL1); in dw_mipi_csi2_phy_write()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/ |
| H A D | rk628_dsi.c | 401 static void testif_test_code_write(struct rk628_dsi *dsi, u8 test_code) in testif_test_code_write() argument 404 testif_set_data(dsi, test_code); in testif_test_code_write()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | ioctl_linux.c | 4304 static u8 test_code = 0x5A; local 4315 rtw_write8(padapter, 0x07, test_code); 4331 if (test_code != (i_data >> 24)) { 4334 RTW_ERR("test_code :0x%02x, i_data : 0x%08x\n", test_code, i_data); 4342 test_code = ~test_code;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | ioctl_linux.c | 4304 static u8 test_code = 0x5A; local 4315 rtw_write8(padapter, 0x07, test_code); 4331 if (test_code != (i_data >> 24)) { 4334 RTW_ERR("test_code :0x%02x, i_data : 0x%08x\n", test_code, i_data); 4342 test_code = ~test_code;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/ |
| H A D | ioctl_linux.c | 6476 static u8 test_code = 0x5A; local 6487 rtw_write8(padapter, 0x07, test_code); 6503 if (test_code != (i_data >> 24)) { 6506 RTW_ERR("test_code :0x%02x, i_data : 0x%08x\n", test_code, i_data); 6514 test_code = ~test_code;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/ |
| H A D | ioctl_linux.c | 6469 static u8 test_code = 0x5A; local 6480 rtw_write8(padapter, 0x07, test_code); 6496 if (test_code != (i_data >> 24)) { 6499 RTW_ERR("test_code :0x%02x, i_data : 0x%08x\n", test_code, i_data); 6507 test_code = ~test_code;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/ |
| H A D | ioctl_linux.c | 6465 static u8 test_code = 0x5A; local 6476 rtw_write8(padapter, 0x07, test_code); 6492 if (test_code != (i_data >> 24)) { 6495 RTW_ERR("test_code :0x%02x, i_data : 0x%08x\n", test_code, i_data); 6503 test_code = ~test_code;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/ |
| H A D | ioctl_linux.c | 6470 static u8 test_code = 0x5A; local 6481 rtw_write8(padapter, 0x07, test_code); 6497 if (test_code != (i_data >> 24)) { 6500 RTW_ERR("test_code :0x%02x, i_data : 0x%08x\n", test_code, i_data); 6508 test_code = ~test_code;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/ |
| H A D | ioctl_linux.c | 6768 static u8 test_code = 0x5A; local 6779 rtw_write8(padapter, 0x07, test_code); 6795 if (test_code != (i_data >> 24)) { 6798 RTW_ERR("test_code :0x%02x, i_data : 0x%08x\n", test_code, i_data); 6806 test_code = ~test_code;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/ |
| H A D | ioctl_linux.c | 6469 static u8 test_code = 0x5A; local 6480 rtw_write8(padapter, 0x07, test_code); 6496 if (test_code != (i_data >> 24)) { 6499 RTW_ERR("test_code :0x%02x, i_data : 0x%08x\n", test_code, i_data); 6507 test_code = ~test_code;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/ |
| H A D | ioctl_linux.c | 6485 static u8 test_code = 0x5A; local 6496 rtw_write8(padapter, 0x07, test_code); 6512 if (test_code != (i_data >> 24)) { 6515 RTW_ERR("test_code :0x%02x, i_data : 0x%08x\n", test_code, i_data); 6523 test_code = ~test_code;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/ |
| H A D | ioctl_linux.c | 6485 static u8 test_code = 0x5A; local 6496 rtw_write8(padapter, 0x07, test_code); 6512 if (test_code != (i_data >> 24)) { 6515 RTW_ERR("test_code :0x%02x, i_data : 0x%08x\n", test_code, i_data); 6523 test_code = ~test_code;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/ |
| H A D | ioctl_linux.c | 6412 static u8 test_code = 0x5A; local 6423 rtw_write8(padapter, 0x07, test_code); 6439 if (test_code != (i_data >> 24)) { 6442 RTW_ERR("test_code :0x%02x, i_data : 0x%08x\n", test_code, i_data); 6450 test_code = ~test_code;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/ |
| H A D | ioctl_linux.c | 6396 static u8 test_code = 0x5A; local 6407 rtw_write8(padapter, 0x07, test_code); 6423 if (test_code != (i_data >> 24)) { 6426 RTW_ERR("test_code :0x%02x, i_data : 0x%08x\n", test_code, i_data); 6434 test_code = ~test_code;
|