Searched refs:upperhex_word (Results 1 – 1 of 1) sorted by relevance
91 def upperhex_word(length): function218 …grammars = { 'usb' : 'v' + upperhex_word(4) + Optional('p' + upperhex_word(4) + Optional(':')) + '…219 … 'pci' : 'v' + upperhex_word(8) + Optional('d' + upperhex_word(8) + Optional(':')) + '*',