Searched refs:HBA_PORT_SPACE_SIZE (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/include/asm/
H A Dpci.h73 #define HBA_PORT_SPACE_SIZE (1UL << HBA_PORT_SPACE_BITS) macro
76 #define PCI_PORT_ADDR(a) ((a) & (HBA_PORT_SPACE_SIZE - 1))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dpci.h73 #define HBA_PORT_SPACE_SIZE (1UL << HBA_PORT_SPACE_BITS) macro
76 #define PCI_PORT_ADDR(a) ((a) & (HBA_PORT_SPACE_SIZE - 1))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/parisc/
H A Dlba_pci.c995 r->end = r->start + HBA_PORT_SPACE_SIZE - 1;
1079 r->end = r->start + (READ_REG32(lba_dev->hba.base_addr + LBA_IOS_MASK) ^ (HBA_PORT_SPACE_SIZE - 1));
H A Ddino.c894 res->end = res->start + (HBA_PORT_SPACE_SIZE - 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/parisc/
H A Dlba_pci.c995 r->end = r->start + HBA_PORT_SPACE_SIZE - 1;
1079 r->end = r->start + (READ_REG32(lba_dev->hba.base_addr + LBA_IOS_MASK) ^ (HBA_PORT_SPACE_SIZE - 1));
H A Ddino.c894 res->end = res->start + (HBA_PORT_SPACE_SIZE - 1);

Completed in 129 milliseconds