Lines Matching full:0
54 static uint32_t AAR_INTEN = 0; //interrupt enable
59 memset(&NRF_AAR_regs, 0, sizeof(NRF_AAR_regs)); in nhw_aar_init()
60 AAR_INTEN = 0; in nhw_aar_init()
91 if (NRF_AAR_regs.ENABLE != 0x3) { in NHW_SIGNAL_EVENT_si()
110 nhw_AAR_signal_EVENTS_END(0); in nhw_AAR_TASK_STOP()
135 nhw_AAR_signal_EVENTS_RESOLVED(0); in NHW_SIDEEFFECTS_EVENTS()
137 nhw_AAR_signal_EVENTS_NOTRESOLVED(0); in NHW_SIDEEFFECTS_EVENTS()
139 nhw_AAR_signal_EVENTS_END(0); in NHW_SIDEEFFECTS_EVENTS()
145 uint32_t value = ptr[0] | (ptr[1] << 8) | (ptr[2] << 16); in read_3_bytes_value()
174 address_ptr[2], address_ptr[1], address_ptr[0]); in nhw_aar_resolve()
177 if (prand >> 22 != 0x01){ in nhw_aar_resolve()
179 bs_trace_raw_time(7,"HW AAR the address is not resolvable (0x%06X , %x)\n", prand, prand >> 22); in nhw_aar_resolve()
183 memset(prand_buf,0,16); in nhw_aar_resolve()
186 prand_buf[15] = prand & 0xFF; in nhw_aar_resolve()
187 prand_buf[14] = (prand >> 8) & 0xFF; in nhw_aar_resolve()
188 prand_buf[13] = (prand >> 16) & 0xFF; in nhw_aar_resolve()
192 for (i = 0 ; i < NRF_AAR_regs.NIRK; i++){ in nhw_aar_resolve()
205 …bs_trace_raw_time(9,"HW AAR (%i): checking prand = 0x%06X, hash = 0x%06X, hashcheck = 0x%06X\n",i,… in nhw_aar_resolve()