Home
last modified time | relevance | path

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

/openbmc/linux/drivers/parisc/
H A Dlba_pci.c207 error_config = READ_REG32(d->hba.base_addr + LBA_ERROR_CONFIG); \
228 WRITE_REG32(error_config | LBA_SMART_MODE, d->hba.base_addr + LBA_ERROR_CONFIG); \
327 WRITE_REG32(error_config, base + LBA_ERROR_CONFIG); \
1360 READ_REG64(d->hba.base_addr + LBA_ERROR_CONFIG), in lba_hw_init()
1392 stat = READ_REG32(d->hba.base_addr + LBA_ERROR_CONFIG); in lba_hw_init()
1396 WRITE_REG32(stat, d->hba.base_addr + LBA_ERROR_CONFIG); in lba_hw_init()
/openbmc/linux/arch/parisc/include/asm/
H A Dropes.h319 #define LBA_ERROR_CONFIG 0x0680 macro