Home
last modified time | relevance | path

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

/drivers/cache/
A Dcache-andes-l2.c42 static u32 status_bit_offset = 0x4; variable
68 #define CCTL_STATUS_MSK(hart) (0xf << ((hart) * (status_bit_offset)))
69 #define CCTL_STATUS_IDLE(hart) (0 << ((hart) * (status_bit_offset)))
70 #define CCTL_STATUS_PROCESS(hart) (1 << ((hart) * (status_bit_offset)))
71 #define CCTL_STATUS_ILLEGAL(hart) (2 << ((hart) * (status_bit_offset)))
155 status_bit_offset = 0x0; in andes_l2_probe()

Completed in 10 milliseconds