Searched refs:PIT_BASE (Results 1 – 1 of 1) sorted by relevance
34 #define PIT_BASE (((const struct atcpit100_config *)(dev)->config)->base) macro35 #define PIT_INTE(dev) (PIT_BASE + REG_INTE)36 #define PIT_ISTA(dev) (PIT_BASE + REG_ISTA)37 #define PIT_CHEN(dev) (PIT_BASE + REG_CHEN)38 #define PIT_CH_CTRL(dev, ch) (PIT_BASE + REG_CTRL0 + (ch << 4))39 #define PIT_CH_RELD(dev, ch) (PIT_BASE + REG_RELD0 + (ch << 4))40 #define PIT_CH_CNTR(dev, ch) (PIT_BASE + REG_CNTR0 + (ch << 4))