Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_dma.c144 #define Mask4K 0xfffff000 in ata_pciide_alloc() macro
145 ASSERT((cookie.dmac_address & Mask4K) in ata_pciide_alloc()
146 == ((cookie.dmac_address + cookie.dmac_size - 1) & Mask4K)); in ata_pciide_alloc()