Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Diphase.c1071 vci = readw(iadev->reass_ram+excpq_rd_ptr);
1072 error = readw(iadev->reass_ram+excpq_rd_ptr+2) & 0x0007;
1087 writew(desc, iadev->reass_ram+iadev->rfL.fdq_wr);
1114 desc = readw(iadev->reass_ram+iadev->rfL.pcq_rd) & 0x1fff;
1392 vc_table = iadev->reass_ram+RX_VC_TABLE*iadev->memSize;
1407 reass_ptr = iadev->reass_ram+REASS_TABLE*iadev->memSize;
1507 freeq_start = (u_short *)(iadev->reass_ram+freeq_st_adr);
1554 reass_table = (u16 *)(iadev->reass_ram+i);
1583 abr_vc_table = (struct abr_vc_table *)(iadev->reass_ram+i);
2399 iadev->reass_ram = base + ACTUAL_REASS_RAM_BASE;
[all …]
H A Diphase.h998 void __iomem *reass_ram; member