Searched refs:plx (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dwanxl.c75 u8 __iomem *plx; /* PLX PCI9060 virtual base address */ member in struct:card_t
255 while((stat = readl(card->plx + PLX_DOORBELL_FROM_CARD)) != 0) {
257 writel(stat, card->plx + PLX_DOORBELL_FROM_CARD);
303 port->card->plx + PLX_DOORBELL_TO_CARD);
398 u8 __iomem *dbr = port->card->plx + PLX_DOORBELL_TO_CARD;
440 port->card->plx + PLX_DOORBELL_TO_CARD);
486 writel(cmd, card->plx + PLX_MAILBOX_1);
488 if (readl(card->plx + PLX_MAILBOX_1) == 0)
501 u32 old_value = readl(card->plx + PLX_CONTROL) & ~PLX_CTL_RESET;
503 writel(0x80, card->plx
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dgdth.c1300 ha->plx = (gdt6c_plx_regs *)pcistr->io;
1357 outb(0x00,PTR2USHORT(&ha->plx->control1));
1358 outb(0xff,PTR2USHORT(&ha->plx->edoor_reg));
1366 outb(1,PTR2USHORT(&ha->plx->ldoor_reg));
1396 outb(1,PTR2USHORT(&ha->plx->ldoor_reg));
1584 outb(0xff, PTR2USHORT(&ha->plx->edoor_reg));
1585 outb(0x03, PTR2USHORT(&ha->plx->control1));
1618 *pIStatus = inb(PTR2USHORT(&ha->plx->edoor_reg));
1645 gdtsema0 = (int)inb(PTR2USHORT(&ha->plx->sema0_reg));
1688 outb(1, PTR2USHORT(&ha->plx
[all...]
H A Dgdth.h873 gdt6c_plx_regs *plx; /* PLX regs (new PCI contr.) */ member in struct:__anon6552
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libpostproc/
H A Dpostprocess_template.c1296 #define REAL_DERING_CORE(dst,src,ppsx,psx,sx,pplx,plx,lx,t0,t1) \
1324 PAVGB(plx, pplx) /* filtered */\
1342 #define DERING_CORE(dst,src,ppsx,psx,sx,pplx,plx,lx,t0,t1) \
1343 REAL_DERING_CORE(dst,src,ppsx,psx,sx,pplx,plx,lx,t0,t1)
1359 //DERING_CORE(dst ,src ,ppsx ,psx ,sx ,pplx ,plx ,lx ,t0 ,t1)

Completed in 89 milliseconds