Searched refs:FT1000_REG_DOORBELL (Results  1 – 5 of 5) sorted by relevance
| /linux-4.1.27/drivers/staging/ft1000/ft1000-usb/ | 
| D | ft1000_hw.c | 335 	ret = ft1000_read_register(ft1000dev, &temp, FT1000_REG_DOORBELL);  in card_send_command() 359 				    FT1000_REG_DOORBELL);  in card_send_command() 364 	ret = ft1000_read_register(ft1000dev, &temp, FT1000_REG_DOORBELL);  in card_send_command() 1053 			ft1000_read_register(dev, &tempword, FT1000_REG_DOORBELL);  in ft1000_dsp_prov() 1067 					     FT1000_REG_DOORBELL);  in ft1000_dsp_prov() 1101 						      FT1000_REG_DOORBELL);  in ft1000_dsp_prov() 1228 						       FT1000_REG_DOORBELL);  in ft1000_proc_drvmsg() 1256 					      FT1000_REG_DOORBELL);  in ft1000_proc_drvmsg() 1260 						      FT1000_REG_DOORBELL);  in ft1000_proc_drvmsg() 1264 							      FT1000_REG_DOORBELL);  in ft1000_proc_drvmsg() [all …] 
 | 
| D | ft1000_download.c | 122 					      FT1000_REG_DOORBELL);  in check_usb_db() 127 						       FT1000_REG_DOORBELL);  in check_usb_db() 129 						       FT1000_REG_DOORBELL);  in check_usb_db() 131 						       FT1000_REG_DOORBELL);  in check_usb_db() 142 					      FT1000_REG_DOORBELL);  in check_usb_db() 168 					       FT1000_REG_DOORBELL);  in get_handshake() 179 						       FT1000_REG_DOORBELL);  in get_handshake() 217 				       FT1000_REG_DOORBELL);  in put_handshake() 1049 			      FT1000_REG_DOORBELL);  in scram_dnldr()
  | 
| D | ft1000_debug.c | 595 					status = ft1000_read_register(ft1000dev, &tempword, FT1000_REG_DOORBELL);  in ft1000_ioctl() 600 						status = ft1000_read_register(ft1000dev, &tempword, FT1000_REG_DOORBELL);  in ft1000_ioctl() 604 							status = ft1000_read_register(ft1000dev, &tempword, FT1000_REG_DOORBELL);  in ft1000_ioctl() 606 								status = ft1000_read_register(ft1000dev, &tempword, FT1000_REG_DOORBELL);  in ft1000_ioctl() 610 									status = ft1000_read_register(ft1000dev, &tempword, FT1000_REG_DOORBELL);  in ft1000_ioctl()
  | 
| /linux-4.1.27/drivers/staging/ft1000/ft1000-pcmcia/ | 
| D | ft1000_hw.c | 633 		tempword = ft1000_read_reg(dev, FT1000_REG_DOORBELL);  in ft1000_hbchk() 636 			tempword = ft1000_read_reg(dev, FT1000_REG_DOORBELL);  in ft1000_hbchk() 703 		ft1000_write_reg(dev, FT1000_REG_DOORBELL, FT1000_DB_HB);  in ft1000_hbchk() 742 	tempword = ft1000_read_reg(dev, FT1000_REG_DOORBELL);  in ft1000_send_cmd() 751 		tempword = ft1000_read_reg(dev, FT1000_REG_DOORBELL);  in ft1000_send_cmd() 789 	ft1000_write_reg(dev, FT1000_REG_DOORBELL, FT1000_DB_DPRAM_TX);  in ft1000_send_cmd() 937 							   FT1000_REG_DOORBELL);  in ft1000_proc_drvmsg() 1058 			tempword = ft1000_read_reg(dev, FT1000_REG_DOORBELL);  in ft1000_proc_drvmsg() 1062 							   FT1000_REG_DOORBELL);  in ft1000_proc_drvmsg() 1110 			tempword = ft1000_read_reg(dev, FT1000_REG_DOORBELL);  in ft1000_proc_drvmsg() [all …] 
 | 
| /linux-4.1.27/drivers/staging/ft1000/ | 
| D | ft1000.h | 31 #define	FT1000_REG_DOORBELL	0x002a	/* DBELL - Door Bell Register */  macro
  |