Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Dfore200e.h203 typedef struct tpd_haddr { struct
216 struct tpd_haddr tpd_haddr; /* host DMA address of tpd */ member
H A Dfore200e.c1473 struct tpd_haddr tpd_haddr; in fore200e_send() local
1653tpd_haddr.size = sizeof(struct tpd) / (1<<TPD_HADDR_SHIFT); /* size is expressed in 32 byte bloc… in fore200e_send()
1654 tpd_haddr.pad = 0; in fore200e_send()
1655tpd_haddr.haddr = entry->tpd_dma >> TPD_HADDR_SHIFT; /* shift the address, as we are in a… in fore200e_send()
1658 fore200e->bus->write(*(u32*)&tpd_haddr, (u32 __iomem *)&entry->cp_entry->tpd_haddr); in fore200e_send()