Lines Matching refs:p_reg
148 void *reg = dev_config->spim.p_reg; in finalize_spi_transaction()
281 nrfy_gpio_pin_write(nrfy_spim_sck_pin_get(dev_config->spim.p_reg), in configure()
322 NRF_SPIM_Type *spim = dev_config->spim.p_reg; in anomaly_58_workaround_setup()
325 uint32_t eep = (uint32_t)&gpiote.p_reg->EVENTS_IN[gpiote_ch]; in anomaly_58_workaround_setup()
331 nrf_gpiote_event_configure(gpiote.p_reg, gpiote_ch, spim->PSEL.SCK, in anomaly_58_workaround_setup()
333 nrf_gpiote_event_enable(gpiote.p_reg, gpiote_ch); in anomaly_58_workaround_setup()
352 nrf_gpiote_task_disable(gpiote.p_reg, gpiote_ch); in anomaly_58_workaround_clear()
420 !nrf_dma_accessible_check(&dev_config->spim.p_reg, tx_buf)) { in transfer_next_chunk()
436 !nrf_dma_accessible_check(&dev_config->spim.p_reg, rx_buf)) { in transfer_next_chunk()
530 void *reg = dev_config->spim.p_reg; in transceive()
810 .p_reg = (NRF_SPIM_Type *)DT_REG_ADDR(SPIM(idx)), \