Lines Matching refs:nchan
3482 u32 mailbox, status, nchan; in cyz_load_fw() local
3603 nchan = readl(&pt_zfwctrl->board_ctrl.n_channel); in cyz_load_fw()
3605 readl(&pt_zfwctrl->board_ctrl.fw_version), nchan); in cyz_load_fw()
3607 if (nchan == 0) { in cyz_load_fw()
3633 return nchan; in cyz_load_fw()
3647 unsigned int device_id, nchan = 0, card_no, i, j; in cy_pci_probe() local
3706 nchan = CyPORTS_PER_CHIP * cyy_init_card(addr2, 1); in cy_pci_probe()
3707 if (nchan == 0) { in cy_pci_probe()
3767 nchan = retval; in cy_pci_probe()
3770 if ((cy_next_channel + nchan) > NR_PORTS) { in cy_pci_probe()
3798 card->num_chips = nchan / CyPORTS_PER_CHIP; in cy_pci_probe()
3827 card->nports = nchan; in cy_pci_probe()
3857 "port %d.\n", card_name, card_no + 1, nchan, cy_next_channel); in cy_pci_probe()
3858 for (j = 0, i = cy_next_channel; i < cy_next_channel + nchan; i++, j++) in cy_pci_probe()
3861 cy_next_channel += nchan; in cy_pci_probe()