HostWrite
readl(&(tb->HostWrite.TransportRequest)));
readl(&(tb->HostWrite.CoalIntDelay)));
readl(&(tb->HostWrite.CoalIntCount)));
writel(CFGTBL_Trans_Simple, &(h->cfgtable->HostWrite.TransportRequest));
writel(0, &h->cfgtable->HostWrite.command_pool_addr_hi);
writel(0, &h->cfgtable->HostWrite.command_pool_addr_hi);
writel(transMethod, &(h->cfgtable->HostWrite.TransportRequest));
writel(10, &h->cfgtable->HostWrite.CoalIntDelay);
writel(4, &h->cfgtable->HostWrite.CoalIntCount);
struct HostWrite HostWrite;