Lines Matching refs:readl
80 regval = readl(l2_base + SIFIVE_L2_CONFIG); in l2_config_read()
90 regval = readl(l2_base + SIFIVE_L2_WAYENABLE); in l2_config_read()
115 return readl(l2_base + SIFIVE_L2_WAYENABLE) & 0xFF; in l2_largest_wayenabled()
150 add_h = readl(l2_base + SIFIVE_L2_DIRECCFIX_HIGH); in l2_int_handler()
151 add_l = readl(l2_base + SIFIVE_L2_DIRECCFIX_LOW); in l2_int_handler()
154 readl(l2_base + SIFIVE_L2_DIRECCFIX_COUNT); in l2_int_handler()
159 add_h = readl(l2_base + SIFIVE_L2_DATECCFIX_HIGH); in l2_int_handler()
160 add_l = readl(l2_base + SIFIVE_L2_DATECCFIX_LOW); in l2_int_handler()
163 readl(l2_base + SIFIVE_L2_DATECCFIX_COUNT); in l2_int_handler()
168 add_h = readl(l2_base + SIFIVE_L2_DATECCFAIL_HIGH); in l2_int_handler()
169 add_l = readl(l2_base + SIFIVE_L2_DATECCFAIL_LOW); in l2_int_handler()
172 readl(l2_base + SIFIVE_L2_DATECCFAIL_COUNT); in l2_int_handler()