Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wilc1000/
Dhost_interface.c290 u8 *currbyte, *buffer; in handle_set_wfi_drv_handler() local
302 currbyte = buffer; in handle_set_wfi_drv_handler()
303 *currbyte = hif_drv->driver_handler_id & DRV_HANDLER_MASK; in handle_set_wfi_drv_handler()
304 currbyte++; in handle_set_wfi_drv_handler()
305 *currbyte = (u32)0 & DRV_HANDLER_MASK; in handle_set_wfi_drv_handler()
306 currbyte++; in handle_set_wfi_drv_handler()
307 *currbyte = (u32)0 & DRV_HANDLER_MASK; in handle_set_wfi_drv_handler()
308 currbyte++; in handle_set_wfi_drv_handler()
309 *currbyte = (u32)0 & DRV_HANDLER_MASK; in handle_set_wfi_drv_handler()
310 currbyte++; in handle_set_wfi_drv_handler()
[all …]