Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / include / linux / soc / renesas / rcar-sysc.h
blob8a6086d2e9c37585991ab2a9de249a5d71151ec9
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __LINUX_SOC_RENESAS_RCAR_SYSC_H__
3 #define __LINUX_SOC_RENESAS_RCAR_SYSC_H__
5 #include <linux/types.h>
7 struct rcar_sysc_ch {
8 u16 chan_offs;
9 u8 chan_bit;
10 u8 isr_bit;
13 int rcar_sysc_power_down(const struct rcar_sysc_ch *sysc_ch);
14 int rcar_sysc_power_up(const struct rcar_sysc_ch *sysc_ch);
15 void rcar_sysc_init(phys_addr_t base, u32 syscier);
17 #endif /* __LINUX_SOC_RENESAS_RCAR_SYSC_H__ */