Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/telephony/
Dixj.c7498 static void PCIEE_WriteBit(WORD wEEPROMAddress, BYTE lastLCC, BYTE byData) in PCIEE_WriteBit() argument
7500 lastLCC = lastLCC & 0xfb; in PCIEE_WriteBit()
7501 lastLCC = lastLCC | (byData ? 4 : 0); in PCIEE_WriteBit()
7502 outb(lastLCC, wEEPROMAddress); /*set data out bit as appropriate */ in PCIEE_WriteBit()
7505 lastLCC = lastLCC | 0x01; in PCIEE_WriteBit()
7506 outb(lastLCC, wEEPROMAddress); /*SK rising edge */ in PCIEE_WriteBit()
7509 lastLCC = lastLCC & 0xfe; in PCIEE_WriteBit()
7511 outb(lastLCC, wEEPROMAddress); /*after delay, SK falling edge */ in PCIEE_WriteBit()
7515 static BYTE PCIEE_ReadBit(WORD wEEPROMAddress, BYTE lastLCC) in PCIEE_ReadBit() argument
7518 lastLCC = lastLCC | 0x01; in PCIEE_ReadBit()
[all …]