Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/ft1000/ft1000-pcmcia/
Dft1000_hw.c286 u16 tempword; in ft1000_enable_interrupts() local
290 tempword = ft1000_read_reg(dev, FT1000_REG_SUP_IMASK); in ft1000_enable_interrupts()
293 tempword); in ft1000_enable_interrupts()
308 u16 tempword; in ft1000_disable_interrupts() local
312 tempword = ft1000_read_reg(dev, FT1000_REG_SUP_IMASK); in ft1000_disable_interrupts()
315 tempword); in ft1000_disable_interrupts()
332 u16 tempword; in ft1000_reset_asic() local
353 tempword = ft1000_read_reg(dev, FT1000_REG_SUP_ISR); in ft1000_reset_asic()
354 DEBUG(1, "ft1000_hw: interrupt status register = 0x%x\n", tempword); in ft1000_reset_asic()
355 ft1000_write_reg(dev, FT1000_REG_SUP_ISR, tempword); in ft1000_reset_asic()
[all …]
/linux-3.4.99/drivers/staging/ft1000/ft1000-usb/
Dft1000_hw.c432 u16 tempword; in card_reset_dsp() local
436 status = ft1000_read_register(ft1000dev, &tempword, in card_reset_dsp()
441 status = ft1000_read_register(ft1000dev, &tempword, in card_reset_dsp()
443 tempword |= DSP_RESET_BIT; in card_reset_dsp()
444 status = ft1000_write_register(ft1000dev, tempword, in card_reset_dsp()
448 status = ft1000_read_register(ft1000dev, &tempword, in card_reset_dsp()
450 tempword |= DSP_ENCRYPTED; in card_reset_dsp()
451 tempword &= ~DSP_UNENCRYPTED; in card_reset_dsp()
452 status = ft1000_write_register(ft1000dev, tempword, in card_reset_dsp()
454 status = ft1000_read_register(ft1000dev, &tempword, in card_reset_dsp()
[all …]
Dft1000_download.c250 u16 tempword; in put_handshake() local
256 tempword = (u16)(tempx & 0xffff); in put_handshake()
258 tempword, 0); in put_handshake()
259 tempword = (u16)(tempx >> 16); in put_handshake()
261 tempword, 1); in put_handshake()
337 u16 tempword; in get_request_type() local
348 DWNLD_MAG1_TYPE_LOC, (u8 *)&tempword, 1); in get_request_type()
349 tempx |= (tempword << 16); in get_request_type()
361 u16 tempword; in get_request_type_usb() local
372 tempword = pft1000info->tempbuf[3]; in get_request_type_usb()
[all …]
Dft1000_debug.c406 u16 tempword; in ft1000_ioctl() local
439 result = get_user(tempword, (__u16 __user*)argp); in ft1000_ioctl()
444 if (tempword == DSPBCMSGID) { in ft1000_ioctl()
594 status = ft1000_read_register(ft1000dev, &tempword, FT1000_REG_DOORBELL); in ft1000_ioctl()
596 if (tempword & FT1000_DB_DPRAM_TX) { in ft1000_ioctl()
599 … status = ft1000_read_register(ft1000dev, &tempword, FT1000_REG_DOORBELL); in ft1000_ioctl()
600 if (tempword & FT1000_DB_DPRAM_TX) { in ft1000_ioctl()
603 … status = ft1000_read_register(ft1000dev, &tempword, FT1000_REG_DOORBELL); in ft1000_ioctl()
604 if (tempword & FT1000_DB_DPRAM_TX) { in ft1000_ioctl()
605 … status = ft1000_read_register(ft1000dev, &tempword, FT1000_REG_DOORBELL); in ft1000_ioctl()
[all …]