Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Dnicstarmac.c84 static u_int32_t clocktab[] = { variable
138 (val | clocktab[j++]));
142 (val | clocktab[j++]));
175 (val | clocktab[j++] | ((offset >> i) & 1))); in read_eprom_byte()
178 (val | clocktab[j++] | ((offset >> i) & 1))); in read_eprom_byte()
187 (val | clocktab[j++])); in read_eprom_byte()
193 (val | clocktab[j++])); in read_eprom_byte()
H A Dhe.c144 static unsigned int clocktab[] = { variable
2805 he_writel(he_dev, val | clocktab[j++] | (((addr >> i) & 1) << 9), HOST_CNTL); in read_prom_byte()
2807 he_writel(he_dev, val | clocktab[j++] | (((addr >> i) & 1) << 9), HOST_CNTL); in read_prom_byte()
2818 he_writel(he_dev, val | clocktab[j++], HOST_CNTL); in read_prom_byte()
2823 he_writel(he_dev, val | clocktab[j++], HOST_CNTL); in read_prom_byte()