Home
last modified time | relevance | path

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

/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/driver/source/
Dm2m_ate_mode.c198 u32Val = nm_read_reg(rNMI_GLB_RESET); in m2m_ate_set_fw_state()
207 u32Val = nm_read_reg(rNMI_BOOT_RESET_MUX); in m2m_ate_set_fw_state()
225 u32Val = nm_read_reg(rNMI_GLB_RESET); in m2m_ate_set_fw_state()
612 …if (nm_read_reg(rBurstTx_NMI_MAC_FILTER_ENABLE_DA) || nm_read_reg(rBurstTx_NMI_MAC_FILTER_ENABLE_S… in m2m_ate_read_rx_status()
614 …strM2mAteRxStatus->num_rx_pkts = nm_read_reg(rBurstTx_NMI_RX_PKT_CNT_SUCCESS) + nm_read_reg(rB… in m2m_ate_read_rx_status()
615 strM2mAteRxStatus->num_good_pkts = nm_read_reg(rBurstTx_NMI_RX_PKT_CNT_SUCCESS); in m2m_ate_read_rx_status()
616 strM2mAteRxStatus->num_err_pkts = nm_read_reg(rBurstTx_NMI_RX_PKT_CNT_FAIL); in m2m_ate_read_rx_status()
620 strM2mAteRxStatus->num_rx_pkts = nm_read_reg(rBurstRx_NMI_RX_ALL_PKTS_CONT) + nm_read_reg(0x989c); in m2m_ate_read_rx_status()
621 strM2mAteRxStatus->num_err_pkts = nm_read_reg(rBurstRx_NMI_RX_ERR_PKTS_CONT); in m2m_ate_read_rx_status()
645 val32 = nm_read_reg(0x160cd0); in m2m_ate_set_dig_gain()
[all …]
Dnmasic.c259 pll = nm_read_reg(0x1428); in nmi_update_pll()
271 val32 = nm_read_reg(0x141c); in nmi_set_sys_clk_src_to_xo()
413 reg = nm_read_reg(0x1014); /* wait for efuse loading done */ in wait_for_bootrom()
419 reg = nm_read_reg(M2M_WAIT_FOR_HOST_REG); in wait_for_bootrom()
429 reg = nm_read_reg(BOOTROM_REG); in wait_for_bootrom()
490 …M2M_DBG("%x %x %x\n",(unsigned int)nm_read_reg(0x108c),(unsigned int)nm_read_reg(0x108c),(unsigned… in wait_for_firmware_start()
491 reg = nm_read_reg(regAddress); in wait_for_firmware_start()
Dm2m_crypto.c296 u32RegVal = nm_read_reg(SHA256_DONE_INTR_STS); in m2m_crypto_sha256_hash_update()
380 u32RegVal = nm_read_reg(SHA256_DONE_INTR_STS); in m2m_crypto_sha256_hash_finish()
448 u32Reg = nm_read_reg(BIGINT_MISC_CTRL); in BigInt_ModExp()
450 u32Reg = nm_read_reg(BIGINT_MISC_CTRL); in BigInt_ModExp()
496 u32Reg = nm_read_reg(BIGINT_MISC_CTRL); in BigInt_ModExp()
508 u32Reg = nm_read_reg(BIGINT_IRQ_STS); in BigInt_ModExp()
Dnmbus.h90 uint32 nm_read_reg(uint32 u32Addr);
Dnmbus.c127 uint32 nm_read_reg(uint32 u32Addr) in nm_read_reg() function
/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/spi_flash/source/
Dspi_flash.c115 reg = (M2M_SUCCESS == ret)?(nm_read_reg(DUMMY_REGISTER)):(0); in spi_flash_read_status_reg()
148 reg = (M2M_SUCCESS == ret)?(nm_read_reg(DUMMY_REGISTER)):(0); in spi_flash_read_security_reg()
479 reg = (M2M_SUCCESS == ret)?(nm_read_reg(DUMMY_REGISTER)):(0); in spi_flash_rdid()
514 while(nm_read_reg(SPI_FLASH_TR_DONE) != 1); in spi_flash_enter_low_power_mode()
529 while(nm_read_reg(SPI_FLASH_TR_DONE) != 1); in spi_flash_leave_low_power_mode()