Searched refs:bufinfo (Results 1 – 3 of 3) sorted by relevance
1707 &hw->bufinfo, sizeof(hw->bufinfo)); in hfa384x_drvr_flashdl_enable()1711 le16_to_cpus(&hw->bufinfo.page); in hfa384x_drvr_flashdl_enable()1712 le16_to_cpus(&hw->bufinfo.offset); in hfa384x_drvr_flashdl_enable()1713 le16_to_cpus(&hw->bufinfo.len); in hfa384x_drvr_flashdl_enable()1824 HFA384x_ADDR_AUX_MKFLAT(hw->bufinfo.page, hw->bufinfo.offset); in hfa384x_drvr_flashdl_write()1826 hw->bufinfo.page, hw->bufinfo.offset, dlbufaddr); in hfa384x_drvr_flashdl_write()1835 nburns = len / hw->bufinfo.len; in hfa384x_drvr_flashdl_write()1836 nburns += (len % hw->bufinfo.len) ? 1 : 0; in hfa384x_drvr_flashdl_write()1839 nwrites = hw->bufinfo.len / HFA384x_USB_RWMEM_MAXLEN; in hfa384x_drvr_flashdl_write()1840 nwrites += (hw->bufinfo.len % HFA384x_USB_RWMEM_MAXLEN) ? 1 : 0; in hfa384x_drvr_flashdl_write()[all …]
1263 struct hfa384x_downloadbuffer bufinfo; member
2558 char bufinfo[100]; in ia_css_debug_pipe_graph_dump_frame() local2561 snprintf(bufinfo, sizeof(bufinfo), "Internal"); in ia_css_debug_pipe_graph_dump_frame()2563 snprintf(bufinfo, sizeof(bufinfo), "Queue: %s %s", in ia_css_debug_pipe_graph_dump_frame()2575 bufinfo); in ia_css_debug_pipe_graph_dump_frame()