Home
last modified time | relevance | path

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

/linux-6.1.9/arch/parisc/include/asm/
Dpci.h77 #define HBA_PORT_SPACE_SIZE (1UL << HBA_PORT_SPACE_BITS) macro
80 #define PCI_PORT_ADDR(a) ((a) & (HBA_PORT_SPACE_SIZE - 1))
/linux-6.1.9/drivers/parisc/
Dlba_pci.c1144 r->end = r->start + HBA_PORT_SPACE_SIZE - 1; in lba_pat_resources()
1333 …r->end = r->start + (READ_REG32(lba_dev->hba.base_addr + LBA_IOS_MASK) ^ (HBA_PORT_SPACE_SIZE - … in lba_legacy_resources()
Ddino.c897 res->end = res->start + (HBA_PORT_SPACE_SIZE - 1); in dino_common_init()