Searched refs:IRENABLE_PHYANDCLOCK (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dvlsi_ir.h142 * - IRENABLE_PHYANDCLOCK must be asserted 0->1 (and hence IRENABLE_SIR_ON)
302 * be applied on next 0->1 transition of IRENABLE_PHYANDCLOCK (see below).
353 IRENABLE_PHYANDCLOCK = 0x8000, /* enable IR phy and gate the mode config (rw) */ enumerator in enum:vlsi_pio_irenable
370 * applied from VLSI_PIO_NPHYCTL at rising edge of IRENABLE_PHYANDCLOCK
378 /* latched during IRENABLE_PHYANDCLOCK=0 and applied at 0-1 transition
H A Dvlsi_ir.c255 (word&IRENABLE_PHYANDCLOCK) ? " PHYANDCLOCK" : "",
816 outw(IRENABLE_PHYANDCLOCK, iobase+VLSI_PIO_IRENABLE);
832 if (config != (IRENABLE_PHYANDCLOCK|IRENABLE_ENRXST)) {

Completed in 34 milliseconds