Home
last modified time | relevance | path

Searched defs:hart (Results 1 – 1 of 1) sorted by relevance

/drivers/cache/
A Dcache-andes-l2.c63 #define CCTL_CMD_REG(base, hart) ((ulong)(base) + 0x40 + (hart) * (cmd_stride)) argument
67 #define CCTL_STATUS_REG(base, hart) ((ulong)(base) + 0x80 + (hart) * (status_stride)) argument
68 #define CCTL_STATUS_MSK(hart) (0xf << ((hart) * (status_bit_offset))) argument
69 #define CCTL_STATUS_IDLE(hart) (0 << ((hart) * (status_bit_offset))) argument
70 #define CCTL_STATUS_PROCESS(hart) (1 << ((hart) * (status_bit_offset))) argument
71 #define CCTL_STATUS_ILLEGAL(hart) (2 << ((hart) * (status_bit_offset))) argument
98 u8 hart = gd->arch.boot_hart; in andes_l2_disable() local

Completed in 4 milliseconds