Searched refs:FT1000_REG_SUP_ISR (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/staging/ft1000/ft1000-pcmcia/ |
D | ft1000_hw.c | 400 tempword = ft1000_read_reg(dev, FT1000_REG_SUP_ISR); in ft1000_reset_asic() 402 ft1000_write_reg(dev, FT1000_REG_SUP_ISR, tempword); in ft1000_reset_asic() 403 tempword = ft1000_read_reg(dev, FT1000_REG_SUP_ISR); in ft1000_reset_asic() 2053 inttype = ft1000_read_reg(dev, FT1000_REG_SUP_ISR); in ft1000_interrupt() 2084 tempword = ft1000_read_reg(dev, FT1000_REG_SUP_ISR); in ft1000_interrupt() 2086 ft1000_write_reg(dev, FT1000_REG_SUP_ISR, tempword); in ft1000_interrupt() 2089 inttype = ft1000_read_reg (dev, FT1000_REG_SUP_ISR); in ft1000_interrupt()
|
D | ft1000.h | 89 #define FT1000_REG_SUP_ISR 0x0026 // HISR - Host Interrupt Status Register macro
|
/linux-2.6.39/drivers/staging/ft1000/ft1000-usb/ |
D | ft1000_usb.h | 185 #define FT1000_REG_SUP_ISR 0x0026 // Supv ISR LLC register macro
|
D | ft1000_hw.c | 618 ft1000_read_register(ft1000dev, &tempword, FT1000_REG_SUP_ISR); in ft1000_reset_asic() 620 ft1000_write_register(ft1000dev, tempword, FT1000_REG_SUP_ISR); in ft1000_reset_asic() 621 ft1000_read_register(ft1000dev, &tempword, FT1000_REG_SUP_ISR); in ft1000_reset_asic()
|