Home
last modified time | relevance | path

Searched refs:skip_map (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/isp1760/
H A Disp1760-hcd.c723 int skip_map; in start_bus_transfer() local
750 skip_map = reg_read32(hcd->regs, HC_ATL_PTD_SKIPMAP_REG); in start_bus_transfer()
751 skip_map &= ~(1 << qh->slot); in start_bus_transfer()
752 reg_write32(hcd->regs, HC_ATL_PTD_SKIPMAP_REG, skip_map); in start_bus_transfer()
754 skip_map = reg_read32(hcd->regs, HC_INT_PTD_SKIPMAP_REG); in start_bus_transfer()
755 skip_map &= ~(1 << qh->slot); in start_bus_transfer()
756 reg_write32(hcd->regs, HC_INT_PTD_SKIPMAP_REG, skip_map); in start_bus_transfer()
1075 int skip_map; in handle_done_ptds() local
1077 skip_map = reg_read32(hcd->regs, HC_INT_PTD_SKIPMAP_REG); in handle_done_ptds()
1078 priv->int_done_map &= ~skip_map; in handle_done_ptds()
1580 int skip_map; kill_transfer() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Disp1362-hcd.c199 pr_err("%s: %s len %d/%d num_ptds %d buf_map %08lx skip_map %08lx\n", __func__, in claim_ptd_buffers()
200 epq->name, len, epq->blk_size, num_ptds, epq->buf_map, epq->skip_map); in claim_ptd_buffers()
220 epq->buf_avail, epq->buf_count, num_ptds, epq->buf_map, epq->skip_map); in claim_ptd_buffers()
230 pr_err("%s: ep %p req %d len %d %s PTD[%d] $%04x num_ptds %d buf_count %d buf_avail %d buf_map %08lx skip_map %08lx\n", in release_ptd_buffers()
233 epq->buf_map, epq->skip_map); in release_ptd_buffers()
237 bitmap_set(&epq->skip_map, ep->ptd_index, ep->num_ptds); in release_ptd_buffers()
247 DBG(1, "%s: buf_map %08lx skip_map %08lx\n", __func__, in release_ptd_buffers()
248 epq->buf_map, epq->skip_map); in release_ptd_buffers()
422 index, ep->ptd_offset, epq->skip_map, 1 << index); in remove_ptd()
425 epq->skip_map | in remove_ptd()
1088 u32 skip_map = isp1362_read_reg32(isp1362_hcd, HCINTLSKIP); isp1362_irq() local
1111 u32 skip_map = isp1362_read_reg32(isp1362_hcd, HCATLSKIP); isp1362_irq() local
[all...]
H A Disp1362.h417 unsigned long skip_map; member
/kernel/linux/linux-6.6/drivers/usb/host/
H A Disp1362-hcd.c199 pr_err("%s: %s len %d/%d num_ptds %d buf_map %08lx skip_map %08lx\n", __func__, in claim_ptd_buffers()
200 epq->name, len, epq->blk_size, num_ptds, epq->buf_map, epq->skip_map); in claim_ptd_buffers()
220 epq->buf_avail, epq->buf_count, num_ptds, epq->buf_map, epq->skip_map); in claim_ptd_buffers()
230 pr_err("%s: ep %p req %d len %d %s PTD[%d] $%04x num_ptds %d buf_count %d buf_avail %d buf_map %08lx skip_map %08lx\n", in release_ptd_buffers()
233 epq->buf_map, epq->skip_map); in release_ptd_buffers()
237 bitmap_set(&epq->skip_map, ep->ptd_index, ep->num_ptds); in release_ptd_buffers()
247 DBG(1, "%s: buf_map %08lx skip_map %08lx\n", __func__, in release_ptd_buffers()
248 epq->buf_map, epq->skip_map); in release_ptd_buffers()
422 index, ep->ptd_offset, epq->skip_map, 1 << index); in remove_ptd()
425 epq->skip_map | in remove_ptd()
1088 u32 skip_map = isp1362_read_reg32(isp1362_hcd, HCINTLSKIP); isp1362_irq() local
1111 u32 skip_map = isp1362_read_reg32(isp1362_hcd, HCATLSKIP); isp1362_irq() local
[all...]
H A Disp1362.h417 unsigned long skip_map; member
/kernel/linux/linux-6.6/drivers/usb/isp1760/
H A Disp1760-hcd.c1007 int skip_map; in start_bus_transfer() local
1020 skip_map = isp1760_hcd_read(hcd, HC_ATL_PTD_SKIPMAP); in start_bus_transfer()
1022 skip_map | (1 << slot)); in start_bus_transfer()
1026 skip_map = isp1760_hcd_read(hcd, HC_INT_PTD_SKIPMAP); in start_bus_transfer()
1028 skip_map | (1 << slot)); in start_bus_transfer()
1033 skip_map &= ~(1 << slot); in start_bus_transfer()
1042 isp1760_hcd_write(hcd, HC_ATL_PTD_SKIPMAP, skip_map); in start_bus_transfer()
1044 isp1760_hcd_write(hcd, HC_INT_PTD_SKIPMAP, skip_map); in start_bus_transfer()
1363 int skip_map; in handle_done_ptds() local
1365 skip_map in handle_done_ptds()
1968 int skip_map; kill_transfer() local
[all...]

Completed in 13 milliseconds