Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/parisc/
Dlba_pci.c208 error_config = READ_REG32(d->hba.base_addr + LBA_ERROR_CONFIG); \
229 WRITE_REG32(error_config | LBA_SMART_MODE, d->hba.base_addr + LBA_ERROR_CONFIG); \
328 WRITE_REG32(error_config, base + LBA_ERROR_CONFIG); \
1327 READ_REG64(d->hba.base_addr + LBA_ERROR_CONFIG), in lba_hw_init()
1359 stat = READ_REG32(d->hba.base_addr + LBA_ERROR_CONFIG); in lba_hw_init()
1363 WRITE_REG32(stat, d->hba.base_addr + LBA_ERROR_CONFIG); in lba_hw_init()
/linux-4.4.14/arch/parisc/include/asm/
Dropes.h315 #define LBA_ERROR_CONFIG 0x0680 macro