Searched defs:enr (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | vec.h | 51 static inline uint8_t s390_vec_read_element8(const S390Vector *v, uint8_t enr) in s390_vec_read_element8() 57 static inline uint16_t s390_vec_read_element16(const S390Vector *v, uint8_t enr) in s390_vec_read_element16() 63 static inline uint32_t s390_vec_read_element32(const S390Vector *v, uint8_t enr) in s390_vec_read_element32() 69 static inline uint64_t s390_vec_read_element64(const S390Vector *v, uint8_t enr) in s390_vec_read_element64() 75 static inline uint64_t s390_vec_read_element(const S390Vector *v, uint8_t enr, in s390_vec_read_element() 92 static inline void s390_vec_write_element8(S390Vector *v, uint8_t enr, in s390_vec_write_element8() 99 static inline void s390_vec_write_element16(S390Vector *v, uint8_t enr, in s390_vec_write_element16() 106 static inline void s390_vec_write_element32(S390Vector *v, uint8_t enr, in s390_vec_write_element32() 113 static inline void s390_vec_write_element64(S390Vector *v, uint8_t enr, in s390_vec_write_element64() 120 static inline void s390_vec_write_element(S390Vector *v, uint8_t enr, in s390_vec_write_element()
|
H A D | vec_fpu_helper.c | 28 static uint8_t check_ieee_exc(CPUS390XState *env, uint8_t enr, bool XxC, in check_ieee_exc() 79 static float32 s390_vec_read_float32(const S390Vector *v, uint8_t enr) in s390_vec_read_float32() 84 static float64 s390_vec_read_float64(const S390Vector *v, uint8_t enr) in s390_vec_read_float64() 95 static void s390_vec_write_float32(S390Vector *v, uint8_t enr, float32 data) in s390_vec_write_float32() 100 static void s390_vec_write_float64(S390Vector *v, uint8_t enr, float64 data) in s390_vec_write_float64()
|
H A D | vec_string_helper.c | 239 uint8_t enr = first_inequal / (1 << es); in vfene() local
|
H A D | translate.c | 232 static inline int vec_reg_offset(uint8_t reg, uint8_t enr, MemOp es) in vec_reg_offset()
|
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/ |
H A D | clock_manager_arria10.h | 16 u32 enr; member 43 u32 enr; member
|
H A D | clock_manager_s10.h | 75 u32 enr; member 103 u32 enr; member
|
/openbmc/u-boot/drivers/spi/ |
H A D | rk_spi.h | 17 u32 enr; member
|
H A D | zynq_spi.c | 46 u32 enr; /* 0x14 */ member
|
H A D | zynq_qspi.c | 59 u32 enr; /* 0x14 */ member
|
/openbmc/linux/drivers/block/drbd/ |
D | drbd_bitmap.c |
|