Home
last modified time | relevance | path

Searched refs:patch_key (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-mrw-tools/
H A Dpatchxml.py145 patch_key = node.get("key", None) variable
204 if patch_key is None:
212 key_element = child.find(patch_key)
215 if (grandchild.tag == patch_key) and (
/openbmc/u-boot/drivers/usb/eth/
H A Dr8152_fw.c760 static int r8153_pre_ram_code(struct r8152 *tp, u16 patch_key) in r8153_pre_ram_code() argument
774 sram_write(tp, 0x8146, patch_key); in r8153_pre_ram_code()