Home
last modified time | relevance | path

Searched refs:FT1000_REG_SUP_ISR (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/staging/ft1000/ft1000-pcmcia/
Dft1000_hw.c400 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()
Dft1000.h89 #define FT1000_REG_SUP_ISR 0x0026 // HISR - Host Interrupt Status Register macro
/linux-2.6.39/drivers/staging/ft1000/ft1000-usb/
Dft1000_usb.h185 #define FT1000_REG_SUP_ISR 0x0026 // Supv ISR LLC register macro
Dft1000_hw.c618 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()