Home
last modified time | relevance | path

Searched refs:conf_read (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/arch/alpha/kernel/
H A Dcore_apecs.c127 conf_read(unsigned long addr, unsigned char type1) in conf_read() function
289 *value = conf_read(addr, type1) >> (shift); in apecs_read_config()
H A Dcore_lca.c130 conf_read(unsigned long addr) in conf_read() function
215 *value = conf_read(addr) >> (shift); in lca_read_config()
H A Dcore_t2.c181 conf_read(unsigned long addr, unsigned char type1) in conf_read() function
298 *value = conf_read(addr, type1) >> (shift); in t2_read_config()
H A Dcore_mcpcia.c87 conf_read(unsigned long addr, unsigned char type1, in conf_read() function
207 w = conf_read(addr, type1, hose); in mcpcia_read_config()
H A Dcore_cia.c106 conf_read(unsigned long addr, unsigned char type1) in conf_read() function
223 *value = conf_read(addr, type1) >> (shift); in cia_read_config()
/openbmc/linux/scripts/kconfig/
H A Dlkc_proto.h6 int conf_read(const char *name);
H A Dmconf.c795 if (!conf_read(dialog_input_result)) { in conf_load()
1025 conf_read(NULL); in main()
H A Dconf.c772 if (conf_read(defconfig_file)) { in main()
791 conf_read(NULL); in main()
H A Dnconf.c1496 if (!conf_read(dialog_input_result)) { in conf_load()
1576 conf_read(NULL); in main()
H A Dgconf.c493 if (conf_read(fn)) in load_filename()
1488 conf_read(NULL); in main()
H A Dqconf.cc1549 if (conf_read(name)) in loadConfig()
1907 conf_read(NULL); in main()
H A Dconfdata.c525 int conf_read(const char *name) in conf_read() function
/openbmc/u-boot/scripts/kconfig/
H A Dlkc_proto.h6 int conf_read(const char *name);
H A Dconf.c586 if (conf_read(defconfig_file)) { in main()
601 conf_read(NULL); in main()
H A Dmconf.c913 if (!conf_read(dialog_input_result)) { in conf_load()
1025 conf_read(NULL); in main()
H A Dnconf.c1408 if (!conf_read(dialog_input_result)) { in conf_load()
1493 conf_read(NULL); in main()
H A Dgconf.c498 if (conf_read(fn)) in load_filename()
1491 conf_read(NULL); in main()
H A Dqconf.cc1536 if (conf_read(QFile::encodeName(s))) in loadConfig()
1860 conf_read(NULL); in main()
H A Dconfdata.c404 int conf_read(const char *name) in conf_read() function
/openbmc/linux/drivers/net/wireless/ti/wl18xx/
H A Ddebugfs.c178 static ssize_t conf_read(struct file *file, char __user *user_buf, in conf_read() function
215 .read = conf_read,