Searched refs:command (Results 1 – 6 of 6) sorted by relevance
18 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
65 uint8_t command; // Command register member
138 volatile_write!(cmdfis.command, ATA_CMD_READ_DMA_EXT); in read_at()275 volatile_write!(cmdfis.command, ATA_CMD_WRITE_DMA_EXT); in write_at()
279 pub command: u8, // Command register field
113 trb->command = __read4b(address + 12); in xhci_get_trb()126 __write4b(address + 12, trb->command); in xhci_set_trb()696 …while ((event_trb.command & 1) == xhci_hc[cid].current_event_ring_cycle) // 循环处理处于当前周期的所有event ring in xhci_hc_irq_handler()701 if ((event_trb.command & (1 << 2)) == 0) // 当前event trb不是由于short packet产生的 in xhci_hc_irq_handler()720 origin_trb.command &= 0x00ffffff; in xhci_hc_irq_handler()721 origin_trb.command |= (event_trb.command & 0xff000000); in xhci_hc_irq_handler()1977 __write4b(xhci_hc[id].cmd_trb_vaddr + 12, trb->command | xhci_hc[id].cmd_trb_cycle); // 命令 in xhci_send_command()
203 uint32_t command; member