Searched refs:memcfg (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl4/
H A Dopl4_lib.c63 u8 memcfg; local
67 memcfg = snd_opl4_read(opl4, OPL4_REG_MEMORY_CONFIGURATION);
68 snd_opl4_write(opl4, OPL4_REG_MEMORY_CONFIGURATION, memcfg | OPL4_MODE_BIT);
79 snd_opl4_write(opl4, OPL4_REG_MEMORY_CONFIGURATION, memcfg);
89 u8 memcfg; local
93 memcfg = snd_opl4_read(opl4, OPL4_REG_MEMORY_CONFIGURATION);
94 snd_opl4_write(opl4, OPL4_REG_MEMORY_CONFIGURATION, memcfg | OPL4_MODE_BIT);
105 snd_opl4_write(opl4, OPL4_REG_MEMORY_CONFIGURATION, memcfg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dscc.c1705 struct scc_mem_config memcfg; local
1902 if (!arg || copy_from_user(&memcfg, arg, sizeof(memcfg)))
1904 scc->stat.bufsize = memcfg.bufsize;

Completed in 68 milliseconds