/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | core_apecs.c | 209 conf_write(unsigned long addr, unsigned int value, unsigned char type1) in conf_write() function 256 printk("apecs.c:conf_write: got stat0=%x\n", stat0); in conf_write() 306 conf_write(addr, value << ((where & 3) * 8), type1); in apecs_write_config()
|
H A D | core_lca.c | 168 conf_write(unsigned long addr, unsigned int value) in conf_write() function 188 printk("lca.c:conf_write: got stat0=%lx\n", stat0); in conf_write() 231 conf_write(addr, value << ((where & 3) * 8)); in lca_write_config()
|
H A D | core_mcpcia.c | 135 conf_write(unsigned long addr, unsigned int value, unsigned char type1, in conf_write() function 150 DBG_CFG(("conf_write: MCPCIA CAP_ERR(%d) was 0x%x\n", mid, stat0)); in conf_write() 165 DBG_CFG(("conf_write(): finished\n")); in conf_write() 235 conf_write(addr, value, type1, hose); in mcpcia_write_config()
|
H A D | core_t2.c | 175 * 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) in conf_write() function 315 conf_write(addr, value << ((where & 3) * 8), type1); in t2_write_config()
|
H A D | core_cia.c | 161 conf_write(unsigned long addr, unsigned int value, unsigned char type1) in conf_write() function 166 DBGC(("conf_write(addr=0x%lx, type1=%d) ", addr, type1)); in conf_write() 240 conf_write(addr, value << ((where & 3) * 8), type1); in cia_write_config()
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | core_apecs.c | 209 conf_write(unsigned long addr, unsigned int value, unsigned char type1) in conf_write() function 256 printk("apecs.c:conf_write: got stat0=%x\n", stat0); in conf_write() 306 conf_write(addr, value << ((where & 3) * 8), type1); in apecs_write_config()
|
H A D | core_lca.c | 168 conf_write(unsigned long addr, unsigned int value) in conf_write() function 188 printk("lca.c:conf_write: got stat0=%lx\n", stat0); in conf_write() 231 conf_write(addr, value << ((where & 3) * 8)); in lca_write_config()
|
H A D | core_mcpcia.c | 135 conf_write(unsigned long addr, unsigned int value, unsigned char type1, in conf_write() function 150 DBG_CFG(("conf_write: MCPCIA CAP_ERR(%d) was 0x%x\n", mid, stat0)); in conf_write() 165 DBG_CFG(("conf_write(): finished\n")); in conf_write() 235 conf_write(addr, value, type1, hose); in mcpcia_write_config()
|
H A D | core_t2.c | 175 * 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) in conf_write() function 315 conf_write(addr, value << ((where & 3) * 8), type1); in t2_write_config()
|
H A D | core_cia.c | 161 conf_write(unsigned long addr, unsigned int value, unsigned char type1) in conf_write() function 166 DBGC(("conf_write(addr=0x%lx, type1=%d) ", addr, type1)); in conf_write() 240 conf_write(addr, value << ((where & 3) * 8), type1); in cia_write_config()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | lkc_proto.h | 9 int conf_write(const char *name);
|
H A D | mconf.c | 936 if (!conf_write(dialog_input_result)) { in conf_save() 970 if (conf_write(filename)) { in handle_exit()
|
H A D | nconf.c | 669 res = conf_write(filename); in do_exit() 1436 res = conf_write(dialog_input_result); in conf_save()
|
H A D | conf.c | 706 if (!no_conf_write && conf_write(NULL)) { in main()
|
H A D | gconf.c | 525 if (conf_write(NULL)) in on_save_activate() 539 if (conf_write(fn)) in store_filename()
|
H A D | confdata.c | 824 int conf_write(const char *name) in conf_write() function
|
H A D | qconf.cc | 1537 if (conf_write(configname)) { in saveConfig() 1559 if (conf_write(name)) { in saveConfigAs()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | lkc_proto.h | 9 int conf_write(const char *name);
|
H A D | mconf.c | 822 if (!conf_write(dialog_input_result)) { in conf_save() 977 if (conf_write(filename)) { in handle_exit()
|
H A D | nconf.c | 672 res = conf_write(filename); in do_exit() 1527 res = conf_write(dialog_input_result); in conf_save()
|
H A D | gconf.c | 521 if (conf_write(NULL)) in on_save_activate() 535 if (conf_write(fn)) in store_filename()
|
H A D | conf.c | 900 if (!no_conf_write && conf_write(NULL)) { in main()
|
H A D | confdata.c | 911 int conf_write(const char *name) in conf_write() function
|
H A D | qconf.cc | 1560 if (conf_write(configname)) { in saveConfig() 1582 if (conf_write(name)) { in saveConfigAs()
|