/openbmc/u-boot/drivers/usb/host/ |
H A D | ohci-hcd.c | 323 ed_p = &(ohci->hcca->int_table [i]); in ep_print_int_eds() 495 ep_print_int_eds(controller, "hcca"); in ohci_dump() 496 invalidate_dcache_hcca(controller->hcca); in ohci_dump() 497 dbg("hcca frame #%04x", controller->hcca->frame_no); in ohci_dump() 600 invalidate_dcache_hcca(ohci->hcca); in sohci_get_current_frame_number() 601 return m16_swap(ohci->hcca->frame_no); in sohci_get_current_frame_number() 722 for (ed_p = &(ohci->hcca->int_table[\ in ep_link() 732 flush_dcache_hcca(ohci->hcca); in ep_link() 748 __u32 *ed_p = &ohci->hcca->int_table [index]; in periodic_unlink() 1099 invalidate_dcache_hcca(ohci->hcca); in dl_reverse_done_list() [all …]
|
H A D | ohci.h | 134 * The HCCA (Host Controller Communications Area) is a 256 byte 170 __u32 hcca; member 387 struct ohci_hcca *hcca; /* hcca */ member
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-ohci.c | 350 ohci->hcca = 0; in ohci_soft_reset() 472 dma_addr_t addr, struct ohci_hcca *hcca) in ohci_read_hcca() argument 474 return dma_memory_read(ohci->as, addr + ohci->localmem_base, hcca, in ohci_read_hcca() 475 sizeof(*hcca), MEMTXATTRS_UNSPECIFIED); in ohci_read_hcca() 504 dma_addr_t addr, struct ohci_hcca *hcca) in ohci_put_hcca() argument 508 (char *)hcca + HCCA_WRITEBACK_OFFSET, in ohci_put_hcca() 1213 struct ohci_hcca hcca; in ohci_frame_boundary() local 1215 if (ohci_read_hcca(ohci, ohci->hcca, &hcca)) { in ohci_frame_boundary() 1216 trace_usb_ohci_hcca_read_error(ohci->hcca); in ohci_frame_boundary() 1226 ohci_service_ed_list(ohci, le32_to_cpu(hcca.intr[n])); in ohci_frame_boundary() [all …]
|
H A D | hcd-ohci.h | 57 uint32_t hcca; member
|
H A D | trace-events | 61 usb_ohci_hcca_read_error(uint32_t addr) "HCCA read error at 0x%x"
|
/openbmc/linux/drivers/usb/host/ |
H A 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 …]
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | ohci-hub.c | 232 ohci_writel (ohci, (u32) ohci->hcca_dma, &ohci->regs->hcca); in ohci_rh_resume()
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800usb.h | 41 * 0:MGMT, 1:HCCA 2:EDCA
|
H A D | rt2800mmio.h | 63 * 0:MGMT, 1:HCCA 2:EDCA
|
H A D | rt61pci.h | 814 * TX_RING_CSR1: TX Ring size for MGMT Ring, HCCA Ring 1316 * HOST_Q_ID: EDCA/HCCA queue ID.
|
H A D | rt2x00queue.h | 39 * @QID_HCCA: HCCA queue
|
H A D | rt73usb.h | 949 * HOST_Q_ID: EDCA/HCCA queue ID.
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_rf.h | 59 cQos = 0x0200, /* For HCCA, use with CF-Pollable and CF-PollReq */
|
H A D | hal_com.h | 82 /* BK, BE, VI, VO, HCCA, MANAGEMENT, COMMAND, HIGH, BEACON. */
|
/openbmc/linux/drivers/staging/rtl8723bs/hal/ |
H A D | hal_com.c | 369 /* BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA */ in _TwoOutPipeMapping() 386 /* BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA */ in _TwoOutPipeMapping() 410 /* BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA */ in _ThreeOutPipeMapping() 427 /* BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA */ in _ThreeOutPipeMapping()
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | generic-ohci.yaml | 108 Set if frame_no lives in bits [15:0] of HCCA
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | prph.h | 264 * 5 -- unused (HCCA) 265 * 6 -- unused (HCCA)
|
H A D | 3945.h | 404 /* 4 DATA + 1 CMD. There are 2 HCCA queues that are not used. */
|
/openbmc/linux/drivers/staging/rtl8192u/ |
H A D | r8192U_hw.h | 154 RQPN2 = 0x184, // Reserved Queue Page Number, HCCA, Cmd, Mgnt, High
|
/openbmc/u-boot/common/ |
H A D | bootm.c | 532 * controller), because the HCCA (Host Controller Communication Area) in bootm_disable_interrupts() 535 * updated every 1 ms within the HCCA structure in SDRAM! For more in bootm_disable_interrupts()
|
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A D | rtl819x_TSProc.c | 353 // For HCCA or WMMSA, TS cannot be addmit without negotiation. in GetTs()
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | conf.h | 354 CONF_CHANNEL_TYPE_HCCA = 2, /* HCCA*/
|