Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/microchip/wilc1000/
H A Dspi.c131 } __packed dma_cmd_ext; member
715 c->u.dma_cmd_ext.addr[0] = adr >> 16; in wilc_spi_dma_rw()
716 c->u.dma_cmd_ext.addr[1] = adr >> 8; in wilc_spi_dma_rw()
717 c->u.dma_cmd_ext.addr[2] = adr; in wilc_spi_dma_rw()
718 c->u.dma_cmd_ext.size[0] = sz >> 16; in wilc_spi_dma_rw()
719 c->u.dma_cmd_ext.size[1] = sz >> 8; in wilc_spi_dma_rw()
720 c->u.dma_cmd_ext.size[2] = sz; in wilc_spi_dma_rw()
721 cmd_len = offsetof(struct wilc_spi_cmd, u.dma_cmd_ext.crc); in wilc_spi_dma_rw()
723 c->u.dma_cmd_ext.crc[0] = wilc_get_crc7(wb, cmd_len); in wilc_spi_dma_rw()