Lines Matching refs:which
190 io7_redirect_one_lsi(struct io7 *io7, unsigned int which, unsigned int where) in io7_redirect_one_lsi() argument
197 val = io7->csrs->PO7_LSI_CTL[which].csr; in io7_redirect_one_lsi()
201 io7->csrs->PO7_LSI_CTL[which].csr = val; in io7_redirect_one_lsi()
203 io7->csrs->PO7_LSI_CTL[which].csr; in io7_redirect_one_lsi()
207 io7_redirect_one_msi(struct io7 *io7, unsigned int which, unsigned int where) in io7_redirect_one_msi() argument
214 val = io7->csrs->PO7_MSI_CTL[which].csr; in io7_redirect_one_msi()
218 io7->csrs->PO7_MSI_CTL[which].csr = val; in io7_redirect_one_msi()
220 io7->csrs->PO7_MSI_CTL[which].csr; in io7_redirect_one_msi()
224 init_one_io7_lsi(struct io7 *io7, unsigned int which, unsigned int where) in init_one_io7_lsi() argument
229 io7->csrs->PO7_LSI_CTL[which].csr = ((unsigned long)where << 14); in init_one_io7_lsi()
231 io7->csrs->PO7_LSI_CTL[which].csr; in init_one_io7_lsi()
235 init_one_io7_msi(struct io7 *io7, unsigned int which, unsigned int where) in init_one_io7_msi() argument
240 io7->csrs->PO7_MSI_CTL[which].csr = ((unsigned long)where << 14); in init_one_io7_msi()
242 io7->csrs->PO7_MSI_CTL[which].csr; in init_one_io7_msi()