Home
last modified time | relevance | path

Searched refs:def_regs (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/tuners/
H A Dtda18218.c286 static u8 def_regs[] = { in tda18218_attach() local
310 if (ret || val != def_regs[R00_ID]) { in tda18218_attach()
321 memcpy(priv->regs, def_regs, sizeof(def_regs)); in tda18218_attach()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddf.h556 struct df_reg_info **def_regs; /* Def reg info. */ variable
728 #define DF_REG_DEF_GET(REG) (df->def_regs[(REG)])
729 #define DF_REG_DEF_CHAIN(REG) (df->def_regs[(REG)]->reg_chain)
730 #define DF_REG_DEF_COUNT(REG) (df->def_regs[(REG)]->n_refs)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddf.h556 struct df_reg_info **def_regs; /* Def reg info. */ variable
728 #define DF_REG_DEF_GET(REG) (df->def_regs[(REG)])
729 #define DF_REG_DEF_CHAIN(REG) (df->def_regs[(REG)]->reg_chain)
730 #define DF_REG_DEF_COUNT(REG) (df->def_regs[(REG)]->n_refs)
/OK3568_Linux_fs/kernel/sound/pci/ac97/
H A Dac97_patch.c1220 static const unsigned short def_regs[4] = { in patch_sigmatel_stac9758() local
1232 const unsigned short *pregs = def_regs; in patch_sigmatel_stac9758()