Searched refs:w1 (Results 1 – 3 of 3) sorted by relevance
/lk-master/arch/arm64/include/arch/arm64/ |
A D | cache_loop.h | 26 lsr w1, w0, w2 // extract 3 bit cache type for this level 27 and w1, w1, #0x7 28 cmp w1, #2 33 and w2, w1, #7 // w2 = log2(line len) - 4 35 ubfx w4, w1, #3, #10 // w4 = max way number, right aligned 41 ubfx w7, w1, #13, #15 // w7 = max set number, right aligned
|
/lk-master/platform/lpc43xx/ |
A D | udc-common.h | 52 uint32_t w1; member
|
A D | udc.c | 344 s.w1 = usb->qh[0].setup1; in handle_setup()
|
Completed in 4 milliseconds