Searched refs:rram_start_addr (Results 1 – 1 of 1) sorted by relevance
87 uint rram_start_addr; member104 uint rram_start_addr[NHW_RRAMC_UICR_TOTAL_INST] = NHW_RRAM_START_ADDR; in nhw_RRAMC_uicr_init() local124 this->rram_start_addr = rram_start_addr[inst]; in nhw_RRAMC_uicr_init()197 if ((address >= hw_rramc_st[i].rram_start_addr) \ in nhw_RRAMC_address_location()198 && (address < hw_rramc_st[i].rram_start_addr + hw_rramc_st[i].rram_size)) { in nhw_RRAMC_address_location()200 *offset = address - hw_rramc_st[i].rram_start_addr; in nhw_RRAMC_address_location()