Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dspi.c129 } __packed dma_cmd_ext; member
678 c->u.dma_cmd_ext.addr[0] = adr >> 16; in wilc_spi_dma_rw()
679 c->u.dma_cmd_ext.addr[1] = adr >> 8; in wilc_spi_dma_rw()
680 c->u.dma_cmd_ext.addr[2] = adr; in wilc_spi_dma_rw()
681 c->u.dma_cmd_ext.size[0] = sz >> 16; in wilc_spi_dma_rw()
682 c->u.dma_cmd_ext.size[1] = sz >> 8; in wilc_spi_dma_rw()
683 c->u.dma_cmd_ext.size[2] = sz; in wilc_spi_dma_rw()
684 cmd_len = offsetof(struct wilc_spi_cmd, u.dma_cmd_ext.crc); in wilc_spi_dma_rw()
686 c->u.dma_cmd_ext.crc[0] = wilc_get_crc7(wb, cmd_len); in wilc_spi_dma_rw()