Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/eicon/
Dfpga.c43 word baseval, Mask_PROGRAM, Mask_DONE, Mask_CCLK, Mask_DIN; in FPGA_Download() local
55 Mask_DIN = 0x0400; in FPGA_Download()
112 if (FPGA_SRC[i] &(0x80>>j)) baseval |= Mask_DIN; // write a hi in FPGA_Download()
113 else baseval &=~Mask_DIN; // write a lo in FPGA_Download()