Symbol: rz_mtu3_channel
drivers/counter/rz-mtu3-cnt.c
124
struct rz_mtu3_channel *const ch,
drivers/counter/rz-mtu3-cnt.c
143
static int rz_mtu3_lock_if_count_is_enabled(struct rz_mtu3_channel *const ch,
drivers/counter/rz-mtu3-cnt.c
160
struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, count->id);
drivers/counter/rz-mtu3-cnt.c
182
struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, count->id);
drivers/counter/rz-mtu3-cnt.c
201
static int rz_mtu3_count_function_read_helper(struct rz_mtu3_channel *const ch,
drivers/counter/rz-mtu3-cnt.c
235
struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, count->id);
drivers/counter/rz-mtu3-cnt.c
253
struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, count->id);
drivers/counter/rz-mtu3-cnt.c
294
struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, count->id);
drivers/counter/rz-mtu3-cnt.c
318
struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, count->id);
drivers/counter/rz-mtu3-cnt.c
349
struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, count->id);
drivers/counter/rz-mtu3-cnt.c
395
struct rz_mtu3_channel *const ch1 = rz_mtu3_get_ch(counter, 0);
drivers/counter/rz-mtu3-cnt.c
396
struct rz_mtu3_channel *const ch2 = rz_mtu3_get_ch(counter, 1);
drivers/counter/rz-mtu3-cnt.c
410
struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, id);
drivers/counter/rz-mtu3-cnt.c
422
struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, id);
drivers/counter/rz-mtu3-cnt.c
423
struct rz_mtu3_channel *const ch1 = rz_mtu3_get_ch(counter, 0);
drivers/counter/rz-mtu3-cnt.c
424
struct rz_mtu3_channel *const ch2 = rz_mtu3_get_ch(counter, 1);
drivers/counter/rz-mtu3-cnt.c
457
struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, id);
drivers/counter/rz-mtu3-cnt.c
458
struct rz_mtu3_channel *const ch1 = rz_mtu3_get_ch(counter, 0);
drivers/counter/rz-mtu3-cnt.c
459
struct rz_mtu3_channel *const ch2 = rz_mtu3_get_ch(counter, 1);
drivers/counter/rz-mtu3-cnt.c
475
struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, count->id);
drivers/counter/rz-mtu3-cnt.c
476
struct rz_mtu3_channel *const ch1 = rz_mtu3_get_ch(counter, 0);
drivers/counter/rz-mtu3-cnt.c
477
struct rz_mtu3_channel *const ch2 = rz_mtu3_get_ch(counter, 1);
drivers/counter/rz-mtu3-cnt.c
635
struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, count->id);
drivers/counter/rz-mtu3-cnt.c
78
struct rz_mtu3_channel *ch;
drivers/counter/rz-mtu3-cnt.c
842
struct rz_mtu3_channel *ch;
drivers/counter/rz-mtu3-cnt.c
97
static inline struct rz_mtu3_channel *rz_mtu3_get_ch(struct counter_device *counter, int id)
drivers/mfd/rz-mtu3.c
105
u32 rz_mtu3_32bit_ch_read(struct rz_mtu3_channel *ch, u16 offset)
drivers/mfd/rz-mtu3.c
120
void rz_mtu3_8bit_ch_write(struct rz_mtu3_channel *ch, u16 offset, u8 val)
drivers/mfd/rz-mtu3.c
131
void rz_mtu3_16bit_ch_write(struct rz_mtu3_channel *ch, u16 offset, u16 val)
drivers/mfd/rz-mtu3.c
146
void rz_mtu3_32bit_ch_write(struct rz_mtu3_channel *ch, u16 offset, u32 val)
drivers/mfd/rz-mtu3.c
160
void rz_mtu3_shared_reg_write(struct rz_mtu3_channel *ch, u16 offset, u16 value)
drivers/mfd/rz-mtu3.c
172
void rz_mtu3_shared_reg_update_bit(struct rz_mtu3_channel *ch, u16 offset,
drivers/mfd/rz-mtu3.c
187
static u16 rz_mtu3_get_tstr_offset(struct rz_mtu3_channel *ch)
drivers/mfd/rz-mtu3.c
215
static u8 rz_mtu3_get_tstr_bit_pos(struct rz_mtu3_channel *ch)
drivers/mfd/rz-mtu3.c
247
static void rz_mtu3_start_stop_ch(struct rz_mtu3_channel *ch, bool start)
drivers/mfd/rz-mtu3.c
268
bool rz_mtu3_is_enabled(struct rz_mtu3_channel *ch)
drivers/mfd/rz-mtu3.c
288
int rz_mtu3_enable(struct rz_mtu3_channel *ch)
drivers/mfd/rz-mtu3.c
297
void rz_mtu3_disable(struct rz_mtu3_channel *ch)
drivers/mfd/rz-mtu3.c
65
u16 rz_mtu3_shared_reg_read(struct rz_mtu3_channel *ch, u16 offset)
drivers/mfd/rz-mtu3.c
77
u8 rz_mtu3_8bit_ch_read(struct rz_mtu3_channel *ch, u16 offset)
drivers/mfd/rz-mtu3.c
89
u16 rz_mtu3_16bit_ch_read(struct rz_mtu3_channel *ch, u16 offset)
drivers/pwm/pwm-rz-mtu3.c
57
struct rz_mtu3_channel *mtu;
include/linux/mfd/rz-mtu3.h
149
struct rz_mtu3_channel channels[RZ_MTU_NUM_CHANNELS];
include/linux/mfd/rz-mtu3.h
154
static inline bool rz_mtu3_request_channel(struct rz_mtu3_channel *ch)
include/linux/mfd/rz-mtu3.h
168
static inline void rz_mtu3_release_channel(struct rz_mtu3_channel *ch)
include/linux/mfd/rz-mtu3.h
175
bool rz_mtu3_is_enabled(struct rz_mtu3_channel *ch);
include/linux/mfd/rz-mtu3.h
176
void rz_mtu3_disable(struct rz_mtu3_channel *ch);
include/linux/mfd/rz-mtu3.h
177
int rz_mtu3_enable(struct rz_mtu3_channel *ch);
include/linux/mfd/rz-mtu3.h
179
u8 rz_mtu3_8bit_ch_read(struct rz_mtu3_channel *ch, u16 off);
include/linux/mfd/rz-mtu3.h
180
u16 rz_mtu3_16bit_ch_read(struct rz_mtu3_channel *ch, u16 off);
include/linux/mfd/rz-mtu3.h
181
u32 rz_mtu3_32bit_ch_read(struct rz_mtu3_channel *ch, u16 off);
include/linux/mfd/rz-mtu3.h
182
u16 rz_mtu3_shared_reg_read(struct rz_mtu3_channel *ch, u16 off);
include/linux/mfd/rz-mtu3.h
184
void rz_mtu3_8bit_ch_write(struct rz_mtu3_channel *ch, u16 off, u8 val);
include/linux/mfd/rz-mtu3.h
185
void rz_mtu3_16bit_ch_write(struct rz_mtu3_channel *ch, u16 off, u16 val);
include/linux/mfd/rz-mtu3.h
186
void rz_mtu3_32bit_ch_write(struct rz_mtu3_channel *ch, u16 off, u32 val);
include/linux/mfd/rz-mtu3.h
187
void rz_mtu3_shared_reg_write(struct rz_mtu3_channel *ch, u16 off, u16 val);
include/linux/mfd/rz-mtu3.h
188
void rz_mtu3_shared_reg_update_bit(struct rz_mtu3_channel *ch, u16 off,