Lines Matching refs:words
264 uint32_t drv_size = sizeof(ident->drv.words) / in ionic_identify()
265 sizeof(ident->drv.words[0]); in ionic_identify()
268 uint32_t dev_size = sizeof(ident->dev.words) / in ionic_identify()
269 sizeof(ident->dev.words[0]); in ionic_identify()
285 iowrite32(ident->drv.words[i], &idev->dev_cmd->data[i]); in ionic_identify()
292 ident->dev.words[i] = ioread32(&idev->dev_cmd->data[i]); in ionic_identify()
325 unsigned int port_words = sizeof(ident->port.words) / in ionic_port_identify()
326 sizeof(ident->port.words[0]); in ionic_port_identify()
338 ident->port.words[i] = in ionic_port_identify()
374 unsigned int config_words = sizeof(ident->port.config.words) / in ionic_port_init()
375 sizeof(ident->port.config.words[0]); in ionic_port_init()
404 iowrite32(ident->port.config.words[i], &idev->dev_cmd->data[i]); in ionic_port_init()