Home
last modified time | relevance | path

Searched refs:pat (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/cmd/ddr_tool/stressapptest/
H A Dstressapptest.c58 static struct pat walking_1 = {
72 static struct pat walking_1_x16 = {
91 static struct pat walking_1_x16_repeat = {
134 static struct pat walking_inv_1 = {
152 static struct pat walking_inv_1_x16 = {
178 static struct pat walking_inv_1_x16_repeat = {
204 static struct pat walking_0 = {
213 static struct pat one_zero = {
222 static struct pat one_zero_x16 = {
231 static struct pat just_0 = {
[all …]
H A Dstressapptest.h37 struct pat { struct
53 struct pat *pat; argument
/rk3399_rockchip-uboot/test/py/
H A Du_boot_console_base.py111 self.disable_check_count = {pat[PAT_ID]: 0 for pat in bad_pattern_defs}
118 self.bad_patterns = [pat[PAT_RE] for pat in bad_pattern_defs \
119 if self.disable_check_count[pat[PAT_ID]] == 0]
120 self.bad_pattern_ids = [pat[PAT_ID] for pat in bad_pattern_defs \
121 if self.disable_check_count[pat[PAT_ID]] == 0]
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dphysmem.c49 uint64_t pat:1; /* page-attribute table */ member
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dr8a66597.h460 u16 val, u16 pat, unsigned long offset) in r8a66597_mdfy() argument
465 tmp = tmp & (~pat); in r8a66597_mdfy()
/rk3399_rockchip-uboot/lib/
H A Dhashtable.c531 static int match_string(int flag, const char *str, const char *pat, void *priv) in match_string() argument
535 if (strcmp(str, pat) == 0) in match_string()
539 if (strstr(str, pat)) in match_string()
/rk3399_rockchip-uboot/tools/
H A Dmoveconfig.py719 for pat in patterns:
720 if pat.search(line):