Home
last modified time | relevance | path

Searched full:hcca (Results 1 – 23 of 23) sorted by relevance

/linux-6.12.1/drivers/usb/host/
Dohci-hcd.c510 if (ohci->hcca) in ohci_init()
517 ohci->hcca = gen_pool_dma_alloc_align(hcd->localmem_pool, in ohci_init()
518 sizeof(*ohci->hcca), in ohci_init()
521 ohci->hcca = dma_alloc_coherent(hcd->self.controller, in ohci_init()
522 sizeof(*ohci->hcca), in ohci_init()
525 if (!ohci->hcca) in ohci_init()
594 memset (ohci->hcca, 0, sizeof (struct ohci_hcca)); in ohci_run()
633 ohci_writel (ohci, (u32) ohci->hcca_dma, &ohci->regs->hcca); in ohci_run()
883 * optimization of checking the LSB of hcca->done_head; it doesn't in ohci_irq()
1019 if (ohci->hcca) { in ohci_stop()
[all …]
Dohci.h186 * The HCCA (Host Controller Communications Area) is a 256 byte
220 __hc32 hcca; member
375 struct ohci_hcca *hcca; member
652 * The HCCA frame number is 16 bits, but is accessed as 32 bits since not all
665 tmp = be32_to_cpup((__force __be32 *)&ohci->hcca->frame_no); in ohci_frame_no()
669 tmp = le32_to_cpup((__force __le32 *)&ohci->hcca->frame_no); in ohci_frame_no()
Dohci-dbg.c246 if (controller->hcca) in ohci_dump()
248 "hcca frame #%04x\n", ohci_frame_no(controller)); in ohci_dump()
618 /* hcca */ in fill_registers_buffer()
619 if (ohci->hcca) in fill_registers_buffer()
621 "hcca frame 0x%04x\n", ohci_frame_no(ohci)); in fill_registers_buffer()
Dohci-q.c153 __hc32 *prev_p = &ohci->hcca->int_table [i]; in periodic_link()
277 __hc32 *prev_p = &ohci->hcca->int_table [i]; in periodic_unlink()
497 // flush those writes, and get latest HCCA contents in start_ed_unlink()
940 td_dma = hc32_to_cpup (ohci, &ohci->hcca->done_head); in update_done_list()
941 ohci->hcca->done_head = 0; in update_done_list()
Dohci-hub.c232 ohci_writel (ohci, (u32) ohci->hcca_dma, &ohci->regs->hcca); in ohci_rh_resume()
/linux-6.12.1/drivers/staging/rtl8723bs/include/
Drtw_rf.h59 cQos = 0x0200, /* For HCCA, use with CF-Pollable and CF-PollReq */
Dhal_com.h82 /* BK, BE, VI, VO, HCCA, MANAGEMENT, COMMAND, HIGH, BEACON. */
/linux-6.12.1/drivers/net/wireless/ralink/rt2x00/
Drt2800usb.h41 * 0:MGMT, 1:HCCA 2:EDCA
Drt2800mmio.h63 * 0:MGMT, 1:HCCA 2:EDCA
Drt61pci.h814 * TX_RING_CSR1: TX Ring size for MGMT Ring, HCCA Ring
1316 * HOST_Q_ID: EDCA/HCCA queue ID.
Drt2x00queue.h39 * @QID_HCCA: HCCA queue
Drt73usb.h949 * HOST_Q_ID: EDCA/HCCA queue ID.
Drt2800.h504 * HCCA register offsets
/linux-6.12.1/drivers/staging/rtl8723bs/hal/
Dhal_com.c368 /* BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA */ in _TwoOutPipeMapping()
385 /* BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA */ in _TwoOutPipeMapping()
409 /* BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA */ in _ThreeOutPipeMapping()
426 /* BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA */ in _ThreeOutPipeMapping()
/linux-6.12.1/Documentation/devicetree/bindings/usb/
Dgeneric-ohci.yaml108 Set if frame_no lives in bits [15:0] of HCCA
/linux-6.12.1/drivers/net/wireless/intel/iwlegacy/
Dprph.h264 * 5 -- unused (HCCA)
265 * 6 -- unused (HCCA)
D3945.h406 /* 4 DATA + 1 CMD. There are 2 HCCA queues that are not used. */
Dcommands.h1344 /* HCCA-AP - disable duration overwriting. */
1412 * Set this if txop time is not specified by HCCA protocol (e.g. by AP).
1518 * Set this if txop time is not specified by HCCA protocol (e.g. by AP).
Dcommon.h510 * queue, 2 (unused) HCCA queues, and 4 HT queues (one for each AC) */
/linux-6.12.1/drivers/net/wireless/ti/wlcore/
Dconf.h354 CONF_CHANNEL_TYPE_HCCA = 2, /* HCCA*/
/linux-6.12.1/drivers/net/wireless/ti/wl1251/
Dacx.h1301 /* EDCA: ac index (0-3), HCCA: traffic stream id (8-15) */
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/dvm/
Dcommands.h1154 /* HCCA-AP - disable duration overwriting. */
1249 * Set this if txop time is not specified by HCCA protocol (e.g. by AP).
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Drxmq.c66 /* we don't use HCCA/802.11 QoS TSPECs, so drop such frames */ in iwl_mvm_check_pn()