Lines Matching refs:strval
377 def parse_num(self, strval): argument
378 if strval == '':
380 return self.parse_int(strval)
382 def parse_bit_count(self, strval): argument
383 if strval == 'MAX_BLK_LEN':
384 self.define = strval
387 return self.parse_num(strval)
395 def parse_block(self, strval): argument
396 if strval == '':
399 if strval not in ['EFUSE_BLK0', 'EFUSE_BLK1', 'EFUSE_BLK2', 'EFUSE_BLK3']:
402 if strval not in ['EFUSE_BLK0', 'EFUSE_BLK1', 'EFUSE_BLK2', 'EFUSE_BLK3', 'EFUSE_BLK4',
407 return strval