Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ata/
Dsata_inic162x.c252 static const int scr_map[] = { variable
289 if (unlikely(sc_reg >= ARRAY_SIZE(scr_map))) in inic_scr_read()
292 *val = readl(scr_addr + scr_map[sc_reg] * 4); in inic_scr_read()
304 if (unlikely(sc_reg >= ARRAY_SIZE(scr_map))) in inic_scr_write()
307 writel(val, scr_addr + scr_map[sc_reg] * 4); in inic_scr_write()