Searched refs:CONTROL_SET (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | ohci.c | 73 #define CONTROL_SET(regs) (regs) macro 717 reg_write(ctx->ohci, CONTROL_SET(ctx->regs), CONTEXT_WAKE); in ar_context_link_page() 1077 reg_write(ctx->ohci, CONTROL_SET(ctx->regs), CONTEXT_RUN); in ar_context_run() 1258 reg_write(ohci, CONTROL_SET(ctx->regs), CONTEXT_RUN | extra); in context_run() 1309 reg = reg_read(ohci, CONTROL_SET(ctx->regs)); in context_stop() 1452 reg_write(ohci, CONTROL_SET(ctx->regs), CONTEXT_WAKE); in at_context_queue_packet() 1698 ctl = reg_read(ohci, CONTROL_SET(regs)); in detect_dead_context() 3508 reg_write(ctx->ohci, CONTROL_SET(ctx->regs), CONTEXT_WAKE); in ohci_flush_queue_iso()
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | ohci.c | 73 #define CONTROL_SET(regs) (regs) macro 717 reg_write(ctx->ohci, CONTROL_SET(ctx->regs), CONTEXT_WAKE); in ar_context_link_page() 1080 reg_write(ctx->ohci, CONTROL_SET(ctx->regs), CONTEXT_RUN); in ar_context_run() 1260 reg_write(ohci, CONTROL_SET(ctx->regs), CONTEXT_RUN | extra); in context_run() 1311 reg = reg_read(ohci, CONTROL_SET(ctx->regs)); in context_stop() 1454 reg_write(ohci, CONTROL_SET(ctx->regs), CONTEXT_WAKE); in at_context_queue_packet() 1709 ctl = reg_read(ohci, CONTROL_SET(regs)); in detect_dead_context() 3520 reg_write(ctx->ohci, CONTROL_SET(ctx->regs), CONTEXT_WAKE); in ohci_flush_queue_iso()
|
Completed in 9 milliseconds