Searched refs:get_val (Results 1 – 2 of 2) sorted by relevance
23 #define get_val(addr) REG(addr) macro25 #define set_bit(addr, val) set_val((addr), (get_val(addr) | (val)))26 #define clear_bit(addr, val) set_val((addr), (get_val(addr) & ~(val)))94 while (--wdog && ((get_val(®s->mmcst1) & status) != status))97 if (!(get_val(®s->mmcctl) & MMCCTL_WIDTH_4_BIT))111 while (--wdog && (get_val(®s->mmcst1) & MMCST1_BUSY))130 mmcstatus = get_val(®s->mmcst1);146 mmcstatus = get_val(®s->mmcst0);150 get_val(®s->mmcst1));175 mmcstatus = get_val(®s->mmcst0);[all …]
266 def get_val(self): member in ProcINotify288 value = property(get_val, set_val)291 return '<%s=%d>' % (self._attr, self.get_val())