Searched defs:op_write (Results 1 – 5 of 5) sorted by relevance
60 struct op_write { struct61 u32 op:8;62 u32 offset:24;63 u32 val;
51 static int op_write(struct fpga_manager *mgr, const char *buf, size_t count) in op_write() function
123 static int op_write(struct fpga_manager *mgr, const char *buf, size_t count) in op_write() function
698 __u16 op_write; member
342 op_write = 0x05, enumerator
Completed in 24 milliseconds