Searched refs:read_fp (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/geode/ |
| H A D | video_gx.c | 190 fp = read_fp(par, FP_PM); in gx_configure_tft() 196 fp = read_fp(par, FP_PT1); in gx_configure_tft() 227 fp = read_fp(par, FP_PM); in gx_configure_tft() 336 fp_pm = read_fp(par, FP_PM); in gx_blank_display()
|
| H A D | lxfb_ops.c | 210 write_fp(par, FP_PM, read_fp(par, FP_PM) & ~FP_PM_P); in lx_graphics_disable() 307 write_fp(par, FP_PM, read_fp(par, FP_PM) | FP_PM_P); in lx_graphics_enable() 572 fp_pm = read_fp(par, FP_PM); in lx_blank_display() 791 if (!(read_fp(par, FP_PM) & in lx_restore_regs() 796 if (!(read_fp(par, FP_PM) & in lx_restore_regs()
|
| H A D | gxfb.h | 323 static inline uint32_t read_fp(struct gxfb_par *par, int reg) in read_fp() function
|
| H A D | lxfb.h | 406 static inline uint32_t read_fp(struct lxfb_par *par, int reg) in read_fp() function
|
| H A D | suspend_gx.c | 211 fp = read_fp(par, FP_PM); in gx_enable_graphics()
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | stacktrace_64.c | 17 static __always_inline uint64_t read_fp(void) in read_fp() function 109 regs.regs[29] = read_fp(); in dump_stack()
|
| H A D | stacktrace.c | 110 static __always_inline uint32_t read_fp(void) in read_fp() function 553 regs.ARM_ip = read_fp(); in dump_stack()
|
| /OK3568_Linux_fs/external/rk_pcba_test/ |
| H A D | echo_pcbatest_server.c | 115 FILE* read_fp; in run_cmd_to_shell() local 118 read_fp = popen(cmd, "r"); in run_cmd_to_shell() 119 if (read_fp != NULL) { in run_cmd_to_shell() 120 read_len = fread(buf, sizeof(char), sizeof(buf), read_fp); in run_cmd_to_shell() 125 pclose(read_fp); in run_cmd_to_shell()
|