Searched refs:tpd_haddr (Results 1 – 2 of 2) sorted by relevance
202 typedef struct tpd_haddr { struct215 struct tpd_haddr tpd_haddr; /* host DMA address of tpd */ member
1564 struct tpd_haddr tpd_haddr; in fore200e_send() local1729 …tpd_haddr.size = sizeof(struct tpd) / (1<<TPD_HADDR_SHIFT); /* size is expressed in 32 byte bloc… in fore200e_send()1730 tpd_haddr.pad = 0; in fore200e_send()1731 …tpd_haddr.haddr = entry->tpd_dma >> TPD_HADDR_SHIFT; /* shift the address, as we are in a… in fore200e_send()1734 fore200e->bus->write(*(u32*)&tpd_haddr, (u32 __iomem *)&entry->cp_entry->tpd_haddr); in fore200e_send()