Lines Matching refs:InboundDoorBellRegister
2638 DAC960_GEM_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_GEM_HardwareMailboxNewCommand() local
2639 InboundDoorBellRegister.All = 0; in DAC960_GEM_HardwareMailboxNewCommand()
2640 InboundDoorBellRegister.Write.HardwareMailboxNewCommand = true; in DAC960_GEM_HardwareMailboxNewCommand()
2641 writel(InboundDoorBellRegister.All, in DAC960_GEM_HardwareMailboxNewCommand()
2648 DAC960_GEM_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_GEM_AcknowledgeHardwareMailboxStatus() local
2649 InboundDoorBellRegister.All = 0; in DAC960_GEM_AcknowledgeHardwareMailboxStatus()
2650 InboundDoorBellRegister.Write.AcknowledgeHardwareMailboxStatus = true; in DAC960_GEM_AcknowledgeHardwareMailboxStatus()
2651 writel(InboundDoorBellRegister.All, in DAC960_GEM_AcknowledgeHardwareMailboxStatus()
2658 DAC960_GEM_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_GEM_GenerateInterrupt() local
2659 InboundDoorBellRegister.All = 0; in DAC960_GEM_GenerateInterrupt()
2660 InboundDoorBellRegister.Write.GenerateInterrupt = true; in DAC960_GEM_GenerateInterrupt()
2661 writel(InboundDoorBellRegister.All, in DAC960_GEM_GenerateInterrupt()
2668 DAC960_GEM_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_GEM_ControllerReset() local
2669 InboundDoorBellRegister.All = 0; in DAC960_GEM_ControllerReset()
2670 InboundDoorBellRegister.Write.ControllerReset = true; in DAC960_GEM_ControllerReset()
2671 writel(InboundDoorBellRegister.All, in DAC960_GEM_ControllerReset()
2678 DAC960_GEM_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_GEM_MemoryMailboxNewCommand() local
2679 InboundDoorBellRegister.All = 0; in DAC960_GEM_MemoryMailboxNewCommand()
2680 InboundDoorBellRegister.Write.MemoryMailboxNewCommand = true; in DAC960_GEM_MemoryMailboxNewCommand()
2681 writel(InboundDoorBellRegister.All, in DAC960_GEM_MemoryMailboxNewCommand()
2688 DAC960_GEM_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_GEM_HardwareMailboxFullP() local
2689 InboundDoorBellRegister.All = in DAC960_GEM_HardwareMailboxFullP()
2692 return InboundDoorBellRegister.Read.HardwareMailboxFull; in DAC960_GEM_HardwareMailboxFullP()
2698 DAC960_GEM_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_GEM_InitializationInProgressP() local
2699 InboundDoorBellRegister.All = in DAC960_GEM_InitializationInProgressP()
2702 return InboundDoorBellRegister.Read.InitializationInProgress; in DAC960_GEM_InitializationInProgressP()
2949 DAC960_BA_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_BA_HardwareMailboxNewCommand() local
2950 InboundDoorBellRegister.All = 0; in DAC960_BA_HardwareMailboxNewCommand()
2951 InboundDoorBellRegister.Write.HardwareMailboxNewCommand = true; in DAC960_BA_HardwareMailboxNewCommand()
2952 writeb(InboundDoorBellRegister.All, in DAC960_BA_HardwareMailboxNewCommand()
2959 DAC960_BA_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_BA_AcknowledgeHardwareMailboxStatus() local
2960 InboundDoorBellRegister.All = 0; in DAC960_BA_AcknowledgeHardwareMailboxStatus()
2961 InboundDoorBellRegister.Write.AcknowledgeHardwareMailboxStatus = true; in DAC960_BA_AcknowledgeHardwareMailboxStatus()
2962 writeb(InboundDoorBellRegister.All, in DAC960_BA_AcknowledgeHardwareMailboxStatus()
2969 DAC960_BA_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_BA_GenerateInterrupt() local
2970 InboundDoorBellRegister.All = 0; in DAC960_BA_GenerateInterrupt()
2971 InboundDoorBellRegister.Write.GenerateInterrupt = true; in DAC960_BA_GenerateInterrupt()
2972 writeb(InboundDoorBellRegister.All, in DAC960_BA_GenerateInterrupt()
2979 DAC960_BA_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_BA_ControllerReset() local
2980 InboundDoorBellRegister.All = 0; in DAC960_BA_ControllerReset()
2981 InboundDoorBellRegister.Write.ControllerReset = true; in DAC960_BA_ControllerReset()
2982 writeb(InboundDoorBellRegister.All, in DAC960_BA_ControllerReset()
2989 DAC960_BA_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_BA_MemoryMailboxNewCommand() local
2990 InboundDoorBellRegister.All = 0; in DAC960_BA_MemoryMailboxNewCommand()
2991 InboundDoorBellRegister.Write.MemoryMailboxNewCommand = true; in DAC960_BA_MemoryMailboxNewCommand()
2992 writeb(InboundDoorBellRegister.All, in DAC960_BA_MemoryMailboxNewCommand()
2999 DAC960_BA_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_BA_HardwareMailboxFullP() local
3000 InboundDoorBellRegister.All = in DAC960_BA_HardwareMailboxFullP()
3002 return !InboundDoorBellRegister.Read.HardwareMailboxEmpty; in DAC960_BA_HardwareMailboxFullP()
3008 DAC960_BA_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_BA_InitializationInProgressP() local
3009 InboundDoorBellRegister.All = in DAC960_BA_InitializationInProgressP()
3011 return !InboundDoorBellRegister.Read.InitializationNotInProgress; in DAC960_BA_InitializationInProgressP()
3254 DAC960_LP_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_LP_HardwareMailboxNewCommand() local
3255 InboundDoorBellRegister.All = 0; in DAC960_LP_HardwareMailboxNewCommand()
3256 InboundDoorBellRegister.Write.HardwareMailboxNewCommand = true; in DAC960_LP_HardwareMailboxNewCommand()
3257 writeb(InboundDoorBellRegister.All, in DAC960_LP_HardwareMailboxNewCommand()
3264 DAC960_LP_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_LP_AcknowledgeHardwareMailboxStatus() local
3265 InboundDoorBellRegister.All = 0; in DAC960_LP_AcknowledgeHardwareMailboxStatus()
3266 InboundDoorBellRegister.Write.AcknowledgeHardwareMailboxStatus = true; in DAC960_LP_AcknowledgeHardwareMailboxStatus()
3267 writeb(InboundDoorBellRegister.All, in DAC960_LP_AcknowledgeHardwareMailboxStatus()
3274 DAC960_LP_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_LP_GenerateInterrupt() local
3275 InboundDoorBellRegister.All = 0; in DAC960_LP_GenerateInterrupt()
3276 InboundDoorBellRegister.Write.GenerateInterrupt = true; in DAC960_LP_GenerateInterrupt()
3277 writeb(InboundDoorBellRegister.All, in DAC960_LP_GenerateInterrupt()
3284 DAC960_LP_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_LP_ControllerReset() local
3285 InboundDoorBellRegister.All = 0; in DAC960_LP_ControllerReset()
3286 InboundDoorBellRegister.Write.ControllerReset = true; in DAC960_LP_ControllerReset()
3287 writeb(InboundDoorBellRegister.All, in DAC960_LP_ControllerReset()
3294 DAC960_LP_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_LP_MemoryMailboxNewCommand() local
3295 InboundDoorBellRegister.All = 0; in DAC960_LP_MemoryMailboxNewCommand()
3296 InboundDoorBellRegister.Write.MemoryMailboxNewCommand = true; in DAC960_LP_MemoryMailboxNewCommand()
3297 writeb(InboundDoorBellRegister.All, in DAC960_LP_MemoryMailboxNewCommand()
3304 DAC960_LP_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_LP_HardwareMailboxFullP() local
3305 InboundDoorBellRegister.All = in DAC960_LP_HardwareMailboxFullP()
3307 return InboundDoorBellRegister.Read.HardwareMailboxFull; in DAC960_LP_HardwareMailboxFullP()
3313 DAC960_LP_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_LP_InitializationInProgressP() local
3314 InboundDoorBellRegister.All = in DAC960_LP_InitializationInProgressP()
3316 return InboundDoorBellRegister.Read.InitializationInProgress; in DAC960_LP_InitializationInProgressP()
3568 DAC960_LA_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_LA_HardwareMailboxNewCommand() local
3569 InboundDoorBellRegister.All = 0; in DAC960_LA_HardwareMailboxNewCommand()
3570 InboundDoorBellRegister.Write.HardwareMailboxNewCommand = true; in DAC960_LA_HardwareMailboxNewCommand()
3571 writeb(InboundDoorBellRegister.All, in DAC960_LA_HardwareMailboxNewCommand()
3578 DAC960_LA_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_LA_AcknowledgeHardwareMailboxStatus() local
3579 InboundDoorBellRegister.All = 0; in DAC960_LA_AcknowledgeHardwareMailboxStatus()
3580 InboundDoorBellRegister.Write.AcknowledgeHardwareMailboxStatus = true; in DAC960_LA_AcknowledgeHardwareMailboxStatus()
3581 writeb(InboundDoorBellRegister.All, in DAC960_LA_AcknowledgeHardwareMailboxStatus()
3588 DAC960_LA_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_LA_GenerateInterrupt() local
3589 InboundDoorBellRegister.All = 0; in DAC960_LA_GenerateInterrupt()
3590 InboundDoorBellRegister.Write.GenerateInterrupt = true; in DAC960_LA_GenerateInterrupt()
3591 writeb(InboundDoorBellRegister.All, in DAC960_LA_GenerateInterrupt()
3598 DAC960_LA_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_LA_ControllerReset() local
3599 InboundDoorBellRegister.All = 0; in DAC960_LA_ControllerReset()
3600 InboundDoorBellRegister.Write.ControllerReset = true; in DAC960_LA_ControllerReset()
3601 writeb(InboundDoorBellRegister.All, in DAC960_LA_ControllerReset()
3608 DAC960_LA_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_LA_MemoryMailboxNewCommand() local
3609 InboundDoorBellRegister.All = 0; in DAC960_LA_MemoryMailboxNewCommand()
3610 InboundDoorBellRegister.Write.MemoryMailboxNewCommand = true; in DAC960_LA_MemoryMailboxNewCommand()
3611 writeb(InboundDoorBellRegister.All, in DAC960_LA_MemoryMailboxNewCommand()
3618 DAC960_LA_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_LA_HardwareMailboxFullP() local
3619 InboundDoorBellRegister.All = in DAC960_LA_HardwareMailboxFullP()
3621 return !InboundDoorBellRegister.Read.HardwareMailboxEmpty; in DAC960_LA_HardwareMailboxFullP()
3627 DAC960_LA_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_LA_InitializationInProgressP() local
3628 InboundDoorBellRegister.All = in DAC960_LA_InitializationInProgressP()
3630 return !InboundDoorBellRegister.Read.InitializationNotInProgress; in DAC960_LA_InitializationInProgressP()
3889 DAC960_PG_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_PG_HardwareMailboxNewCommand() local
3890 InboundDoorBellRegister.All = 0; in DAC960_PG_HardwareMailboxNewCommand()
3891 InboundDoorBellRegister.Write.HardwareMailboxNewCommand = true; in DAC960_PG_HardwareMailboxNewCommand()
3892 writel(InboundDoorBellRegister.All, in DAC960_PG_HardwareMailboxNewCommand()
3899 DAC960_PG_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_PG_AcknowledgeHardwareMailboxStatus() local
3900 InboundDoorBellRegister.All = 0; in DAC960_PG_AcknowledgeHardwareMailboxStatus()
3901 InboundDoorBellRegister.Write.AcknowledgeHardwareMailboxStatus = true; in DAC960_PG_AcknowledgeHardwareMailboxStatus()
3902 writel(InboundDoorBellRegister.All, in DAC960_PG_AcknowledgeHardwareMailboxStatus()
3909 DAC960_PG_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_PG_GenerateInterrupt() local
3910 InboundDoorBellRegister.All = 0; in DAC960_PG_GenerateInterrupt()
3911 InboundDoorBellRegister.Write.GenerateInterrupt = true; in DAC960_PG_GenerateInterrupt()
3912 writel(InboundDoorBellRegister.All, in DAC960_PG_GenerateInterrupt()
3919 DAC960_PG_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_PG_ControllerReset() local
3920 InboundDoorBellRegister.All = 0; in DAC960_PG_ControllerReset()
3921 InboundDoorBellRegister.Write.ControllerReset = true; in DAC960_PG_ControllerReset()
3922 writel(InboundDoorBellRegister.All, in DAC960_PG_ControllerReset()
3929 DAC960_PG_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_PG_MemoryMailboxNewCommand() local
3930 InboundDoorBellRegister.All = 0; in DAC960_PG_MemoryMailboxNewCommand()
3931 InboundDoorBellRegister.Write.MemoryMailboxNewCommand = true; in DAC960_PG_MemoryMailboxNewCommand()
3932 writel(InboundDoorBellRegister.All, in DAC960_PG_MemoryMailboxNewCommand()
3939 DAC960_PG_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_PG_HardwareMailboxFullP() local
3940 InboundDoorBellRegister.All = in DAC960_PG_HardwareMailboxFullP()
3942 return InboundDoorBellRegister.Read.HardwareMailboxFull; in DAC960_PG_HardwareMailboxFullP()
3948 DAC960_PG_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_PG_InitializationInProgressP() local
3949 InboundDoorBellRegister.All = in DAC960_PG_InitializationInProgressP()
3951 return InboundDoorBellRegister.Read.InitializationInProgress; in DAC960_PG_InitializationInProgressP()
4209 DAC960_PD_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_PD_NewCommand() local
4210 InboundDoorBellRegister.All = 0; in DAC960_PD_NewCommand()
4211 InboundDoorBellRegister.Write.NewCommand = true; in DAC960_PD_NewCommand()
4212 writeb(InboundDoorBellRegister.All, in DAC960_PD_NewCommand()
4219 DAC960_PD_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_PD_AcknowledgeStatus() local
4220 InboundDoorBellRegister.All = 0; in DAC960_PD_AcknowledgeStatus()
4221 InboundDoorBellRegister.Write.AcknowledgeStatus = true; in DAC960_PD_AcknowledgeStatus()
4222 writeb(InboundDoorBellRegister.All, in DAC960_PD_AcknowledgeStatus()
4229 DAC960_PD_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_PD_GenerateInterrupt() local
4230 InboundDoorBellRegister.All = 0; in DAC960_PD_GenerateInterrupt()
4231 InboundDoorBellRegister.Write.GenerateInterrupt = true; in DAC960_PD_GenerateInterrupt()
4232 writeb(InboundDoorBellRegister.All, in DAC960_PD_GenerateInterrupt()
4239 DAC960_PD_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_PD_ControllerReset() local
4240 InboundDoorBellRegister.All = 0; in DAC960_PD_ControllerReset()
4241 InboundDoorBellRegister.Write.ControllerReset = true; in DAC960_PD_ControllerReset()
4242 writeb(InboundDoorBellRegister.All, in DAC960_PD_ControllerReset()
4249 DAC960_PD_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_PD_MailboxFullP() local
4250 InboundDoorBellRegister.All = in DAC960_PD_MailboxFullP()
4252 return InboundDoorBellRegister.Read.MailboxFull; in DAC960_PD_MailboxFullP()
4258 DAC960_PD_InboundDoorBellRegister_T InboundDoorBellRegister; in DAC960_PD_InitializationInProgressP() local
4259 InboundDoorBellRegister.All = in DAC960_PD_InitializationInProgressP()
4261 return InboundDoorBellRegister.Read.InitializationInProgress; in DAC960_PD_InitializationInProgressP()