Searched refs:conf_write (Results 1 - 12 of 12) sorted by relevance

/linux-master/scripts/kconfig/
H A Dlkc_proto.h12 int conf_write(const char *name);
H A Dmconf.c771 if (!conf_write(dialog_input_result)) {
926 if (conf_write(filename)) {
H A Dnconf.c673 res = conf_write(filename);
1477 res = conf_write(dialog_input_result);
H A Dconf.c901 if (!no_conf_write && conf_write(NULL)) {
H A Dgconf.c521 if (conf_write(NULL))
535 if (conf_write(fn))
H A Dqconf.cc1560 if (conf_write(configname)) {
1582 if (conf_write(name)) {
H A Dconfdata.c854 int conf_write(const char *name) function
/linux-master/arch/alpha/kernel/
H A Dcore_apecs.c209 conf_write(unsigned long addr, unsigned int value, unsigned char type1) function
256 printk("apecs.c:conf_write: got stat0=%x\n", stat0);
306 conf_write(addr, value << ((where & 3) * 8), type1);
H A Dcore_lca.c168 conf_write(unsigned long addr, unsigned int value) function
188 printk("lca.c:conf_write: got stat0=%lx\n", stat0);
231 conf_write(addr, value << ((where & 3) * 8));
H A Dcore_t2.c175 * NOTE: both conf_read() and conf_write() may set HAE_3 when needing
235 conf_write(unsigned long addr, unsigned int value, unsigned char type1) function
315 conf_write(addr, value << ((where & 3) * 8), type1);
H A Dcore_mcpcia.c135 conf_write(unsigned long addr, unsigned int value, unsigned char type1, function
150 DBG_CFG(("conf_write: MCPCIA CAP_ERR(%d) was 0x%x\n", mid, stat0));
165 DBG_CFG(("conf_write(): finished\n"));
235 conf_write(addr, value, type1, hose);
H A Dcore_cia.c161 conf_write(unsigned long addr, unsigned int value, unsigned char type1) function
166 DBGC(("conf_write(addr=0x%lx, type1=%d) ", addr, type1));
240 conf_write(addr, value << ((where & 3) * 8), type1);

Completed in 188 milliseconds