Home
last modified time | relevance | path

Searched refs:TXUCT_ID (Results 1 – 4 of 4) sorted by relevance

/arch/metag/kernel/
Dcore_reg.c46 if (unit == TXUCT_ID) { in core_reg_write()
89 if (unit == TXUCT_ID) { in core_reg_read()
Dsmp.c88 core_reg_write(TXUCT_ID, TXSTATUS_REGNUM, thread, TXSTATUS_PSTAT_BIT); in boot_secondary()
91 val = core_reg_read(TXUCT_ID, TXPRIVEXT_REGNUM, thread); in boot_secondary()
92 core_reg_write(TXUCT_ID, TXPRIVEXT_REGNUM, thread, val & ~0x80); in boot_secondary()
98 val = core_reg_read(TXUCT_ID, TXENABLE_REGNUM, thread); in boot_secondary()
99 core_reg_write(TXUCT_ID, TXENABLE_REGNUM, thread, val | 0x1); in boot_secondary()
641 if (core_reg_read(TXUCT_ID, TXENABLE_REGNUM, i)) in get_core_count()
Dsetup.c482 txenable = core_reg_read(TXUCT_ID, TXENABLE_REGNUM, in show_cpuinfo()
/arch/metag/include/asm/
Dmetag_regs.h20 #define TXUCT_ID 0x0 /* Control unit regs */ macro