Home
last modified time | relevance | path

Searched refs:read_fp (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/fbdev/geode/
H A Dvideo_gx.c190 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 Dlxfb_ops.c210 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 Dgxfb.h323 static inline uint32_t read_fp(struct gxfb_par *par, int reg) in read_fp() function
H A Dlxfb.h406 static inline uint32_t read_fp(struct lxfb_par *par, int reg) in read_fp() function
H A Dsuspend_gx.c211 fp = read_fp(par, FP_PM); in gx_enable_graphics()
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dstacktrace_64.c17 static __always_inline uint64_t read_fp(void) in read_fp() function
109 regs.regs[29] = read_fp(); in dump_stack()
H A Dstacktrace.c110 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 Decho_pcbatest_server.c115 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()