Searched refs:WINDOW_START (Results 1 – 2 of 2) sorted by relevance
48 #define WINDOW_START 0xdc000 macro183 iomapadr = ioremap(WINDOW_START, WINDOW_LENGTH); in init_sbc_gxx()202 WINDOW_START, WINDOW_START+WINDOW_LENGTH-1 ); in init_sbc_gxx()
24 #define WINDOW_START 0x80000 macro144 if (offset < WINDOW_START) { in ath11k_pci_write32()149 iowrite32(value, ab->mem + WINDOW_START + (offset & WINDOW_RANGE_MASK)); in ath11k_pci_write32()170 if (offset < WINDOW_START) { in ath11k_pci_read32()175 val = ioread32(ab->mem + WINDOW_START + (offset & WINDOW_RANGE_MASK)); in ath11k_pci_read32()