Searched refs:irdebi (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110_hw.h402 static inline u32 irdebi(struct av7110 *av7110, u32 config, int addr, u32 val, int count) function
451 irdebi(av7110, DEBINOSWAP, IRQ_RX, 0, 2);
H A Dav7110.c365 irdebi(av7110, DEBISWAB, addr, 0, len);
485 av7110->debitype = irdebi(av7110, DEBINOSWAP, IRQ_STATE, 0, 2);
486 av7110->debilen = irdebi(av7110, DEBINOSWAP, IRQ_STATE_EXT, 0, 2);
487 rxbuf = irdebi(av7110, DEBINOSWAP, RX_BUFF, 0, 2);
488 txbuf = irdebi(av7110, DEBINOSWAP, TX_BUFF, 0, 2);
505 av7110->video_size.w = irdebi(av7110, DEBINOSWAP, STATUS_MPEG_WIDTH, 0, 2);
506 h_ar = irdebi(av7110, DEBINOSWAP, STATUS_MPEG_HEIGHT_AR, 0, 2);
664 swahw32(irdebi(av7110, DEBINOSWAP, Reserved, 0, 4)));
H A Dav7110_hw.c114 if (irdebi(av7110, DEBINOSWAP, adr, 0, 2) == state)
226 if ((ret=irdebi(av7110, DEBINOSWAP, DPRAM_BASE, 0, 4)) != 0x10325476) {

Completed in 63 milliseconds