Searched refs:TSI108_PB_OFFSET (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/embedded6xx/ |
H A D | holly.c | 65 tsi108_write_reg(TSI108_PB_OFFSET + lut_addr, 0x00000201); in holly_remap_bridge() 67 tsi108_write_reg(TSI108_PB_OFFSET + lut_addr, 0x0); in holly_remap_bridge() 72 tsi108_write_reg(TSI108_PB_OFFSET + lut_addr, 0x00000241); in holly_remap_bridge() 74 tsi108_write_reg(TSI108_PB_OFFSET + lut_addr, 0x0); in holly_remap_bridge() 210 addr += (TSI108_PB_OFFSET + 0x414); in holly_restart()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/embedded6xx/ |
H A D | holly.c | 66 tsi108_write_reg(TSI108_PB_OFFSET + lut_addr, 0x00000201); in holly_remap_bridge() 68 tsi108_write_reg(TSI108_PB_OFFSET + lut_addr, 0x0); in holly_remap_bridge() 73 tsi108_write_reg(TSI108_PB_OFFSET + lut_addr, 0x00000241); in holly_remap_bridge() 75 tsi108_write_reg(TSI108_PB_OFFSET + lut_addr, 0x0); in holly_remap_bridge() 219 addr += (TSI108_PB_OFFSET + 0x414); in holly_restart()
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A D | tsi108_pci.c | 95 err_stat = tsi108_read_reg(TSI108_PB_OFFSET + TSI108_PB_ERRCS); in tsi108_clear_pci_error() 96 err_addr = tsi108_read_reg(TSI108_PB_OFFSET + TSI108_PB_AERR); in tsi108_clear_pci_error() 100 tsi108_write_reg(TSI108_PB_OFFSET + TSI108_PB_ERRCS, in tsi108_clear_pci_error() 104 tsi108_write_reg(TSI108_PB_OFFSET + TSI108_PB_ISR, in tsi108_clear_pci_error()
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/ |
H A D | tsi108_pci.c | 96 err_stat = tsi108_read_reg(TSI108_PB_OFFSET + TSI108_PB_ERRCS); in tsi108_clear_pci_error() 97 err_addr = tsi108_read_reg(TSI108_PB_OFFSET + TSI108_PB_AERR); in tsi108_clear_pci_error() 101 tsi108_write_reg(TSI108_PB_OFFSET + TSI108_PB_ERRCS, in tsi108_clear_pci_error() 105 tsi108_write_reg(TSI108_PB_OFFSET + TSI108_PB_ISR, in tsi108_clear_pci_error()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | tsi108.h | 38 #define TSI108_PB_OFFSET 0x3000 macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | tsi108.h | 38 #define TSI108_PB_OFFSET 0x3000 macro
|
Completed in 3 milliseconds