Home
last modified time | relevance | path

Searched refs:count0 (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_udc.c364 u16 count0; in musb_peri_ep0_idle() local
398 count0 = readw(&musbr->ep[0].ep0.count0); in musb_peri_ep0_idle()
399 if (count0 == 0) in musb_peri_ep0_idle()
402 if (count0 != 8) { in musb_peri_ep0_idle()
405 __PRETTY_FUNCTION__, count0); in musb_peri_ep0_idle()
410 read_fifo(0, count0, &ep0_urb->device_request); in musb_peri_ep0_idle()
457 u16 count0; in musb_peri_ep0_rx() local
479 count0 = readw(&musbr->ep[0].ep0.count0); in musb_peri_ep0_rx()
481 if (count0) { in musb_peri_ep0_rx()
495 if (count0 > remaining_space) in musb_peri_ep0_rx()
[all …]
H A Dmusb_core.h24 u16 count0; member
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientRkFs_v1.c781 int count0 = 0; in rkss_get_empty_section_from_usedflags() local
787 if (++count0 == section_size) in rkss_get_empty_section_from_usedflags()
790 count0 = 0; in rkss_get_empty_section_from_usedflags()
H A DOpteeClientRkFs_v2.c493 int count0 = 0; in rkss_get_empty_section_from_usedflags() local
508 if (++count0 == section_size) in rkss_get_empty_section_from_usedflags()
511 count0 = 0; in rkss_get_empty_section_from_usedflags()
H A DOpteeClientRkNewFs_v1.c774 int count0 = 0; in rkss_get_empty_section_from_usedflags() local
790 if (++count0 == section_size) { in rkss_get_empty_section_from_usedflags()
794 count0 = 0; in rkss_get_empty_section_from_usedflags()
H A DOpteeClientRkNewFs_v2.c501 int count0 = 0; in rkss_get_empty_section_from_usedflags() local
516 if (++count0 == section_size) in rkss_get_empty_section_from_usedflags()
519 count0 = 0; in rkss_get_empty_section_from_usedflags()