Searched refs:DEF_RST_MON (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/clk/renesas/ |
H A D | r9a09g011-cpg.c | 216 DEF_RST_MON(R9A09G011_SDI0_IXRST, 0x608, 0, 6), 217 DEF_RST_MON(R9A09G011_SDI1_IXRST, 0x608, 1, 7), 218 DEF_RST_MON(R9A09G011_EMM_IXRST, 0x608, 2, 8), 223 DEF_RST_MON(R9A09G011_ETH0_RST_HW_N, 0x608, 11, 11), 224 DEF_RST_MON(R9A09G011_SYC_RST_N, 0x610, 9, 13), 227 DEF_RST_MON(R9A09G011_PWM_GPF_PRESETN, 0x614, 5, 23), 228 DEF_RST_MON(R9A09G011_CSI_GPG_PRESETN, 0x614, 6, 22), 229 DEF_RST_MON(R9A09G011_CSI_GPH_PRESETN, 0x614, 7, 23), 232 DEF_RST_MON(R9A09G011_WDT0_PRESETN, 0x614, 12, 19),
|
H A D | rzg2l-cpg.h | 240 #define DEF_RST_MON(_id, _off, _bit, _monbit) \ macro 247 DEF_RST_MON(_id, _off, _bit, -1)
|