Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/atm/
Dnicstarmac.c88 static u_int32_t clocktab[] = { variable
142 (val | clocktab[j++]));
146 (val | clocktab[j++]));
179 (val | clocktab[j++] | ((offset >> i) & 1))); in read_eprom_byte()
182 (val | clocktab[j++] | ((offset >> i) & 1))); in read_eprom_byte()
191 (val | clocktab[j++])); in read_eprom_byte()
197 (val | clocktab[j++])); in read_eprom_byte()
Dhe.c144 static unsigned int clocktab[] = { variable
2808 he_writel(he_dev, val | clocktab[j++] | (((addr >> i) & 1) << 9), HOST_CNTL); in read_prom_byte()
2810 he_writel(he_dev, val | clocktab[j++] | (((addr >> i) & 1) << 9), HOST_CNTL); in read_prom_byte()
2821 he_writel(he_dev, val | clocktab[j++], HOST_CNTL); in read_prom_byte()
2826 he_writel(he_dev, val | clocktab[j++], HOST_CNTL); in read_prom_byte()