Searched refs:conf_write (Results 1 – 5 of 5) sorted by relevance
/arch/alpha/kernel/ |
D | core_apecs.c | 208 conf_write(unsigned long addr, unsigned int value, unsigned char type1) in conf_write() function 305 conf_write(addr, value << ((where & 3) * 8), type1); in apecs_write_config()
|
D | core_lca.c | 167 conf_write(unsigned long addr, unsigned int value) in conf_write() function 230 conf_write(addr, value << ((where & 3) * 8)); in lca_write_config()
|
D | core_t2.c | 234 conf_write(unsigned long addr, unsigned int value, unsigned char type1) in conf_write() function 314 conf_write(addr, value << ((where & 3) * 8), type1); in t2_write_config()
|
D | core_mcpcia.c | 134 conf_write(unsigned long addr, unsigned int value, unsigned char type1, in conf_write() function 234 conf_write(addr, value, type1, hose); in mcpcia_write_config()
|
D | core_cia.c | 160 conf_write(unsigned long addr, unsigned int value, unsigned char type1) in conf_write() function 239 conf_write(addr, value << ((where & 3) * 8), type1); in cia_write_config()
|