Home
last modified time | relevance | path

Searched refs:command (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.2/docs/
Dmake.bat18 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.c113 trb->command = __read4b(address + 12); in xhci_get_trb()
126 __write4b(address + 12, trb->command); in xhci_set_trb()
694 …while ((event_trb.command & 1) == xhci_hc[cid].current_event_ring_cycle) // 循环处理处于当前周期的所有event ring in xhci_hc_irq_handler()
699 if ((event_trb.command & (1 << 2)) == 0) // 当前event trb不是由于short packet产生的 in xhci_hc_irq_handler()
718 origin_trb.command &= 0x00ffffff; in xhci_hc_irq_handler()
719 origin_trb.command |= (event_trb.command & 0xff000000); in xhci_hc_irq_handler()
1975 __write4b(xhci_hc[id].cmd_trb_vaddr + 12, trb->command | xhci_hc[id].cmd_trb_cycle); // 命令 in xhci_send_command()
Dxhci.h203 uint32_t command; member
/DragonOS-0.1.2/kernel/src/driver/disk/ahci/
Dahci.h65 uint8_t command; // Command register member
Dahci.c378 cmdfis->command = AHCI_CMD_READ_DMA_EXT; in ahci_read()
470 cmdfis->command = AHCI_CMD_WRITE_DMA_EXT; in ahci_write()