Searched refs:NextCommandMailbox (Results 1 – 2 of 2) sorted by relevance
324 DAC960_V2_CommandMailbox_T *NextCommandMailbox = in DAC960_BA_QueueCommand() local325 Controller->V2.NextCommandMailbox; in DAC960_BA_QueueCommand()327 DAC960_BA_WriteCommandMailbox(NextCommandMailbox, CommandMailbox); in DAC960_BA_QueueCommand()333 Controller->V2.PreviousCommandMailbox1 = NextCommandMailbox; in DAC960_BA_QueueCommand()334 if (++NextCommandMailbox > Controller->V2.LastCommandMailbox) in DAC960_BA_QueueCommand()335 NextCommandMailbox = Controller->V2.FirstCommandMailbox; in DAC960_BA_QueueCommand()336 Controller->V2.NextCommandMailbox = NextCommandMailbox; in DAC960_BA_QueueCommand()349 DAC960_V2_CommandMailbox_T *NextCommandMailbox = in DAC960_LP_QueueCommand() local350 Controller->V2.NextCommandMailbox; in DAC960_LP_QueueCommand()352 DAC960_LP_WriteCommandMailbox(NextCommandMailbox, CommandMailbox); in DAC960_LP_QueueCommand()[all …]
2410 DAC960_V1_CommandMailbox_T *NextCommandMailbox; member2452 DAC960_V2_CommandMailbox_T *NextCommandMailbox; member3555 writew(Controller->V1.NextCommandMailbox - Controller->V1.FirstCommandMailbox, in DAC960_LA_SaveMemoryMailboxInfo()3917 writew(Controller->V1.NextCommandMailbox - Controller->V1.FirstCommandMailbox, in DAC960_PG_SaveMemoryMailboxInfo()