Searched defs:cfe (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/media/platform/raspberrypi/rp1-cfe/ |
| H A D | cfe.c | 54 #define cfe_dbg(cfe, fmt, arg...) dev_dbg(&(cfe)->pdev->dev, fmt, ##arg) argument 55 #define cfe_info(cfe, fmt, arg...) dev_info(&(cfe)->pdev->dev, fmt, ##arg) argument 56 #define cfe_err(cfe, fmt, arg...) dev_err(&(cfe)->pdev->dev, fmt, ##arg) argument 261 struct cfe_device *cfe; member 311 static inline bool is_fe_enabled(struct cfe_device *cfe) in is_fe_enabled() 321 static inline u32 cfg_reg_read(struct cfe_device *cfe, u32 offset) in cfg_reg_read() 326 static inline void cfg_reg_write(struct cfe_device *cfe, u32 offset, u32 val) in cfg_reg_write() 331 static bool check_state(struct cfe_device *cfe, unsigned long state, in check_state() 344 static void set_state(struct cfe_device *cfe, unsigned long state, in set_state() 353 static void clear_state(struct cfe_device *cfe, unsigned long state, in clear_state() [all …]
|
| /linux/arch/mips/bcm63xx/boards/ |
| H A D | board_bcm963xx.c | 731 u8 *boot_addr, *cfe; in board_prom_init() local
|
| /linux/tools/perf/util/ |
| H A D | event.h | 241 u32 cfe; member
|
| H A D | intel-pt.c | 2611 struct perf_synth_intel_evt cfe; in intel_pt_synth_events_sample() member
|
| /linux/tools/perf/ |
| H A D | builtin-script.c | 1959 const char *cfe[32] = {NULL, "INTR", "IRET", "SMI", "RSM", "SIPI", in perf_sample__fprintf_synth_evt() local
|