Home
last modified time | relevance | path

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

/drivers/ata/
Dsata_inic162x.c258 static const int scr_map[] = { variable
295 if (unlikely(sc_reg >= ARRAY_SIZE(scr_map))) in inic_scr_read()
298 *val = readl(scr_addr + scr_map[sc_reg] * 4); in inic_scr_read()
310 if (unlikely(sc_reg >= ARRAY_SIZE(scr_map))) in inic_scr_write()
313 writel(val, scr_addr + scr_map[sc_reg] * 4); in inic_scr_write()