Home
last modified time | relevance | path

Searched defs:IIC_DVFS_FUNC (Results 1 – 1 of 1) sorted by relevance

/arm-trusted-firmware/drivers/renesas/common/iic_dvfs/
H A Diic_dvfs.c81 #define IIC_DVFS_FUNC(__name, ...) \ macro
90 #define IIC_DVFS_FUNC(__name, ...) \ macro
97 IIC_DVFS_FUNC(check_error, enum dvfs_state_t *state, uint32_t *err, uint8_t mode) in IIC_DVFS_FUNC() function
188 IIC_DVFS_FUNC(start, enum dvfs_state_t *state) in IIC_DVFS_FUNC() function
239 IIC_DVFS_FUNC(set_slave, enum dvfs_state_t *state, uint32_t *err, uint8_t slave) in IIC_DVFS_FUNC() function
266 IIC_DVFS_FUNC(write_addr, enum dvfs_state_t *state, uint32_t *err, uint8_t reg_addr) in IIC_DVFS_FUNC() function
291 IIC_DVFS_FUNC(write_data, enum dvfs_state_t *state, uint32_t *err, in IIC_DVFS_FUNC() function
317 IIC_DVFS_FUNC(stop, enum dvfs_state_t *state, uint32_t *err) in IIC_DVFS_FUNC() function
342 IIC_DVFS_FUNC(done, void) in IIC_DVFS_FUNC() function
360 IIC_DVFS_FUNC(write_reg_addr_rea function
386 IIC_DVFS_FUNC(retransmit, enum dvfs_state_t *state, uint32_t *err) IIC_DVFS_FUNC() function
414 IIC_DVFS_FUNC(set_slave_read, enum dvfs_state_t *state, uint32_t *err, IIC_DVFS_FUNC() function
442 IIC_DVFS_FUNC(change_send_to_receive, enum dvfs_state_t *state, uint32_t *err) IIC_DVFS_FUNC() function
467 IIC_DVFS_FUNC(stop_read, enum dvfs_state_t *state, uint32_t *err) IIC_DVFS_FUNC() function
495 IIC_DVFS_FUNC(read, enum dvfs_state_t *state, uint8_t *reg_data) IIC_DVFS_FUNC() function
[all...]