/linux-6.12.1/drivers/usb/host/ |
D | ohci-hcd.c | 510 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 …]
|
D | ohci.h | 186 * 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()
|
D | ohci-dbg.c | 246 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()
|
D | ohci-q.c | 153 __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()
|
D | ohci-hub.c | 232 ohci_writel (ohci, (u32) ohci->hcca_dma, &ohci->regs->hcca); in ohci_rh_resume()
|
/linux-6.12.1/drivers/staging/rtl8723bs/include/ |
D | rtw_rf.h | 59 cQos = 0x0200, /* For HCCA, use with CF-Pollable and CF-PollReq */
|
D | hal_com.h | 82 /* BK, BE, VI, VO, HCCA, MANAGEMENT, COMMAND, HIGH, BEACON. */
|
/linux-6.12.1/drivers/net/wireless/ralink/rt2x00/ |
D | rt2800usb.h | 41 * 0:MGMT, 1:HCCA 2:EDCA
|
D | rt2800mmio.h | 63 * 0:MGMT, 1:HCCA 2:EDCA
|
D | rt61pci.h | 814 * TX_RING_CSR1: TX Ring size for MGMT Ring, HCCA Ring 1316 * HOST_Q_ID: EDCA/HCCA queue ID.
|
D | rt2x00queue.h | 39 * @QID_HCCA: HCCA queue
|
D | rt73usb.h | 949 * HOST_Q_ID: EDCA/HCCA queue ID.
|
D | rt2800.h | 504 * HCCA register offsets
|
/linux-6.12.1/drivers/staging/rtl8723bs/hal/ |
D | hal_com.c | 368 /* 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/ |
D | generic-ohci.yaml | 108 Set if frame_no lives in bits [15:0] of HCCA
|
/linux-6.12.1/drivers/net/wireless/intel/iwlegacy/ |
D | prph.h | 264 * 5 -- unused (HCCA) 265 * 6 -- unused (HCCA)
|
D | 3945.h | 406 /* 4 DATA + 1 CMD. There are 2 HCCA queues that are not used. */
|
D | commands.h | 1344 /* 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).
|
D | common.h | 510 * queue, 2 (unused) HCCA queues, and 4 HT queues (one for each AC) */
|
/linux-6.12.1/drivers/net/wireless/ti/wlcore/ |
D | conf.h | 354 CONF_CHANNEL_TYPE_HCCA = 2, /* HCCA*/
|
/linux-6.12.1/drivers/net/wireless/ti/wl1251/ |
D | acx.h | 1301 /* EDCA: ac index (0-3), HCCA: traffic stream id (8-15) */
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | commands.h | 1154 /* 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/ |
D | rxmq.c | 66 /* we don't use HCCA/802.11 QoS TSPECs, so drop such frames */ in iwl_mvm_check_pn()
|