Lines Matching defs:added_ctxs
1361 * e.g. ep 1 IN (with epnum 0x81) => added_ctxs = 0b1000
1364 unsigned int xhci_last_valid_endpoint(u32 added_ctxs)
1366 return fls(added_ctxs) - 1;
1861 u32 added_ctxs;
1876 added_ctxs = xhci_get_endpoint_flag(&ep->desc);
1877 if (added_ctxs == SLOT_FLAG || added_ctxs == EP0_FLAG) {
1883 __func__, added_ctxs);
1901 !(le32_to_cpu(ctrl_ctx->drop_flags) & added_ctxs)) {
1911 if (le32_to_cpu(ctrl_ctx->add_flags) & added_ctxs) {
1928 ctrl_ctx->add_flags |= cpu_to_le32(added_ctxs);