Searched refs:hdq_data (Results 1 – 1 of 1) sorted by relevance
60 struct hdq_data { struct82 static inline u8 hdq_reg_in(struct hdq_data *hdq_data, u32 offset) in hdq_reg_in() argument84 return __raw_readl(hdq_data->hdq_base + offset); in hdq_reg_in()87 static inline void hdq_reg_out(struct hdq_data *hdq_data, u32 offset, u8 val) in hdq_reg_out() argument89 __raw_writel(val, hdq_data->hdq_base + offset); in hdq_reg_out()92 static inline u8 hdq_reg_merge(struct hdq_data *hdq_data, u32 offset, in hdq_reg_merge() argument95 u8 new_val = (__raw_readl(hdq_data->hdq_base + offset) & ~mask) in hdq_reg_merge()97 __raw_writel(new_val, hdq_data->hdq_base + offset); in hdq_reg_merge()102 static void hdq_disable_interrupt(struct hdq_data *hdq_data, u32 offset, in hdq_disable_interrupt() argument107 ie = readl(hdq_data->hdq_base + offset); in hdq_disable_interrupt()[all …]