Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c1686 &hw->bufinfo, sizeof(hw->bufinfo)); in hfa384x_drvr_flashdl_enable()
1690 le16_to_cpus(&hw->bufinfo.page); in hfa384x_drvr_flashdl_enable()
1691 le16_to_cpus(&hw->bufinfo.offset); in hfa384x_drvr_flashdl_enable()
1692 le16_to_cpus(&hw->bufinfo.len); in hfa384x_drvr_flashdl_enable()
1803 HFA384x_ADDR_AUX_MKFLAT(hw->bufinfo.page, hw->bufinfo.offset); in hfa384x_drvr_flashdl_write()
1805 hw->bufinfo.page, hw->bufinfo.offset, dlbufaddr); in hfa384x_drvr_flashdl_write()
1814 nburns = len / hw->bufinfo.len; in hfa384x_drvr_flashdl_write()
1815 nburns += (len % hw->bufinfo.len) ? 1 : 0; in hfa384x_drvr_flashdl_write()
1824 burnlen = (len - (hw->bufinfo.len * i)) > hw->bufinfo.len ? in hfa384x_drvr_flashdl_write()
1825 hw->bufinfo.len : (len - (hw->bufinfo.len * i)); in hfa384x_drvr_flashdl_write()
[all …]
H A Dhfa384x.h1071 struct hfa384x_downloadbuffer bufinfo; member
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c2555 char bufinfo[100]; in ia_css_debug_pipe_graph_dump_frame() local
2558 snprintf(bufinfo, sizeof(bufinfo), "Internal"); in ia_css_debug_pipe_graph_dump_frame()
2560 snprintf(bufinfo, sizeof(bufinfo), "Queue: %s %s", in ia_css_debug_pipe_graph_dump_frame()
2572 bufinfo); in ia_css_debug_pipe_graph_dump_frame()