Lines Matching refs:nchan
3518 u32 mailbox, status, nchan; in cyz_load_fw() local
3639 nchan = readl(&pt_zfwctrl->board_ctrl.n_channel); in cyz_load_fw()
3641 readl(&pt_zfwctrl->board_ctrl.fw_version), nchan); in cyz_load_fw()
3643 if (nchan == 0) { in cyz_load_fw()
3669 return nchan; in cyz_load_fw()
3683 unsigned int device_id, nchan = 0, card_no, i, j; in cy_pci_probe() local
3742 nchan = CyPORTS_PER_CHIP * cyy_init_card(addr2, 1); in cy_pci_probe()
3743 if (nchan == 0) { in cy_pci_probe()
3803 nchan = retval; in cy_pci_probe()
3806 if ((cy_next_channel + nchan) > NR_PORTS) { in cy_pci_probe()
3834 card->num_chips = nchan / CyPORTS_PER_CHIP; in cy_pci_probe()
3863 card->nports = nchan; in cy_pci_probe()
3893 "port %d.\n", card_name, card_no + 1, nchan, cy_next_channel); in cy_pci_probe()
3894 for (j = 0, i = cy_next_channel; i < cy_next_channel + nchan; i++, j++) in cy_pci_probe()
3897 cy_next_channel += nchan; in cy_pci_probe()