Home
last modified time | relevance | path

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

/linux-4.1.27/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
2811 he_writel(he_dev, val | clocktab[j++] | (((addr >> i) & 1) << 9), HOST_CNTL); in read_prom_byte()
2813 he_writel(he_dev, val | clocktab[j++] | (((addr >> i) & 1) << 9), HOST_CNTL); in read_prom_byte()
2824 he_writel(he_dev, val | clocktab[j++], HOST_CNTL); in read_prom_byte()
2829 he_writel(he_dev, val | clocktab[j++], HOST_CNTL); in read_prom_byte()