Searched refs:dhb (Results 1 – 1 of 1) sorted by relevance
1561 __u32 dhb=0,dhb_base; in tr_tx() local1579 dhb=dhb_base=ntohs(readw(ti->arb + DHB_ADDRESS_OFST)); in tr_tx()1582 dhb=dhb_base & ~(ti->page_mask << 8); in tr_tx()1584 dhbuf = ti->sram_virt + dhb; in tr_tx()1627 dhb=dhb_base; in tr_tx()1630 dhb_page=(dhb >> 8) & ti->page_mask; in tr_tx()1631 dhb=dhb & ~(ti->page_mask << 8); in tr_tx()1632 dhb_len=0x4000-dhb; /* remaining size of this page */ in tr_tx()1634 dhbuf = ti->sram_virt + dhb; in tr_tx()1642 dhb=dhb_base; in tr_tx()