Home
last modified time | relevance | path

Searched refs:D2H_MSG_COUNT (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_sdio_comm.h74 D2H_MSG_COUNT = 32 /* max support msg count */ enumerator
H A Doal_sdio_host_if.h171 sdio_msg_stru msg[D2H_MSG_COUNT];
H A Doal_sdio_host.c319 if (hi_sdio == HI_NULL || msg >= D2H_MSG_COUNT) { in oal_sdio_message_register()
336 if (bus == HI_NULL || msg >= D2H_MSG_COUNT) { in oal_sdio_message_unregister()
427 oal_bit_atomic_for_each_set(bit, (const unsigned long *)&msg_tmp, D2H_MSG_COUNT) { in oal_sdio_msg_irq()
428 if (bit >= D2H_MSG_COUNT) { in oal_sdio_msg_irq()
429 printk("oal_sdio_msg_irq, bit >= D2H_MSG_COUNT\n"); in oal_sdio_msg_irq()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_sdio_device.h64 D2H_MSG_COUNT = 32, /**< max support msg count */ enumerator

Completed in 5 milliseconds