Searched refs:tpd_haddr (Results 1 – 2 of 2) sorted by relevance
203 typedef struct tpd_haddr { struct216 struct tpd_haddr tpd_haddr; /* host DMA address of tpd */ member
1473 struct tpd_haddr tpd_haddr; in fore200e_send() local1653 …tpd_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()1655 …tpd_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()