Searched refs:r592_device (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/memstick/host/ |
H A D | r592.c | 53 static inline u32 r592_read_reg(struct r592_device *dev, int address) in r592_read_reg() 61 static inline void r592_write_reg(struct r592_device *dev, in r592_write_reg() 69 static inline u32 r592_read_reg_raw_be(struct r592_device *dev, int address) in r592_read_reg_raw_be() 77 static inline void r592_write_reg_raw_be(struct r592_device *dev, in r592_write_reg_raw_be() 85 static inline void r592_set_reg_mask(struct r592_device *dev, in r592_set_reg_mask() 94 static inline void r592_clear_reg_mask(struct r592_device *dev, in r592_clear_reg_mask() 105 static int r592_wait_status(struct r592_device *dev, u32 mask, u32 wanted_mask) in r592_wait_status() 130 static int r592_enable_device(struct r592_device *dev, bool enable) in r592_enable_device() 151 static int r592_set_mode(struct r592_device *dev, bool parallel_mode) in r592_set_mode() 179 static void r592_host_reset(struct r592_device *dev) in r592_host_reset() [all …]
|
H A D | r592.h | 128 struct r592_device { struct
|