Searched defs:conf (Results 1 - 8 of 8) sorted by relevance

/arch/mips/txx9/generic/
H A Dsetup_tx3927.c34 unsigned int conf; local
97 conf = read_c0_conf();
98 if (conf & TX39_CONF_DCE) {
99 if (!(conf & TX39_CONF_WBON))
101 else if (!(conf & TX39_CONF_CWFON))
H A Dsetup.c201 unsigned int conf = read_c0_config(); local
202 unsigned int dc_size = 1 << (12 + ((conf & CONF_DC) >> 6));
218 unsigned int conf; local
220 conf = read_c0_config();
223 conf |= TX49_CONF_IC;
224 write_c0_config(conf);
228 conf |= TX49_CONF_DC;
229 write_c0_config(conf);
233 conf = read_c0_config();
235 conf
249 unsigned int conf = read_c0_config(); local
265 unsigned int conf; local
[all...]
/arch/mips/txx9/jmr3927/
H A Dsetup.c76 unsigned int conf; local
85 conf = read_c0_conf();
86 conf &= ~(TX39_CONF_WBON | TX39_CONF_CWFON);
87 conf |= mips_config_wbon ? TX39_CONF_WBON : 0;
88 conf |= mips_config_cwfon ? TX39_CONF_CWFON : 0;
90 write_c0_conf(conf);
/arch/um/drivers/
H A Dssl.c68 static char *conf[NR_PORTS]; variable
170 char *s = conf[i];
194 line_setup(conf, NR_PORTS, &def_conf, str, "serial line");
H A Dline.c432 int line_setup(char **conf, unsigned int num, char **def, argument
455 conf[n] = end + 1;
/arch/arm/mach-orion5x/
H A Dpci.c269 u32 conf = readl(PCI_P2P_CONF); local
270 return((conf & PCI_P2P_BUS_MASK) >> PCI_P2P_BUS_OFFS);
/arch/blackfin/kernel/
H A Dbfin_dma.c408 static void __dma_memcpy(u32 daddr, s16 dmod, u32 saddr, s16 smod, size_t cnt, u32 conf) argument
426 if (conf & DMA2D) {
454 bfin_write_MDMA_S_CONFIG(DMAEN | conf);
455 if (conf & DMA2D)
456 bfin_write_MDMA_D_CONFIG(WNR | DI_EN_Y | DMAEN | conf);
458 bfin_write_MDMA_D_CONFIG(WNR | DI_EN_X | DMAEN | conf);
484 u32 conf, shift; local
493 conf = WDSIZE_32;
496 conf = WDSIZE_16;
499 conf
[all...]
/arch/ia64/include/asm/
H A Dpal.h907 ia64_pal_cache_config_info (u64 cache_level, u64 cache_type, pal_cache_config_info_t *conf) argument
914 conf->pcci_status = iprv.status;
915 conf->pcci_info_1.pcci1_data = iprv.v0;
916 conf->pcci_info_2.pcci2_data = iprv.v1;
917 conf->pcci_reserved = iprv.v2;

Completed in 229 milliseconds