Searched refs:sdio_patch_readsb (Results 1 – 3 of 3) sorted by relevance
39 extern hi_s32 sdio_patch_readsb(hi_u8 *buf, hi_u32 len, hi_u32 timeout);
45 #define oal_bus_patch_readsb(buf, len, ms_timeout) sdio_patch_readsb(buf, len, ms_timeout)
76 hi_s32 sdio_patch_readsb(hi_u8 *buf, hi_u32 len, hi_u32 timeout) in sdio_patch_readsb() function