Home
last modified time | relevance | path

Searched refs:cdnsp_find_next_ext_cap (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-gadget.c70 int cdnsp_find_next_ext_cap(void __iomem *base, u32 start, int id) in cdnsp_find_next_ext_cap() function
148 offset = cdnsp_find_next_ext_cap(base, offset, D_XEC_PRE_REGS_CAP); in cdnsp_set_chicken_bits_2()
162 offset = cdnsp_find_next_ext_cap(base, offset, D_XEC_PRE_REGS_CAP); in cdnsp_clear_chicken_bits_2()
1575 reg += cdnsp_find_next_ext_cap(reg, 0, XBUF_CAP_ID); in cdnsp_get_ep_buffering()
1772 reg += cdnsp_find_next_ext_cap(reg, 0, RTL_REV_CAP); in cdnsp_get_rev_cap()
Dcdnsp-mem.c1154 offset = cdnsp_find_next_ext_cap(base, 0, in cdnsp_setup_port_arrays()
1158 offset = cdnsp_find_next_ext_cap(base, 0, D_XEC_CFG_3XPORT_CAP); in cdnsp_setup_port_arrays()
1168 offset = cdnsp_find_next_ext_cap(base, offset, in cdnsp_setup_port_arrays()
Dcdnsp-gadget.h1505 int cdnsp_find_next_ext_cap(void __iomem *base, u32 start, int id);