Home
last modified time | relevance | path

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

/linux/drivers/atm/
A Dnicstarmac.c89 static u_int32_t clocktab[] = { variable
143 (val | clocktab[j++]));
147 (val | clocktab[j++]));
180 (val | clocktab[j++] | ((offset >> i) & 1))); in read_eprom_byte()
183 (val | clocktab[j++] | ((offset >> i) & 1))); in read_eprom_byte()
192 (val | clocktab[j++])); in read_eprom_byte()
198 (val | clocktab[j++])); in read_eprom_byte()
A 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()

Completed in 10 milliseconds