| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ohci-hcd.c | 327 ed_p = &(ohci->hcca->int_table [i]); in ep_print_int_eds() 499 ep_print_int_eds(controller, "hcca"); in ohci_dump() 500 invalidate_dcache_hcca(controller->hcca); in ohci_dump() 501 dbg("hcca frame #%04x", controller->hcca->frame_no); in ohci_dump() 604 invalidate_dcache_hcca(ohci->hcca); in sohci_get_current_frame_number() 605 return m16_swap(ohci->hcca->frame_no); in sohci_get_current_frame_number() 726 for (ed_p = &(ohci->hcca->int_table[\ in ep_link() 736 flush_dcache_hcca(ohci->hcca); in ep_link() 752 __u32 *ed_p = &ohci->hcca->int_table [index]; in periodic_unlink() 1103 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
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ohci-hcd.c | 512 if (ohci->hcca) in ohci_init() 519 ohci->hcca = gen_pool_dma_alloc_align(hcd->localmem_pool, in ohci_init() 520 sizeof(*ohci->hcca), in ohci_init() 523 ohci->hcca = dma_alloc_coherent(hcd->self.controller, in ohci_init() 524 sizeof(*ohci->hcca), in ohci_init() 527 if (!ohci->hcca) in ohci_init() 596 memset (ohci->hcca, 0, sizeof (struct ohci_hcca)); in ohci_run() 635 ohci_writel (ohci, (u32) ohci->hcca_dma, &ohci->regs->hcca); in ohci_run() 885 * optimization of checking the LSB of hcca->done_head; it doesn't in ohci_irq() 1013 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()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/ |
| H A D | hal_com.c | 194 * BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA in two_out_pipe() 210 * BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA in two_out_pipe() 233 * BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA in three_out_pipe() 249 * BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA in three_out_pipe()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.c | 196 ed_p = &(ohci->hcca->int_table [i]); in ep_print_int_eds() 361 ep_print_int_eds (controller, "hcca"); in ohci_dump() 362 dbg ("hcca frame #%04x", controller->hcca->frame_no); in ohci_dump() 458 return m16_swap (ohci->hcca->frame_no); in sohci_get_current_frame_number() 765 td_list_hc = m32_swap (ohci->hcca->done_head) & 0xfffffff0; in dl_reverse_done_list() 766 ohci->hcca->done_head = 0; in dl_reverse_done_list() 1304 writel ((__u32)ohci->hcca, &ohci->regs->hcca); /* a reset clears this */ in hc_start() 1357 if ((ohci->hcca->done_head != 0) && !(m32_swap (ohci->hcca->done_head) & 0x01)) { in hc_interrupt() 1363 /* dbg("Interrupt: %x frame: %x", ints, le16_to_cpu (ohci->hcca->frame_no)); */ in hc_interrupt() 1403 unsigned int frame = m16_swap (ohci->hcca->frame_no) & 1; in hc_interrupt() [all …]
|
| H A D | au1x00_usb_ohci.h | 123 * The HCCA (Host Controller Communications Area) is a 256 byte 157 __u32 hcca; member 350 struct ohci_hcca *hcca; /* hcca */ member
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | generic-ohci.yaml | 66 Set if frame_no lives in bits [15:0] of HCCA
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/ |
| H A D | rtw_rf.h | 55 cQos = 0x0200, /* For HCCA, use with CF-Pollable
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_rf.h | 62 cQos = 0x0200, /* For HCCA, use with CF-Pollable and CF-PollReq */
|
| H A D | hal_com.h | 179 /* BK, BE, VI, VO, HCCA, MANAGEMENT, COMMAND, HIGH, BEACON. */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | rtw_rf.h | 75 cQos = 0x0200, // For HCCA, use with CF-Pollable and CF-PollReq
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0006_let_dma_memory_read_write_function_take_MemTxAttrs_argument.patch | 1268 dma_addr_t addr, struct ohci_hcca *hcca) 1271 - hcca, sizeof(*hcca)); 1272 + return dma_memory_read(ohci->as, addr + ohci->localmem_base, hcca, 1273 + sizeof(*hcca), MEMTXATTRS_UNSPECIFIED); 1280 (char *)hcca + HCCA_WRITEBACK_OFFSET,
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/ |
| H A D | hal_com.c | 770 /* BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA */ in _TwoOutPipeMapping() 787 /* BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA */ in _TwoOutPipeMapping() 811 /* BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA */ in _ThreeOutPipeMapping() 828 /* BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA */ in _ThreeOutPipeMapping()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | rtw_rf.h | 93 cQos = 0x0200, /* For HCCA, use with CF-Pollable and CF-PollReq */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | rtw_rf.h | 89 cQos = 0x0200, // For HCCA, use with CF-Pollable and CF-PollReq
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/ |
| H A D | prph.h | 264 * 5 -- unused (HCCA) 265 * 6 -- unused (HCCA)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/ |
| H A D | rtw_rf.h | 70 cQos = 0x0200, /* For HCCA, use with CF-Pollable and CF-PollReq */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/ |
| H A D | rtw_rf.h | 70 cQos = 0x0200, /* For HCCA, use with CF-Pollable and CF-PollReq */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | rtw_rf.h | 67 cQos = 0x0200, /* For HCCA, use with CF-Pollable and CF-PollReq */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/ |
| H A D | rtw_rf.h | 70 cQos = 0x0200, /* For HCCA, use with CF-Pollable and CF-PollReq */
|