Home
last modified time | relevance | path

Searched refs:patch_key (Results 1 – 5 of 5) 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/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_hashmap_lookup.c29 static inline void patch_key(u32 i) in patch_key() function
41 patch_key(index); in lookup_callback()
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_bpf_hashmap_lookup.c141 static inline void patch_key(u32 i, u32 *key) in patch_key() function
189 patch_key(i, ctx.skel->bss->key); in setup()
/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()
/openbmc/linux/drivers/net/usb/
H A Dr8152.c4180 static void rtl_patch_key_set(struct r8152 *tp, u16 key_addr, u16 patch_key) in rtl_patch_key_set() argument
4182 if (patch_key && key_addr) { in rtl_patch_key_set()
4183 sram_write(tp, key_addr, patch_key); in rtl_patch_key_set()
4201 rtl_pre_ram_code(struct r8152 *tp, u16 key_addr, u16 patch_key, bool wait) in rtl_pre_ram_code() argument
4206 rtl_patch_key_set(tp, key_addr, patch_key); in rtl_pre_ram_code()