Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1 | /* |
| 2 | * hfcmulti.c low level driver for hfc-4s/hfc-8s/hfc-e1 based cards |
| 3 | * |
| 4 | * Author Andreas Eversberg (jolly@eversberg.eu) |
| 5 | * ported to mqueue mechanism: |
| 6 | * Peter Sprenger (sprengermoving-bytes.de) |
| 7 | * |
| 8 | * inspired by existing hfc-pci driver: |
| 9 | * Copyright 1999 by Werner Cornelius (werner@isdn-development.de) |
| 10 | * Copyright 2008 by Karsten Keil (kkeil@suse.de) |
| 11 | * Copyright 2008 by Andreas Eversberg (jolly@eversberg.eu) |
| 12 | * |
| 13 | * This program is free software; you can redistribute it and/or modify |
| 14 | * it under the terms of the GNU General Public License as published by |
| 15 | * the Free Software Foundation; either version 2, or (at your option) |
| 16 | * any later version. |
| 17 | * |
| 18 | * This program is distributed in the hope that it will be useful, |
| 19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 21 | * GNU General Public License for more details. |
| 22 | * |
| 23 | * You should have received a copy of the GNU General Public License |
| 24 | * along with this program; if not, write to the Free Software |
| 25 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
| 26 | * |
| 27 | * |
| 28 | * Thanks to Cologne Chip AG for this great controller! |
| 29 | */ |
| 30 | |
| 31 | /* |
| 32 | * module parameters: |
| 33 | * type: |
| 34 | * By default (0), the card is automatically detected. |
| 35 | * Or use the following combinations: |
| 36 | * Bit 0-7 = 0x00001 = HFC-E1 (1 port) |
| 37 | * or Bit 0-7 = 0x00004 = HFC-4S (4 ports) |
| 38 | * or Bit 0-7 = 0x00008 = HFC-8S (8 ports) |
| 39 | * Bit 8 = 0x00100 = uLaw (instead of aLaw) |
| 40 | * Bit 9 = 0x00200 = Disable DTMF detect on all B-channels via hardware |
| 41 | * Bit 10 = spare |
| 42 | * Bit 11 = 0x00800 = Force PCM bus into slave mode. (otherwhise auto) |
| 43 | * or Bit 12 = 0x01000 = Force PCM bus into master mode. (otherwhise auto) |
| 44 | * Bit 13 = spare |
| 45 | * Bit 14 = 0x04000 = Use external ram (128K) |
| 46 | * Bit 15 = 0x08000 = Use external ram (512K) |
| 47 | * Bit 16 = 0x10000 = Use 64 timeslots instead of 32 |
| 48 | * or Bit 17 = 0x20000 = Use 128 timeslots instead of anything else |
| 49 | * Bit 18 = spare |
| 50 | * Bit 19 = 0x80000 = Send the Watchdog a Signal (Dual E1 with Watchdog) |
| 51 | * (all other bits are reserved and shall be 0) |
| 52 | * example: 0x20204 one HFC-4S with dtmf detection and 128 timeslots on PCM |
| 53 | * bus (PCM master) |
| 54 | * |
| 55 | * port: (optional or required for all ports on all installed cards) |
| 56 | * HFC-4S/HFC-8S only bits: |
| 57 | * Bit 0 = 0x001 = Use master clock for this S/T interface |
| 58 | * (ony once per chip). |
| 59 | * Bit 1 = 0x002 = transmitter line setup (non capacitive mode) |
| 60 | * Don't use this unless you know what you are doing! |
| 61 | * Bit 2 = 0x004 = Disable E-channel. (No E-channel processing) |
| 62 | * example: 0x0001,0x0000,0x0000,0x0000 one HFC-4S with master clock |
| 63 | * received from port 1 |
| 64 | * |
| 65 | * HFC-E1 only bits: |
| 66 | * Bit 0 = 0x0001 = interface: 0=copper, 1=optical |
| 67 | * Bit 1 = 0x0002 = reserved (later for 32 B-channels transparent mode) |
| 68 | * Bit 2 = 0x0004 = Report LOS |
| 69 | * Bit 3 = 0x0008 = Report AIS |
| 70 | * Bit 4 = 0x0010 = Report SLIP |
| 71 | * Bit 5 = 0x0020 = Report RDI |
| 72 | * Bit 8 = 0x0100 = Turn off CRC-4 Multiframe Mode, use double frame |
| 73 | * mode instead. |
| 74 | * Bit 9 = 0x0200 = Force get clock from interface, even in NT mode. |
| 75 | * or Bit 10 = 0x0400 = Force put clock to interface, even in TE mode. |
| 76 | * Bit 11 = 0x0800 = Use direct RX clock for PCM sync rather than PLL. |
| 77 | * (E1 only) |
| 78 | * Bit 12-13 = 0xX000 = elastic jitter buffer (1-3), Set both bits to 0 |
| 79 | * for default. |
| 80 | * (all other bits are reserved and shall be 0) |
| 81 | * |
| 82 | * debug: |
| 83 | * NOTE: only one debug value must be given for all cards |
| 84 | * enable debugging (see hfc_multi.h for debug options) |
| 85 | * |
| 86 | * poll: |
| 87 | * NOTE: only one poll value must be given for all cards |
| 88 | * Give the number of samples for each fifo process. |
| 89 | * By default 128 is used. Decrease to reduce delay, increase to |
| 90 | * reduce cpu load. If unsure, don't mess with it! |
| 91 | * Valid is 8, 16, 32, 64, 128, 256. |
| 92 | * |
| 93 | * pcm: |
| 94 | * NOTE: only one pcm value must be given for every card. |
| 95 | * The PCM bus id tells the mISDNdsp module about the connected PCM bus. |
| 96 | * By default (0), the PCM bus id is 100 for the card that is PCM master. |
| 97 | * If multiple cards are PCM master (because they are not interconnected), |
| 98 | * each card with PCM master will have increasing PCM id. |
| 99 | * All PCM busses with the same ID are expected to be connected and have |
| 100 | * common time slots slots. |
| 101 | * Only one chip of the PCM bus must be master, the others slave. |
| 102 | * -1 means no support of PCM bus not even. |
| 103 | * Omit this value, if all cards are interconnected or none is connected. |
| 104 | * If unsure, don't give this parameter. |
| 105 | * |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 106 | * dmask and bmask: |
| 107 | * NOTE: One dmask value must be given for every HFC-E1 card. |
| 108 | * If omitted, the E1 card has D-channel on time slot 16, which is default. |
| 109 | * dmask is a 32 bit mask. The bit must be set for an alternate time slot. |
| 110 | * If multiple bits are set, multiple virtual card fragments are created. |
| 111 | * For each bit set, a bmask value must be given. Each bit on the bmask |
| 112 | * value stands for a B-channel. The bmask may not overlap with dmask or |
| 113 | * with other bmask values for that card. |
| 114 | * Example: dmask=0x00020002 bmask=0x0000fffc,0xfffc0000 |
| 115 | * This will create one fragment with D-channel on slot 1 with |
| 116 | * B-channels on slots 2..15, and a second fragment with D-channel |
| 117 | * on slot 17 with B-channels on slot 18..31. Slot 16 is unused. |
| 118 | * If bit 0 is set (dmask=0x00000001) the D-channel is on slot 0 and will |
| 119 | * not function. |
| 120 | * Example: dmask=0x00000001 bmask=0xfffffffe |
| 121 | * This will create a port with all 31 usable timeslots as |
| 122 | * B-channels. |
| 123 | * If no bits are set on bmask, no B-channel is created for that fragment. |
| 124 | * Example: dmask=0xfffffffe bmask=0,0,0,0.... (31 0-values for bmask) |
| 125 | * This will create 31 ports with one D-channel only. |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 126 | * If you don't know how to use it, you don't need it! |
| 127 | * |
| 128 | * iomode: |
| 129 | * NOTE: only one mode value must be given for every card. |
| 130 | * -> See hfc_multi.h for HFC_IO_MODE_* values |
| 131 | * By default, the IO mode is pci memory IO (MEMIO). |
Gilles Espinasse | f77f13e | 2010-03-29 15:41:47 +0200 | [diff] [blame] | 132 | * Some cards require specific IO mode, so it cannot be changed. |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 133 | * It may be useful to set IO mode to register io (REGIO) to solve |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 134 | * PCI bridge problems. |
| 135 | * If unsure, don't give this parameter. |
| 136 | * |
| 137 | * clockdelay_nt: |
| 138 | * NOTE: only one clockdelay_nt value must be given once for all cards. |
| 139 | * Give the value of the clock control register (A_ST_CLK_DLY) |
| 140 | * of the S/T interfaces in NT mode. |
| 141 | * This register is needed for the TBR3 certification, so don't change it. |
| 142 | * |
| 143 | * clockdelay_te: |
| 144 | * NOTE: only one clockdelay_te value must be given once |
| 145 | * Give the value of the clock control register (A_ST_CLK_DLY) |
| 146 | * of the S/T interfaces in TE mode. |
| 147 | * This register is needed for the TBR3 certification, so don't change it. |
Andreas Eversberg | 3bd69ad | 2008-09-06 09:03:46 +0200 | [diff] [blame] | 148 | * |
| 149 | * clock: |
Andreas Eversberg | 1b36c78 | 2008-09-20 13:43:28 +0200 | [diff] [blame] | 150 | * NOTE: only one clock value must be given once |
Andreas Eversberg | 3bd69ad | 2008-09-06 09:03:46 +0200 | [diff] [blame] | 151 | * Selects interface with clock source for mISDN and applications. |
| 152 | * Set to card number starting with 1. Set to -1 to disable. |
| 153 | * By default, the first card is used as clock source. |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 154 | * |
| 155 | * hwid: |
| 156 | * NOTE: only one hwid value must be given once |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 157 | * Enable special embedded devices with XHFC controllers. |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 158 | */ |
| 159 | |
| 160 | /* |
| 161 | * debug register access (never use this, it will flood your system log) |
| 162 | * #define HFC_REGISTER_DEBUG |
| 163 | */ |
| 164 | |
Karsten Keil | 69e656c | 2009-01-07 00:00:59 +0100 | [diff] [blame] | 165 | #define HFC_MULTI_VERSION "2.03" |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 166 | |
Alexey Dobriyan | a6b7a40 | 2011-06-06 10:43:46 +0000 | [diff] [blame] | 167 | #include <linux/interrupt.h> |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 168 | #include <linux/module.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 169 | #include <linux/slab.h> |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 170 | #include <linux/pci.h> |
| 171 | #include <linux/delay.h> |
| 172 | #include <linux/mISDNhw.h> |
| 173 | #include <linux/mISDNdsp.h> |
| 174 | |
| 175 | /* |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 176 | #define IRQCOUNT_DEBUG |
| 177 | #define IRQ_DEBUG |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 178 | */ |
| 179 | |
| 180 | #include "hfc_multi.h" |
| 181 | #ifdef ECHOPREP |
| 182 | #include "gaintab.h" |
| 183 | #endif |
| 184 | |
| 185 | #define MAX_CARDS 8 |
| 186 | #define MAX_PORTS (8 * MAX_CARDS) |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 187 | #define MAX_FRAGS (32 * MAX_CARDS) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 188 | |
| 189 | static LIST_HEAD(HFClist); |
| 190 | static spinlock_t HFClock; /* global hfc list lock */ |
| 191 | |
| 192 | static void ph_state_change(struct dchannel *); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 193 | |
| 194 | static struct hfc_multi *syncmaster; |
Hannes Eder | 5b83435 | 2008-12-12 21:15:17 -0800 | [diff] [blame] | 195 | static int plxsd_master; /* if we have a master card (yet) */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 196 | static spinlock_t plx_lock; /* may not acquire other lock inside */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 197 | |
| 198 | #define TYP_E1 1 |
| 199 | #define TYP_4S 4 |
| 200 | #define TYP_8S 8 |
| 201 | |
| 202 | static int poll_timer = 6; /* default = 128 samples = 16ms */ |
| 203 | /* number of POLL_TIMER interrupts for G2 timeout (ca 1s) */ |
| 204 | static int nt_t1_count[] = { 3840, 1920, 960, 480, 240, 120, 60, 30 }; |
| 205 | #define CLKDEL_TE 0x0f /* CLKDEL in TE mode */ |
| 206 | #define CLKDEL_NT 0x6c /* CLKDEL in NT mode |
| 207 | (0x60 MUST be included!) */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 208 | |
| 209 | #define DIP_4S 0x1 /* DIP Switches for Beronet 1S/2S/4S cards */ |
| 210 | #define DIP_8S 0x2 /* DIP Switches for Beronet 8S+ cards */ |
| 211 | #define DIP_E1 0x3 /* DIP Switches for Beronet E1 cards */ |
| 212 | |
| 213 | /* |
| 214 | * module stuff |
| 215 | */ |
| 216 | |
| 217 | static uint type[MAX_CARDS]; |
Andreas Eversberg | 3bd69ad | 2008-09-06 09:03:46 +0200 | [diff] [blame] | 218 | static int pcm[MAX_CARDS]; |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 219 | static uint dmask[MAX_CARDS]; |
| 220 | static uint bmask[MAX_FRAGS]; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 221 | static uint iomode[MAX_CARDS]; |
| 222 | static uint port[MAX_PORTS]; |
| 223 | static uint debug; |
| 224 | static uint poll; |
Andreas Eversberg | 3bd69ad | 2008-09-06 09:03:46 +0200 | [diff] [blame] | 225 | static int clock; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 226 | static uint timer; |
| 227 | static uint clockdelay_te = CLKDEL_TE; |
| 228 | static uint clockdelay_nt = CLKDEL_NT; |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 229 | #define HWID_NONE 0 |
| 230 | #define HWID_MINIP4 1 |
| 231 | #define HWID_MINIP8 2 |
| 232 | #define HWID_MINIP16 3 |
| 233 | static uint hwid = HWID_NONE; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 234 | |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 235 | static int HFC_cnt, E1_cnt, bmask_cnt, Port_cnt, PCM_cnt = 99; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 236 | |
| 237 | MODULE_AUTHOR("Andreas Eversberg"); |
| 238 | MODULE_LICENSE("GPL"); |
Karsten Keil | 69e656c | 2009-01-07 00:00:59 +0100 | [diff] [blame] | 239 | MODULE_VERSION(HFC_MULTI_VERSION); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 240 | module_param(debug, uint, S_IRUGO | S_IWUSR); |
| 241 | module_param(poll, uint, S_IRUGO | S_IWUSR); |
Andreas Eversberg | 3bd69ad | 2008-09-06 09:03:46 +0200 | [diff] [blame] | 242 | module_param(clock, int, S_IRUGO | S_IWUSR); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 243 | module_param(timer, uint, S_IRUGO | S_IWUSR); |
| 244 | module_param(clockdelay_te, uint, S_IRUGO | S_IWUSR); |
| 245 | module_param(clockdelay_nt, uint, S_IRUGO | S_IWUSR); |
| 246 | module_param_array(type, uint, NULL, S_IRUGO | S_IWUSR); |
Andreas Eversberg | 3bd69ad | 2008-09-06 09:03:46 +0200 | [diff] [blame] | 247 | module_param_array(pcm, int, NULL, S_IRUGO | S_IWUSR); |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 248 | module_param_array(dmask, uint, NULL, S_IRUGO | S_IWUSR); |
| 249 | module_param_array(bmask, uint, NULL, S_IRUGO | S_IWUSR); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 250 | module_param_array(iomode, uint, NULL, S_IRUGO | S_IWUSR); |
| 251 | module_param_array(port, uint, NULL, S_IRUGO | S_IWUSR); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 252 | module_param(hwid, uint, S_IRUGO | S_IWUSR); /* The hardware ID */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 253 | |
| 254 | #ifdef HFC_REGISTER_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 255 | #define HFC_outb(hc, reg, val) \ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 256 | (hc->HFC_outb(hc, reg, val, __func__, __LINE__)) |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 257 | #define HFC_outb_nodebug(hc, reg, val) \ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 258 | (hc->HFC_outb_nodebug(hc, reg, val, __func__, __LINE__)) |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 259 | #define HFC_inb(hc, reg) \ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 260 | (hc->HFC_inb(hc, reg, __func__, __LINE__)) |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 261 | #define HFC_inb_nodebug(hc, reg) \ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 262 | (hc->HFC_inb_nodebug(hc, reg, __func__, __LINE__)) |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 263 | #define HFC_inw(hc, reg) \ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 264 | (hc->HFC_inw(hc, reg, __func__, __LINE__)) |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 265 | #define HFC_inw_nodebug(hc, reg) \ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 266 | (hc->HFC_inw_nodebug(hc, reg, __func__, __LINE__)) |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 267 | #define HFC_wait(hc) \ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 268 | (hc->HFC_wait(hc, __func__, __LINE__)) |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 269 | #define HFC_wait_nodebug(hc) \ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 270 | (hc->HFC_wait_nodebug(hc, __func__, __LINE__)) |
| 271 | #else |
| 272 | #define HFC_outb(hc, reg, val) (hc->HFC_outb(hc, reg, val)) |
| 273 | #define HFC_outb_nodebug(hc, reg, val) (hc->HFC_outb_nodebug(hc, reg, val)) |
| 274 | #define HFC_inb(hc, reg) (hc->HFC_inb(hc, reg)) |
| 275 | #define HFC_inb_nodebug(hc, reg) (hc->HFC_inb_nodebug(hc, reg)) |
| 276 | #define HFC_inw(hc, reg) (hc->HFC_inw(hc, reg)) |
| 277 | #define HFC_inw_nodebug(hc, reg) (hc->HFC_inw_nodebug(hc, reg)) |
| 278 | #define HFC_wait(hc) (hc->HFC_wait(hc)) |
| 279 | #define HFC_wait_nodebug(hc) (hc->HFC_wait_nodebug(hc)) |
| 280 | #endif |
| 281 | |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 282 | #ifdef CONFIG_MISDN_HFCMULTI_8xx |
| 283 | #include "hfc_multi_8xx.h" |
| 284 | #endif |
| 285 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 286 | /* HFC_IO_MODE_PCIMEM */ |
| 287 | static void |
| 288 | #ifdef HFC_REGISTER_DEBUG |
| 289 | HFC_outb_pcimem(struct hfc_multi *hc, u_char reg, u_char val, |
| 290 | const char *function, int line) |
| 291 | #else |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 292 | HFC_outb_pcimem(struct hfc_multi *hc, u_char reg, u_char val) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 293 | #endif |
| 294 | { |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 295 | writeb(val, hc->pci_membase + reg); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 296 | } |
| 297 | static u_char |
| 298 | #ifdef HFC_REGISTER_DEBUG |
| 299 | HFC_inb_pcimem(struct hfc_multi *hc, u_char reg, const char *function, int line) |
| 300 | #else |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 301 | HFC_inb_pcimem(struct hfc_multi *hc, u_char reg) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 302 | #endif |
| 303 | { |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 304 | return readb(hc->pci_membase + reg); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 305 | } |
| 306 | static u_short |
| 307 | #ifdef HFC_REGISTER_DEBUG |
| 308 | HFC_inw_pcimem(struct hfc_multi *hc, u_char reg, const char *function, int line) |
| 309 | #else |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 310 | HFC_inw_pcimem(struct hfc_multi *hc, u_char reg) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 311 | #endif |
| 312 | { |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 313 | return readw(hc->pci_membase + reg); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 314 | } |
| 315 | static void |
| 316 | #ifdef HFC_REGISTER_DEBUG |
| 317 | HFC_wait_pcimem(struct hfc_multi *hc, const char *function, int line) |
| 318 | #else |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 319 | HFC_wait_pcimem(struct hfc_multi *hc) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 320 | #endif |
| 321 | { |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 322 | while (readb(hc->pci_membase + R_STATUS) & V_BUSY) |
| 323 | cpu_relax(); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 324 | } |
| 325 | |
| 326 | /* HFC_IO_MODE_REGIO */ |
| 327 | static void |
| 328 | #ifdef HFC_REGISTER_DEBUG |
| 329 | HFC_outb_regio(struct hfc_multi *hc, u_char reg, u_char val, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 330 | const char *function, int line) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 331 | #else |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 332 | HFC_outb_regio(struct hfc_multi *hc, u_char reg, u_char val) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 333 | #endif |
| 334 | { |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 335 | outb(reg, hc->pci_iobase + 4); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 336 | outb(val, hc->pci_iobase); |
| 337 | } |
| 338 | static u_char |
| 339 | #ifdef HFC_REGISTER_DEBUG |
| 340 | HFC_inb_regio(struct hfc_multi *hc, u_char reg, const char *function, int line) |
| 341 | #else |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 342 | HFC_inb_regio(struct hfc_multi *hc, u_char reg) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 343 | #endif |
| 344 | { |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 345 | outb(reg, hc->pci_iobase + 4); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 346 | return inb(hc->pci_iobase); |
| 347 | } |
| 348 | static u_short |
| 349 | #ifdef HFC_REGISTER_DEBUG |
| 350 | HFC_inw_regio(struct hfc_multi *hc, u_char reg, const char *function, int line) |
| 351 | #else |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 352 | HFC_inw_regio(struct hfc_multi *hc, u_char reg) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 353 | #endif |
| 354 | { |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 355 | outb(reg, hc->pci_iobase + 4); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 356 | return inw(hc->pci_iobase); |
| 357 | } |
| 358 | static void |
| 359 | #ifdef HFC_REGISTER_DEBUG |
| 360 | HFC_wait_regio(struct hfc_multi *hc, const char *function, int line) |
| 361 | #else |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 362 | HFC_wait_regio(struct hfc_multi *hc) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 363 | #endif |
| 364 | { |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 365 | outb(R_STATUS, hc->pci_iobase + 4); |
| 366 | while (inb(hc->pci_iobase) & V_BUSY) |
| 367 | cpu_relax(); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 368 | } |
| 369 | |
| 370 | #ifdef HFC_REGISTER_DEBUG |
| 371 | static void |
| 372 | HFC_outb_debug(struct hfc_multi *hc, u_char reg, u_char val, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 373 | const char *function, int line) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 374 | { |
| 375 | char regname[256] = "", bits[9] = "xxxxxxxx"; |
| 376 | int i; |
| 377 | |
| 378 | i = -1; |
| 379 | while (hfc_register_names[++i].name) { |
| 380 | if (hfc_register_names[i].reg == reg) |
| 381 | strcat(regname, hfc_register_names[i].name); |
| 382 | } |
| 383 | if (regname[0] == '\0') |
| 384 | strcpy(regname, "register"); |
| 385 | |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 386 | bits[7] = '0' + (!!(val & 1)); |
| 387 | bits[6] = '0' + (!!(val & 2)); |
| 388 | bits[5] = '0' + (!!(val & 4)); |
| 389 | bits[4] = '0' + (!!(val & 8)); |
| 390 | bits[3] = '0' + (!!(val & 16)); |
| 391 | bits[2] = '0' + (!!(val & 32)); |
| 392 | bits[1] = '0' + (!!(val & 64)); |
| 393 | bits[0] = '0' + (!!(val & 128)); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 394 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 395 | "HFC_outb(chip %d, %02x=%s, 0x%02x=%s); in %s() line %d\n", |
| 396 | hc->id, reg, regname, val, bits, function, line); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 397 | HFC_outb_nodebug(hc, reg, val); |
| 398 | } |
| 399 | static u_char |
| 400 | HFC_inb_debug(struct hfc_multi *hc, u_char reg, const char *function, int line) |
| 401 | { |
| 402 | char regname[256] = "", bits[9] = "xxxxxxxx"; |
| 403 | u_char val = HFC_inb_nodebug(hc, reg); |
| 404 | int i; |
| 405 | |
| 406 | i = 0; |
| 407 | while (hfc_register_names[i++].name) |
| 408 | ; |
| 409 | while (hfc_register_names[++i].name) { |
| 410 | if (hfc_register_names[i].reg == reg) |
| 411 | strcat(regname, hfc_register_names[i].name); |
| 412 | } |
| 413 | if (regname[0] == '\0') |
| 414 | strcpy(regname, "register"); |
| 415 | |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 416 | bits[7] = '0' + (!!(val & 1)); |
| 417 | bits[6] = '0' + (!!(val & 2)); |
| 418 | bits[5] = '0' + (!!(val & 4)); |
| 419 | bits[4] = '0' + (!!(val & 8)); |
| 420 | bits[3] = '0' + (!!(val & 16)); |
| 421 | bits[2] = '0' + (!!(val & 32)); |
| 422 | bits[1] = '0' + (!!(val & 64)); |
| 423 | bits[0] = '0' + (!!(val & 128)); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 424 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 425 | "HFC_inb(chip %d, %02x=%s) = 0x%02x=%s; in %s() line %d\n", |
| 426 | hc->id, reg, regname, val, bits, function, line); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 427 | return val; |
| 428 | } |
| 429 | static u_short |
| 430 | HFC_inw_debug(struct hfc_multi *hc, u_char reg, const char *function, int line) |
| 431 | { |
| 432 | char regname[256] = ""; |
| 433 | u_short val = HFC_inw_nodebug(hc, reg); |
| 434 | int i; |
| 435 | |
| 436 | i = 0; |
| 437 | while (hfc_register_names[i++].name) |
| 438 | ; |
| 439 | while (hfc_register_names[++i].name) { |
| 440 | if (hfc_register_names[i].reg == reg) |
| 441 | strcat(regname, hfc_register_names[i].name); |
| 442 | } |
| 443 | if (regname[0] == '\0') |
| 444 | strcpy(regname, "register"); |
| 445 | |
| 446 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 447 | "HFC_inw(chip %d, %02x=%s) = 0x%04x; in %s() line %d\n", |
| 448 | hc->id, reg, regname, val, function, line); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 449 | return val; |
| 450 | } |
| 451 | static void |
| 452 | HFC_wait_debug(struct hfc_multi *hc, const char *function, int line) |
| 453 | { |
| 454 | printk(KERN_DEBUG "HFC_wait(chip %d); in %s() line %d\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 455 | hc->id, function, line); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 456 | HFC_wait_nodebug(hc); |
| 457 | } |
| 458 | #endif |
| 459 | |
| 460 | /* write fifo data (REGIO) */ |
Hannes Eder | 5b83435 | 2008-12-12 21:15:17 -0800 | [diff] [blame] | 461 | static void |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 462 | write_fifo_regio(struct hfc_multi *hc, u_char *data, int len) |
| 463 | { |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 464 | outb(A_FIFO_DATA0, (hc->pci_iobase) + 4); |
| 465 | while (len >> 2) { |
Karsten Keil | b3e0aee | 2008-08-02 16:35:53 +0200 | [diff] [blame] | 466 | outl(cpu_to_le32(*(u32 *)data), hc->pci_iobase); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 467 | data += 4; |
| 468 | len -= 4; |
| 469 | } |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 470 | while (len >> 1) { |
Karsten Keil | b3e0aee | 2008-08-02 16:35:53 +0200 | [diff] [blame] | 471 | outw(cpu_to_le16(*(u16 *)data), hc->pci_iobase); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 472 | data += 2; |
| 473 | len -= 2; |
| 474 | } |
| 475 | while (len) { |
| 476 | outb(*data, hc->pci_iobase); |
| 477 | data++; |
| 478 | len--; |
| 479 | } |
| 480 | } |
| 481 | /* write fifo data (PCIMEM) */ |
Hannes Eder | 5b83435 | 2008-12-12 21:15:17 -0800 | [diff] [blame] | 482 | static void |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 483 | write_fifo_pcimem(struct hfc_multi *hc, u_char *data, int len) |
| 484 | { |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 485 | while (len >> 2) { |
Karsten Keil | b3e0aee | 2008-08-02 16:35:53 +0200 | [diff] [blame] | 486 | writel(cpu_to_le32(*(u32 *)data), |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 487 | hc->pci_membase + A_FIFO_DATA0); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 488 | data += 4; |
| 489 | len -= 4; |
| 490 | } |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 491 | while (len >> 1) { |
Karsten Keil | b3e0aee | 2008-08-02 16:35:53 +0200 | [diff] [blame] | 492 | writew(cpu_to_le16(*(u16 *)data), |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 493 | hc->pci_membase + A_FIFO_DATA0); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 494 | data += 2; |
| 495 | len -= 2; |
| 496 | } |
| 497 | while (len) { |
Karsten Keil | b3e0aee | 2008-08-02 16:35:53 +0200 | [diff] [blame] | 498 | writeb(*data, hc->pci_membase + A_FIFO_DATA0); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 499 | data++; |
| 500 | len--; |
| 501 | } |
| 502 | } |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 503 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 504 | /* read fifo data (REGIO) */ |
Hannes Eder | 5b83435 | 2008-12-12 21:15:17 -0800 | [diff] [blame] | 505 | static void |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 506 | read_fifo_regio(struct hfc_multi *hc, u_char *data, int len) |
| 507 | { |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 508 | outb(A_FIFO_DATA0, (hc->pci_iobase) + 4); |
| 509 | while (len >> 2) { |
Karsten Keil | b3e0aee | 2008-08-02 16:35:53 +0200 | [diff] [blame] | 510 | *(u32 *)data = le32_to_cpu(inl(hc->pci_iobase)); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 511 | data += 4; |
| 512 | len -= 4; |
| 513 | } |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 514 | while (len >> 1) { |
Karsten Keil | b3e0aee | 2008-08-02 16:35:53 +0200 | [diff] [blame] | 515 | *(u16 *)data = le16_to_cpu(inw(hc->pci_iobase)); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 516 | data += 2; |
| 517 | len -= 2; |
| 518 | } |
| 519 | while (len) { |
| 520 | *data = inb(hc->pci_iobase); |
| 521 | data++; |
| 522 | len--; |
| 523 | } |
| 524 | } |
| 525 | |
| 526 | /* read fifo data (PCIMEM) */ |
Hannes Eder | 5b83435 | 2008-12-12 21:15:17 -0800 | [diff] [blame] | 527 | static void |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 528 | read_fifo_pcimem(struct hfc_multi *hc, u_char *data, int len) |
| 529 | { |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 530 | while (len >> 2) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 531 | *(u32 *)data = |
Karsten Keil | b3e0aee | 2008-08-02 16:35:53 +0200 | [diff] [blame] | 532 | le32_to_cpu(readl(hc->pci_membase + A_FIFO_DATA0)); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 533 | data += 4; |
| 534 | len -= 4; |
| 535 | } |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 536 | while (len >> 1) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 537 | *(u16 *)data = |
Karsten Keil | b3e0aee | 2008-08-02 16:35:53 +0200 | [diff] [blame] | 538 | le16_to_cpu(readw(hc->pci_membase + A_FIFO_DATA0)); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 539 | data += 2; |
| 540 | len -= 2; |
| 541 | } |
| 542 | while (len) { |
Karsten Keil | b3e0aee | 2008-08-02 16:35:53 +0200 | [diff] [blame] | 543 | *data = readb(hc->pci_membase + A_FIFO_DATA0); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 544 | data++; |
| 545 | len--; |
| 546 | } |
| 547 | } |
| 548 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 549 | static void |
| 550 | enable_hwirq(struct hfc_multi *hc) |
| 551 | { |
| 552 | hc->hw.r_irq_ctrl |= V_GLOB_IRQ_EN; |
| 553 | HFC_outb(hc, R_IRQ_CTRL, hc->hw.r_irq_ctrl); |
| 554 | } |
| 555 | |
| 556 | static void |
| 557 | disable_hwirq(struct hfc_multi *hc) |
| 558 | { |
| 559 | hc->hw.r_irq_ctrl &= ~((u_char)V_GLOB_IRQ_EN); |
| 560 | HFC_outb(hc, R_IRQ_CTRL, hc->hw.r_irq_ctrl); |
| 561 | } |
| 562 | |
| 563 | #define NUM_EC 2 |
| 564 | #define MAX_TDM_CHAN 32 |
| 565 | |
| 566 | |
| 567 | inline void |
| 568 | enablepcibridge(struct hfc_multi *c) |
| 569 | { |
| 570 | HFC_outb(c, R_BRG_PCM_CFG, (0x0 << 6) | 0x3); /* was _io before */ |
| 571 | } |
| 572 | |
| 573 | inline void |
| 574 | disablepcibridge(struct hfc_multi *c) |
| 575 | { |
| 576 | HFC_outb(c, R_BRG_PCM_CFG, (0x0 << 6) | 0x2); /* was _io before */ |
| 577 | } |
| 578 | |
| 579 | inline unsigned char |
| 580 | readpcibridge(struct hfc_multi *hc, unsigned char address) |
| 581 | { |
| 582 | unsigned short cipv; |
| 583 | unsigned char data; |
| 584 | |
| 585 | if (!hc->pci_iobase) |
| 586 | return 0; |
| 587 | |
| 588 | /* slow down a PCI read access by 1 PCI clock cycle */ |
| 589 | HFC_outb(hc, R_CTRL, 0x4); /*was _io before*/ |
| 590 | |
| 591 | if (address == 0) |
| 592 | cipv = 0x4000; |
| 593 | else |
| 594 | cipv = 0x5800; |
| 595 | |
| 596 | /* select local bridge port address by writing to CIP port */ |
| 597 | /* data = HFC_inb(c, cipv); * was _io before */ |
| 598 | outw(cipv, hc->pci_iobase + 4); |
| 599 | data = inb(hc->pci_iobase); |
| 600 | |
| 601 | /* restore R_CTRL for normal PCI read cycle speed */ |
| 602 | HFC_outb(hc, R_CTRL, 0x0); /* was _io before */ |
| 603 | |
| 604 | return data; |
| 605 | } |
| 606 | |
| 607 | inline void |
| 608 | writepcibridge(struct hfc_multi *hc, unsigned char address, unsigned char data) |
| 609 | { |
| 610 | unsigned short cipv; |
| 611 | unsigned int datav; |
| 612 | |
| 613 | if (!hc->pci_iobase) |
| 614 | return; |
| 615 | |
| 616 | if (address == 0) |
| 617 | cipv = 0x4000; |
| 618 | else |
| 619 | cipv = 0x5800; |
| 620 | |
| 621 | /* select local bridge port address by writing to CIP port */ |
| 622 | outw(cipv, hc->pci_iobase + 4); |
| 623 | /* define a 32 bit dword with 4 identical bytes for write sequence */ |
| 624 | datav = data | ((__u32) data << 8) | ((__u32) data << 16) | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 625 | ((__u32) data << 24); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 626 | |
| 627 | /* |
| 628 | * write this 32 bit dword to the bridge data port |
| 629 | * this will initiate a write sequence of up to 4 writes to the same |
| 630 | * address on the local bus interface the number of write accesses |
| 631 | * is undefined but >=1 and depends on the next PCI transaction |
| 632 | * during write sequence on the local bus |
| 633 | */ |
| 634 | outl(datav, hc->pci_iobase); |
| 635 | } |
| 636 | |
| 637 | inline void |
| 638 | cpld_set_reg(struct hfc_multi *hc, unsigned char reg) |
| 639 | { |
| 640 | /* Do data pin read low byte */ |
| 641 | HFC_outb(hc, R_GPIO_OUT1, reg); |
| 642 | } |
| 643 | |
| 644 | inline void |
| 645 | cpld_write_reg(struct hfc_multi *hc, unsigned char reg, unsigned char val) |
| 646 | { |
| 647 | cpld_set_reg(hc, reg); |
| 648 | |
| 649 | enablepcibridge(hc); |
| 650 | writepcibridge(hc, 1, val); |
| 651 | disablepcibridge(hc); |
| 652 | |
| 653 | return; |
| 654 | } |
| 655 | |
| 656 | inline unsigned char |
| 657 | cpld_read_reg(struct hfc_multi *hc, unsigned char reg) |
| 658 | { |
| 659 | unsigned char bytein; |
| 660 | |
| 661 | cpld_set_reg(hc, reg); |
| 662 | |
| 663 | /* Do data pin read low byte */ |
| 664 | HFC_outb(hc, R_GPIO_OUT1, reg); |
| 665 | |
| 666 | enablepcibridge(hc); |
| 667 | bytein = readpcibridge(hc, 1); |
| 668 | disablepcibridge(hc); |
| 669 | |
| 670 | return bytein; |
| 671 | } |
| 672 | |
| 673 | inline void |
| 674 | vpm_write_address(struct hfc_multi *hc, unsigned short addr) |
| 675 | { |
| 676 | cpld_write_reg(hc, 0, 0xff & addr); |
| 677 | cpld_write_reg(hc, 1, 0x01 & (addr >> 8)); |
| 678 | } |
| 679 | |
| 680 | inline unsigned short |
| 681 | vpm_read_address(struct hfc_multi *c) |
| 682 | { |
| 683 | unsigned short addr; |
| 684 | unsigned short highbit; |
| 685 | |
| 686 | addr = cpld_read_reg(c, 0); |
| 687 | highbit = cpld_read_reg(c, 1); |
| 688 | |
| 689 | addr = addr | (highbit << 8); |
| 690 | |
| 691 | return addr & 0x1ff; |
| 692 | } |
| 693 | |
| 694 | inline unsigned char |
| 695 | vpm_in(struct hfc_multi *c, int which, unsigned short addr) |
| 696 | { |
| 697 | unsigned char res; |
| 698 | |
| 699 | vpm_write_address(c, addr); |
| 700 | |
| 701 | if (!which) |
| 702 | cpld_set_reg(c, 2); |
| 703 | else |
| 704 | cpld_set_reg(c, 3); |
| 705 | |
| 706 | enablepcibridge(c); |
| 707 | res = readpcibridge(c, 1); |
| 708 | disablepcibridge(c); |
| 709 | |
| 710 | cpld_set_reg(c, 0); |
| 711 | |
| 712 | return res; |
| 713 | } |
| 714 | |
| 715 | inline void |
| 716 | vpm_out(struct hfc_multi *c, int which, unsigned short addr, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 717 | unsigned char data) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 718 | { |
| 719 | vpm_write_address(c, addr); |
| 720 | |
| 721 | enablepcibridge(c); |
| 722 | |
| 723 | if (!which) |
| 724 | cpld_set_reg(c, 2); |
| 725 | else |
| 726 | cpld_set_reg(c, 3); |
| 727 | |
| 728 | writepcibridge(c, 1, data); |
| 729 | |
| 730 | cpld_set_reg(c, 0); |
| 731 | |
| 732 | disablepcibridge(c); |
| 733 | |
| 734 | { |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 735 | unsigned char regin; |
| 736 | regin = vpm_in(c, which, addr); |
| 737 | if (regin != data) |
| 738 | printk(KERN_DEBUG "Wrote 0x%x to register 0x%x but got back " |
| 739 | "0x%x\n", data, addr, regin); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 740 | } |
| 741 | |
| 742 | } |
| 743 | |
| 744 | |
Hannes Eder | 5b83435 | 2008-12-12 21:15:17 -0800 | [diff] [blame] | 745 | static void |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 746 | vpm_init(struct hfc_multi *wc) |
| 747 | { |
| 748 | unsigned char reg; |
| 749 | unsigned int mask; |
| 750 | unsigned int i, x, y; |
| 751 | unsigned int ver; |
| 752 | |
| 753 | for (x = 0; x < NUM_EC; x++) { |
| 754 | /* Setup GPIO's */ |
| 755 | if (!x) { |
| 756 | ver = vpm_in(wc, x, 0x1a0); |
| 757 | printk(KERN_DEBUG "VPM: Chip %d: ver %02x\n", x, ver); |
| 758 | } |
| 759 | |
| 760 | for (y = 0; y < 4; y++) { |
| 761 | vpm_out(wc, x, 0x1a8 + y, 0x00); /* GPIO out */ |
| 762 | vpm_out(wc, x, 0x1ac + y, 0x00); /* GPIO dir */ |
| 763 | vpm_out(wc, x, 0x1b0 + y, 0x00); /* GPIO sel */ |
| 764 | } |
| 765 | |
| 766 | /* Setup TDM path - sets fsync and tdm_clk as inputs */ |
| 767 | reg = vpm_in(wc, x, 0x1a3); /* misc_con */ |
| 768 | vpm_out(wc, x, 0x1a3, reg & ~2); |
| 769 | |
| 770 | /* Setup Echo length (256 taps) */ |
| 771 | vpm_out(wc, x, 0x022, 1); |
| 772 | vpm_out(wc, x, 0x023, 0xff); |
| 773 | |
| 774 | /* Setup timeslots */ |
| 775 | vpm_out(wc, x, 0x02f, 0x00); |
| 776 | mask = 0x02020202 << (x * 4); |
| 777 | |
| 778 | /* Setup the tdm channel masks for all chips */ |
| 779 | for (i = 0; i < 4; i++) |
| 780 | vpm_out(wc, x, 0x33 - i, (mask >> (i << 3)) & 0xff); |
| 781 | |
| 782 | /* Setup convergence rate */ |
| 783 | printk(KERN_DEBUG "VPM: A-law mode\n"); |
| 784 | reg = 0x00 | 0x10 | 0x01; |
| 785 | vpm_out(wc, x, 0x20, reg); |
| 786 | printk(KERN_DEBUG "VPM reg 0x20 is %x\n", reg); |
| 787 | /*vpm_out(wc, x, 0x20, (0x00 | 0x08 | 0x20 | 0x10)); */ |
| 788 | |
| 789 | vpm_out(wc, x, 0x24, 0x02); |
| 790 | reg = vpm_in(wc, x, 0x24); |
| 791 | printk(KERN_DEBUG "NLP Thresh is set to %d (0x%x)\n", reg, reg); |
| 792 | |
| 793 | /* Initialize echo cans */ |
| 794 | for (i = 0; i < MAX_TDM_CHAN; i++) { |
| 795 | if (mask & (0x00000001 << i)) |
| 796 | vpm_out(wc, x, i, 0x00); |
| 797 | } |
| 798 | |
| 799 | /* |
| 800 | * ARM arch at least disallows a udelay of |
| 801 | * more than 2ms... it gives a fake "__bad_udelay" |
| 802 | * reference at link-time. |
| 803 | * long delays in kernel code are pretty sucky anyway |
| 804 | * for now work around it using 5 x 2ms instead of 1 x 10ms |
| 805 | */ |
| 806 | |
| 807 | udelay(2000); |
| 808 | udelay(2000); |
| 809 | udelay(2000); |
| 810 | udelay(2000); |
| 811 | udelay(2000); |
| 812 | |
| 813 | /* Put in bypass mode */ |
| 814 | for (i = 0; i < MAX_TDM_CHAN; i++) { |
| 815 | if (mask & (0x00000001 << i)) |
| 816 | vpm_out(wc, x, i, 0x01); |
| 817 | } |
| 818 | |
| 819 | /* Enable bypass */ |
| 820 | for (i = 0; i < MAX_TDM_CHAN; i++) { |
| 821 | if (mask & (0x00000001 << i)) |
| 822 | vpm_out(wc, x, 0x78 + i, 0x01); |
| 823 | } |
| 824 | |
| 825 | } |
| 826 | } |
| 827 | |
Hannes Eder | 047ce8f | 2008-12-12 21:18:32 -0800 | [diff] [blame] | 828 | #ifdef UNUSED |
Hannes Eder | 5b83435 | 2008-12-12 21:15:17 -0800 | [diff] [blame] | 829 | static void |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 830 | vpm_check(struct hfc_multi *hctmp) |
| 831 | { |
| 832 | unsigned char gpi2; |
| 833 | |
| 834 | gpi2 = HFC_inb(hctmp, R_GPI_IN2); |
| 835 | |
| 836 | if ((gpi2 & 0x3) != 0x3) |
| 837 | printk(KERN_DEBUG "Got interrupt 0x%x from VPM!\n", gpi2); |
| 838 | } |
Hannes Eder | 047ce8f | 2008-12-12 21:18:32 -0800 | [diff] [blame] | 839 | #endif /* UNUSED */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 840 | |
| 841 | |
| 842 | /* |
| 843 | * Interface to enable/disable the HW Echocan |
| 844 | * |
| 845 | * these functions are called within a spin_lock_irqsave on |
| 846 | * the channel instance lock, so we are not disturbed by irqs |
| 847 | * |
| 848 | * we can later easily change the interface to make other |
| 849 | * things configurable, for now we configure the taps |
| 850 | * |
| 851 | */ |
| 852 | |
Hannes Eder | 5b83435 | 2008-12-12 21:15:17 -0800 | [diff] [blame] | 853 | static void |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 854 | vpm_echocan_on(struct hfc_multi *hc, int ch, int taps) |
| 855 | { |
| 856 | unsigned int timeslot; |
| 857 | unsigned int unit; |
| 858 | struct bchannel *bch = hc->chan[ch].bch; |
| 859 | #ifdef TXADJ |
| 860 | int txadj = -4; |
| 861 | struct sk_buff *skb; |
| 862 | #endif |
| 863 | if (hc->chan[ch].protocol != ISDN_P_B_RAW) |
| 864 | return; |
| 865 | |
| 866 | if (!bch) |
| 867 | return; |
| 868 | |
| 869 | #ifdef TXADJ |
| 870 | skb = _alloc_mISDN_skb(PH_CONTROL_IND, HFC_VOL_CHANGE_TX, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 871 | sizeof(int), &txadj, GFP_ATOMIC); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 872 | if (skb) |
| 873 | recv_Bchannel_skb(bch, skb); |
| 874 | #endif |
| 875 | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 876 | timeslot = ((ch / 4) * 8) + ((ch % 4) * 4) + 1; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 877 | unit = ch % 4; |
| 878 | |
| 879 | printk(KERN_NOTICE "vpm_echocan_on called taps [%d] on timeslot %d\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 880 | taps, timeslot); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 881 | |
| 882 | vpm_out(hc, unit, timeslot, 0x7e); |
| 883 | } |
| 884 | |
Hannes Eder | 5b83435 | 2008-12-12 21:15:17 -0800 | [diff] [blame] | 885 | static void |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 886 | vpm_echocan_off(struct hfc_multi *hc, int ch) |
| 887 | { |
| 888 | unsigned int timeslot; |
| 889 | unsigned int unit; |
| 890 | struct bchannel *bch = hc->chan[ch].bch; |
| 891 | #ifdef TXADJ |
| 892 | int txadj = 0; |
| 893 | struct sk_buff *skb; |
| 894 | #endif |
| 895 | |
| 896 | if (hc->chan[ch].protocol != ISDN_P_B_RAW) |
| 897 | return; |
| 898 | |
| 899 | if (!bch) |
| 900 | return; |
| 901 | |
| 902 | #ifdef TXADJ |
| 903 | skb = _alloc_mISDN_skb(PH_CONTROL_IND, HFC_VOL_CHANGE_TX, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 904 | sizeof(int), &txadj, GFP_ATOMIC); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 905 | if (skb) |
| 906 | recv_Bchannel_skb(bch, skb); |
| 907 | #endif |
| 908 | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 909 | timeslot = ((ch / 4) * 8) + ((ch % 4) * 4) + 1; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 910 | unit = ch % 4; |
| 911 | |
| 912 | printk(KERN_NOTICE "vpm_echocan_off called on timeslot %d\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 913 | timeslot); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 914 | /* FILLME */ |
| 915 | vpm_out(hc, unit, timeslot, 0x01); |
| 916 | } |
| 917 | |
| 918 | |
| 919 | /* |
| 920 | * Speech Design resync feature |
| 921 | * NOTE: This is called sometimes outside interrupt handler. |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 922 | * We must lock irqsave, so no other interrupt (other card) will occur! |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 923 | * Also multiple interrupts may nest, so must lock each access (lists, card)! |
| 924 | */ |
| 925 | static inline void |
| 926 | hfcmulti_resync(struct hfc_multi *locked, struct hfc_multi *newmaster, int rm) |
| 927 | { |
Hannes Eder | bcf9174 | 2008-12-12 21:11:28 -0800 | [diff] [blame] | 928 | struct hfc_multi *hc, *next, *pcmmaster = NULL; |
Hannes Eder | c31655f | 2008-12-12 21:20:03 -0800 | [diff] [blame] | 929 | void __iomem *plx_acc_32; |
| 930 | u_int pv; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 931 | u_long flags; |
| 932 | |
| 933 | spin_lock_irqsave(&HFClock, flags); |
| 934 | spin_lock(&plx_lock); /* must be locked inside other locks */ |
| 935 | |
| 936 | if (debug & DEBUG_HFCMULTI_PLXSD) |
| 937 | printk(KERN_DEBUG "%s: RESYNC(syncmaster=0x%p)\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 938 | __func__, syncmaster); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 939 | |
| 940 | /* select new master */ |
| 941 | if (newmaster) { |
| 942 | if (debug & DEBUG_HFCMULTI_PLXSD) |
| 943 | printk(KERN_DEBUG "using provided controller\n"); |
| 944 | } else { |
| 945 | list_for_each_entry_safe(hc, next, &HFClist, list) { |
| 946 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip)) { |
| 947 | if (hc->syncronized) { |
| 948 | newmaster = hc; |
| 949 | break; |
| 950 | } |
| 951 | } |
| 952 | } |
| 953 | } |
| 954 | |
| 955 | /* Disable sync of all cards */ |
| 956 | list_for_each_entry_safe(hc, next, &HFClist, list) { |
| 957 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip)) { |
Hannes Eder | c31655f | 2008-12-12 21:20:03 -0800 | [diff] [blame] | 958 | plx_acc_32 = hc->plx_membase + PLX_GPIOC; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 959 | pv = readl(plx_acc_32); |
| 960 | pv &= ~PLX_SYNC_O_EN; |
| 961 | writel(pv, plx_acc_32); |
| 962 | if (test_bit(HFC_CHIP_PCM_MASTER, &hc->chip)) { |
| 963 | pcmmaster = hc; |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 964 | if (hc->ctype == HFC_TYPE_E1) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 965 | if (debug & DEBUG_HFCMULTI_PLXSD) |
| 966 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 967 | "Schedule SYNC_I\n"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 968 | hc->e1_resync |= 1; /* get SYNC_I */ |
| 969 | } |
| 970 | } |
| 971 | } |
| 972 | } |
| 973 | |
| 974 | if (newmaster) { |
| 975 | hc = newmaster; |
| 976 | if (debug & DEBUG_HFCMULTI_PLXSD) |
| 977 | printk(KERN_DEBUG "id=%d (0x%p) = syncronized with " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 978 | "interface.\n", hc->id, hc); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 979 | /* Enable new sync master */ |
Hannes Eder | c31655f | 2008-12-12 21:20:03 -0800 | [diff] [blame] | 980 | plx_acc_32 = hc->plx_membase + PLX_GPIOC; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 981 | pv = readl(plx_acc_32); |
| 982 | pv |= PLX_SYNC_O_EN; |
| 983 | writel(pv, plx_acc_32); |
| 984 | /* switch to jatt PLL, if not disabled by RX_SYNC */ |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 985 | if (hc->ctype == HFC_TYPE_E1 |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 986 | && !test_bit(HFC_CHIP_RX_SYNC, &hc->chip)) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 987 | if (debug & DEBUG_HFCMULTI_PLXSD) |
| 988 | printk(KERN_DEBUG "Schedule jatt PLL\n"); |
| 989 | hc->e1_resync |= 2; /* switch to jatt */ |
| 990 | } |
| 991 | } else { |
| 992 | if (pcmmaster) { |
| 993 | hc = pcmmaster; |
| 994 | if (debug & DEBUG_HFCMULTI_PLXSD) |
| 995 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 996 | "id=%d (0x%p) = PCM master syncronized " |
| 997 | "with QUARTZ\n", hc->id, hc); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 998 | if (hc->ctype == HFC_TYPE_E1) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 999 | /* Use the crystal clock for the PCM |
| 1000 | master card */ |
| 1001 | if (debug & DEBUG_HFCMULTI_PLXSD) |
| 1002 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1003 | "Schedule QUARTZ for HFC-E1\n"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1004 | hc->e1_resync |= 4; /* switch quartz */ |
| 1005 | } else { |
| 1006 | if (debug & DEBUG_HFCMULTI_PLXSD) |
| 1007 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1008 | "QUARTZ is automatically " |
| 1009 | "enabled by HFC-%dS\n", hc->ctype); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1010 | } |
Hannes Eder | c31655f | 2008-12-12 21:20:03 -0800 | [diff] [blame] | 1011 | plx_acc_32 = hc->plx_membase + PLX_GPIOC; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1012 | pv = readl(plx_acc_32); |
| 1013 | pv |= PLX_SYNC_O_EN; |
| 1014 | writel(pv, plx_acc_32); |
| 1015 | } else |
| 1016 | if (!rm) |
| 1017 | printk(KERN_ERR "%s no pcm master, this MUST " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1018 | "not happen!\n", __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1019 | } |
| 1020 | syncmaster = newmaster; |
| 1021 | |
| 1022 | spin_unlock(&plx_lock); |
| 1023 | spin_unlock_irqrestore(&HFClock, flags); |
| 1024 | } |
| 1025 | |
| 1026 | /* This must be called AND hc must be locked irqsave!!! */ |
| 1027 | inline void |
| 1028 | plxsd_checksync(struct hfc_multi *hc, int rm) |
| 1029 | { |
| 1030 | if (hc->syncronized) { |
| 1031 | if (syncmaster == NULL) { |
| 1032 | if (debug & DEBUG_HFCMULTI_PLXSD) |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 1033 | printk(KERN_DEBUG "%s: GOT sync on card %d" |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1034 | " (id=%d)\n", __func__, hc->id + 1, |
| 1035 | hc->id); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1036 | hfcmulti_resync(hc, hc, rm); |
| 1037 | } |
| 1038 | } else { |
| 1039 | if (syncmaster == hc) { |
| 1040 | if (debug & DEBUG_HFCMULTI_PLXSD) |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 1041 | printk(KERN_DEBUG "%s: LOST sync on card %d" |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1042 | " (id=%d)\n", __func__, hc->id + 1, |
| 1043 | hc->id); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1044 | hfcmulti_resync(hc, NULL, rm); |
| 1045 | } |
| 1046 | } |
| 1047 | } |
| 1048 | |
| 1049 | |
| 1050 | /* |
| 1051 | * free hardware resources used by driver |
| 1052 | */ |
| 1053 | static void |
| 1054 | release_io_hfcmulti(struct hfc_multi *hc) |
| 1055 | { |
Hannes Eder | c31655f | 2008-12-12 21:20:03 -0800 | [diff] [blame] | 1056 | void __iomem *plx_acc_32; |
| 1057 | u_int pv; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1058 | u_long plx_flags; |
| 1059 | |
| 1060 | if (debug & DEBUG_HFCMULTI_INIT) |
| 1061 | printk(KERN_DEBUG "%s: entered\n", __func__); |
| 1062 | |
| 1063 | /* soft reset also masks all interrupts */ |
| 1064 | hc->hw.r_cirm |= V_SRES; |
| 1065 | HFC_outb(hc, R_CIRM, hc->hw.r_cirm); |
| 1066 | udelay(1000); |
| 1067 | hc->hw.r_cirm &= ~V_SRES; |
| 1068 | HFC_outb(hc, R_CIRM, hc->hw.r_cirm); |
| 1069 | udelay(1000); /* instead of 'wait' that may cause locking */ |
| 1070 | |
| 1071 | /* release Speech Design card, if PLX was initialized */ |
| 1072 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip) && hc->plx_membase) { |
| 1073 | if (debug & DEBUG_HFCMULTI_PLXSD) |
| 1074 | printk(KERN_DEBUG "%s: release PLXSD card %d\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1075 | __func__, hc->id + 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1076 | spin_lock_irqsave(&plx_lock, plx_flags); |
Hannes Eder | c31655f | 2008-12-12 21:20:03 -0800 | [diff] [blame] | 1077 | plx_acc_32 = hc->plx_membase + PLX_GPIOC; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1078 | writel(PLX_GPIOC_INIT, plx_acc_32); |
| 1079 | pv = readl(plx_acc_32); |
| 1080 | /* Termination off */ |
| 1081 | pv &= ~PLX_TERM_ON; |
| 1082 | /* Disconnect the PCM */ |
| 1083 | pv |= PLX_SLAVE_EN_N; |
| 1084 | pv &= ~PLX_MASTER_EN; |
| 1085 | pv &= ~PLX_SYNC_O_EN; |
| 1086 | /* Put the DSP in Reset */ |
| 1087 | pv &= ~PLX_DSP_RES_N; |
| 1088 | writel(pv, plx_acc_32); |
| 1089 | if (debug & DEBUG_HFCMULTI_INIT) |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 1090 | printk(KERN_DEBUG "%s: PCM off: PLX_GPIO=%x\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1091 | __func__, pv); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1092 | spin_unlock_irqrestore(&plx_lock, plx_flags); |
| 1093 | } |
| 1094 | |
| 1095 | /* disable memory mapped ports / io ports */ |
| 1096 | test_and_clear_bit(HFC_CHIP_PLXSD, &hc->chip); /* prevent resync */ |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 1097 | if (hc->pci_dev) |
| 1098 | pci_write_config_word(hc->pci_dev, PCI_COMMAND, 0); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1099 | if (hc->pci_membase) |
Hannes Eder | c31655f | 2008-12-12 21:20:03 -0800 | [diff] [blame] | 1100 | iounmap(hc->pci_membase); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1101 | if (hc->plx_membase) |
Hannes Eder | c31655f | 2008-12-12 21:20:03 -0800 | [diff] [blame] | 1102 | iounmap(hc->plx_membase); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1103 | if (hc->pci_iobase) |
| 1104 | release_region(hc->pci_iobase, 8); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 1105 | if (hc->xhfc_membase) |
| 1106 | iounmap((void *)hc->xhfc_membase); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1107 | |
| 1108 | if (hc->pci_dev) { |
| 1109 | pci_disable_device(hc->pci_dev); |
| 1110 | pci_set_drvdata(hc->pci_dev, NULL); |
| 1111 | } |
| 1112 | if (debug & DEBUG_HFCMULTI_INIT) |
| 1113 | printk(KERN_DEBUG "%s: done\n", __func__); |
| 1114 | } |
| 1115 | |
| 1116 | /* |
| 1117 | * function called to reset the HFC chip. A complete software reset of chip |
| 1118 | * and fifos is done. All configuration of the chip is done. |
| 1119 | */ |
| 1120 | |
| 1121 | static int |
| 1122 | init_chip(struct hfc_multi *hc) |
| 1123 | { |
| 1124 | u_long flags, val, val2 = 0, rev; |
| 1125 | int i, err = 0; |
| 1126 | u_char r_conf_en, rval; |
Hannes Eder | c31655f | 2008-12-12 21:20:03 -0800 | [diff] [blame] | 1127 | void __iomem *plx_acc_32; |
| 1128 | u_int pv; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1129 | u_long plx_flags, hfc_flags; |
| 1130 | int plx_count; |
| 1131 | struct hfc_multi *pos, *next, *plx_last_hc; |
| 1132 | |
| 1133 | spin_lock_irqsave(&hc->lock, flags); |
| 1134 | /* reset all registers */ |
| 1135 | memset(&hc->hw, 0, sizeof(struct hfcm_hw)); |
| 1136 | |
| 1137 | /* revision check */ |
| 1138 | if (debug & DEBUG_HFCMULTI_INIT) |
| 1139 | printk(KERN_DEBUG "%s: entered\n", __func__); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 1140 | val = HFC_inb(hc, R_CHIP_ID); |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 1141 | if ((val >> 4) != 0x8 && (val >> 4) != 0xc && (val >> 4) != 0xe && |
| 1142 | (val >> 1) != 0x31) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1143 | printk(KERN_INFO "HFC_multi: unknown CHIP_ID:%x\n", (u_int)val); |
| 1144 | err = -EIO; |
| 1145 | goto out; |
| 1146 | } |
| 1147 | rev = HFC_inb(hc, R_CHIP_RV); |
| 1148 | printk(KERN_INFO |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1149 | "HFC_multi: detected HFC with chip ID=0x%lx revision=%ld%s\n", |
| 1150 | val, rev, (rev == 0 && (hc->ctype != HFC_TYPE_XHFC)) ? |
| 1151 | " (old FIFO handling)" : ""); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 1152 | if (hc->ctype != HFC_TYPE_XHFC && rev == 0) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1153 | test_and_set_bit(HFC_CHIP_REVISION0, &hc->chip); |
| 1154 | printk(KERN_WARNING |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1155 | "HFC_multi: NOTE: Your chip is revision 0, " |
| 1156 | "ask Cologne Chip for update. Newer chips " |
| 1157 | "have a better FIFO handling. Old chips " |
| 1158 | "still work but may have slightly lower " |
| 1159 | "HDLC transmit performance.\n"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1160 | } |
| 1161 | if (rev > 1) { |
| 1162 | printk(KERN_WARNING "HFC_multi: WARNING: This driver doesn't " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1163 | "consider chip revision = %ld. The chip / " |
| 1164 | "bridge may not work.\n", rev); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1165 | } |
| 1166 | |
| 1167 | /* set s-ram size */ |
| 1168 | hc->Flen = 0x10; |
| 1169 | hc->Zmin = 0x80; |
| 1170 | hc->Zlen = 384; |
| 1171 | hc->DTMFbase = 0x1000; |
| 1172 | if (test_bit(HFC_CHIP_EXRAM_128, &hc->chip)) { |
| 1173 | if (debug & DEBUG_HFCMULTI_INIT) |
Masanari Iida | d584515 | 2012-05-15 09:06:39 +0000 | [diff] [blame] | 1174 | printk(KERN_DEBUG "%s: changing to 128K external RAM\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1175 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1176 | hc->hw.r_ctrl |= V_EXT_RAM; |
| 1177 | hc->hw.r_ram_sz = 1; |
| 1178 | hc->Flen = 0x20; |
| 1179 | hc->Zmin = 0xc0; |
| 1180 | hc->Zlen = 1856; |
| 1181 | hc->DTMFbase = 0x2000; |
| 1182 | } |
| 1183 | if (test_bit(HFC_CHIP_EXRAM_512, &hc->chip)) { |
| 1184 | if (debug & DEBUG_HFCMULTI_INIT) |
Masanari Iida | d584515 | 2012-05-15 09:06:39 +0000 | [diff] [blame] | 1185 | printk(KERN_DEBUG "%s: changing to 512K external RAM\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1186 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1187 | hc->hw.r_ctrl |= V_EXT_RAM; |
| 1188 | hc->hw.r_ram_sz = 2; |
| 1189 | hc->Flen = 0x20; |
| 1190 | hc->Zmin = 0xc0; |
| 1191 | hc->Zlen = 8000; |
| 1192 | hc->DTMFbase = 0x2000; |
| 1193 | } |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 1194 | if (hc->ctype == HFC_TYPE_XHFC) { |
| 1195 | hc->Flen = 0x8; |
| 1196 | hc->Zmin = 0x0; |
| 1197 | hc->Zlen = 64; |
| 1198 | hc->DTMFbase = 0x0; |
| 1199 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1200 | hc->max_trans = poll << 1; |
| 1201 | if (hc->max_trans > hc->Zlen) |
| 1202 | hc->max_trans = hc->Zlen; |
| 1203 | |
| 1204 | /* Speech Design PLX bridge */ |
| 1205 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip)) { |
| 1206 | if (debug & DEBUG_HFCMULTI_PLXSD) |
| 1207 | printk(KERN_DEBUG "%s: initializing PLXSD card %d\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1208 | __func__, hc->id + 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1209 | spin_lock_irqsave(&plx_lock, plx_flags); |
Hannes Eder | c31655f | 2008-12-12 21:20:03 -0800 | [diff] [blame] | 1210 | plx_acc_32 = hc->plx_membase + PLX_GPIOC; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1211 | writel(PLX_GPIOC_INIT, plx_acc_32); |
| 1212 | pv = readl(plx_acc_32); |
| 1213 | /* The first and the last cards are terminating the PCM bus */ |
| 1214 | pv |= PLX_TERM_ON; /* hc is currently the last */ |
| 1215 | /* Disconnect the PCM */ |
| 1216 | pv |= PLX_SLAVE_EN_N; |
| 1217 | pv &= ~PLX_MASTER_EN; |
| 1218 | pv &= ~PLX_SYNC_O_EN; |
| 1219 | /* Put the DSP in Reset */ |
| 1220 | pv &= ~PLX_DSP_RES_N; |
| 1221 | writel(pv, plx_acc_32); |
| 1222 | spin_unlock_irqrestore(&plx_lock, plx_flags); |
| 1223 | if (debug & DEBUG_HFCMULTI_INIT) |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 1224 | printk(KERN_DEBUG "%s: slave/term: PLX_GPIO=%x\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1225 | __func__, pv); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1226 | /* |
| 1227 | * If we are the 3rd PLXSD card or higher, we must turn |
| 1228 | * termination of last PLXSD card off. |
| 1229 | */ |
| 1230 | spin_lock_irqsave(&HFClock, hfc_flags); |
| 1231 | plx_count = 0; |
| 1232 | plx_last_hc = NULL; |
| 1233 | list_for_each_entry_safe(pos, next, &HFClist, list) { |
| 1234 | if (test_bit(HFC_CHIP_PLXSD, &pos->chip)) { |
| 1235 | plx_count++; |
| 1236 | if (pos != hc) |
| 1237 | plx_last_hc = pos; |
| 1238 | } |
| 1239 | } |
| 1240 | if (plx_count >= 3) { |
| 1241 | if (debug & DEBUG_HFCMULTI_PLXSD) |
| 1242 | printk(KERN_DEBUG "%s: card %d is between, so " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1243 | "we disable termination\n", |
| 1244 | __func__, plx_last_hc->id + 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1245 | spin_lock_irqsave(&plx_lock, plx_flags); |
Hannes Eder | c31655f | 2008-12-12 21:20:03 -0800 | [diff] [blame] | 1246 | plx_acc_32 = plx_last_hc->plx_membase + PLX_GPIOC; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1247 | pv = readl(plx_acc_32); |
| 1248 | pv &= ~PLX_TERM_ON; |
| 1249 | writel(pv, plx_acc_32); |
| 1250 | spin_unlock_irqrestore(&plx_lock, plx_flags); |
| 1251 | if (debug & DEBUG_HFCMULTI_INIT) |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 1252 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1253 | "%s: term off: PLX_GPIO=%x\n", |
| 1254 | __func__, pv); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1255 | } |
| 1256 | spin_unlock_irqrestore(&HFClock, hfc_flags); |
| 1257 | hc->hw.r_pcm_md0 = V_F0_LEN; /* shift clock for DSP */ |
| 1258 | } |
| 1259 | |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 1260 | if (test_bit(HFC_CHIP_EMBSD, &hc->chip)) |
| 1261 | hc->hw.r_pcm_md0 = V_F0_LEN; /* shift clock for DSP */ |
| 1262 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1263 | /* we only want the real Z2 read-pointer for revision > 0 */ |
| 1264 | if (!test_bit(HFC_CHIP_REVISION0, &hc->chip)) |
| 1265 | hc->hw.r_ram_sz |= V_FZ_MD; |
| 1266 | |
| 1267 | /* select pcm mode */ |
| 1268 | if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { |
| 1269 | if (debug & DEBUG_HFCMULTI_INIT) |
| 1270 | printk(KERN_DEBUG "%s: setting PCM into slave mode\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1271 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1272 | } else |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1273 | if (test_bit(HFC_CHIP_PCM_MASTER, &hc->chip) && !plxsd_master) { |
| 1274 | if (debug & DEBUG_HFCMULTI_INIT) |
| 1275 | printk(KERN_DEBUG "%s: setting PCM into master mode\n", |
| 1276 | __func__); |
| 1277 | hc->hw.r_pcm_md0 |= V_PCM_MD; |
| 1278 | } else { |
| 1279 | if (debug & DEBUG_HFCMULTI_INIT) |
| 1280 | printk(KERN_DEBUG "%s: performing PCM auto detect\n", |
| 1281 | __func__); |
| 1282 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1283 | |
| 1284 | /* soft reset */ |
| 1285 | HFC_outb(hc, R_CTRL, hc->hw.r_ctrl); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 1286 | if (hc->ctype == HFC_TYPE_XHFC) |
| 1287 | HFC_outb(hc, 0x0C /* R_FIFO_THRES */, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1288 | 0x11 /* 16 Bytes TX/RX */); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 1289 | else |
| 1290 | HFC_outb(hc, R_RAM_SZ, hc->hw.r_ram_sz); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1291 | HFC_outb(hc, R_FIFO_MD, 0); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 1292 | if (hc->ctype == HFC_TYPE_XHFC) |
| 1293 | hc->hw.r_cirm = V_SRES | V_HFCRES | V_PCMRES | V_STRES; |
| 1294 | else |
| 1295 | hc->hw.r_cirm = V_SRES | V_HFCRES | V_PCMRES | V_STRES |
| 1296 | | V_RLD_EPR; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1297 | HFC_outb(hc, R_CIRM, hc->hw.r_cirm); |
| 1298 | udelay(100); |
| 1299 | hc->hw.r_cirm = 0; |
| 1300 | HFC_outb(hc, R_CIRM, hc->hw.r_cirm); |
| 1301 | udelay(100); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 1302 | if (hc->ctype != HFC_TYPE_XHFC) |
| 1303 | HFC_outb(hc, R_RAM_SZ, hc->hw.r_ram_sz); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1304 | |
| 1305 | /* Speech Design PLX bridge pcm and sync mode */ |
| 1306 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip)) { |
| 1307 | spin_lock_irqsave(&plx_lock, plx_flags); |
Hannes Eder | c31655f | 2008-12-12 21:20:03 -0800 | [diff] [blame] | 1308 | plx_acc_32 = hc->plx_membase + PLX_GPIOC; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1309 | pv = readl(plx_acc_32); |
| 1310 | /* Connect PCM */ |
| 1311 | if (hc->hw.r_pcm_md0 & V_PCM_MD) { |
| 1312 | pv |= PLX_MASTER_EN | PLX_SLAVE_EN_N; |
| 1313 | pv |= PLX_SYNC_O_EN; |
| 1314 | if (debug & DEBUG_HFCMULTI_INIT) |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 1315 | printk(KERN_DEBUG "%s: master: PLX_GPIO=%x\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1316 | __func__, pv); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1317 | } else { |
| 1318 | pv &= ~(PLX_MASTER_EN | PLX_SLAVE_EN_N); |
| 1319 | pv &= ~PLX_SYNC_O_EN; |
| 1320 | if (debug & DEBUG_HFCMULTI_INIT) |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 1321 | printk(KERN_DEBUG "%s: slave: PLX_GPIO=%x\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1322 | __func__, pv); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1323 | } |
| 1324 | writel(pv, plx_acc_32); |
| 1325 | spin_unlock_irqrestore(&plx_lock, plx_flags); |
| 1326 | } |
| 1327 | |
| 1328 | /* PCM setup */ |
| 1329 | HFC_outb(hc, R_PCM_MD0, hc->hw.r_pcm_md0 | 0x90); |
| 1330 | if (hc->slots == 32) |
| 1331 | HFC_outb(hc, R_PCM_MD1, 0x00); |
| 1332 | if (hc->slots == 64) |
| 1333 | HFC_outb(hc, R_PCM_MD1, 0x10); |
| 1334 | if (hc->slots == 128) |
| 1335 | HFC_outb(hc, R_PCM_MD1, 0x20); |
| 1336 | HFC_outb(hc, R_PCM_MD0, hc->hw.r_pcm_md0 | 0xa0); |
| 1337 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip)) |
| 1338 | HFC_outb(hc, R_PCM_MD2, V_SYNC_SRC); /* sync via SYNC_I / O */ |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 1339 | else if (test_bit(HFC_CHIP_EMBSD, &hc->chip)) |
| 1340 | HFC_outb(hc, R_PCM_MD2, 0x10); /* V_C2O_EN */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1341 | else |
| 1342 | HFC_outb(hc, R_PCM_MD2, 0x00); /* sync from interface */ |
| 1343 | HFC_outb(hc, R_PCM_MD0, hc->hw.r_pcm_md0 | 0x00); |
| 1344 | for (i = 0; i < 256; i++) { |
| 1345 | HFC_outb_nodebug(hc, R_SLOT, i); |
| 1346 | HFC_outb_nodebug(hc, A_SL_CFG, 0); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 1347 | if (hc->ctype != HFC_TYPE_XHFC) |
| 1348 | HFC_outb_nodebug(hc, A_CONF, 0); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1349 | hc->slot_owner[i] = -1; |
| 1350 | } |
| 1351 | |
| 1352 | /* set clock speed */ |
| 1353 | if (test_bit(HFC_CHIP_CLOCK2, &hc->chip)) { |
| 1354 | if (debug & DEBUG_HFCMULTI_INIT) |
| 1355 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1356 | "%s: setting double clock\n", __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1357 | HFC_outb(hc, R_BRG_PCM_CFG, V_PCM_CLK); |
| 1358 | } |
| 1359 | |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 1360 | if (test_bit(HFC_CHIP_EMBSD, &hc->chip)) |
| 1361 | HFC_outb(hc, 0x02 /* R_CLK_CFG */, 0x40 /* V_CLKO_OFF */); |
| 1362 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1363 | /* B410P GPIO */ |
| 1364 | if (test_bit(HFC_CHIP_B410P, &hc->chip)) { |
| 1365 | printk(KERN_NOTICE "Setting GPIOs\n"); |
| 1366 | HFC_outb(hc, R_GPIO_SEL, 0x30); |
| 1367 | HFC_outb(hc, R_GPIO_EN1, 0x3); |
| 1368 | udelay(1000); |
| 1369 | printk(KERN_NOTICE "calling vpm_init\n"); |
| 1370 | vpm_init(hc); |
| 1371 | } |
| 1372 | |
| 1373 | /* check if R_F0_CNT counts (8 kHz frame count) */ |
| 1374 | val = HFC_inb(hc, R_F0_CNTL); |
| 1375 | val += HFC_inb(hc, R_F0_CNTH) << 8; |
| 1376 | if (debug & DEBUG_HFCMULTI_INIT) |
| 1377 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1378 | "HFC_multi F0_CNT %ld after reset\n", val); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1379 | spin_unlock_irqrestore(&hc->lock, flags); |
| 1380 | set_current_state(TASK_UNINTERRUPTIBLE); |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1381 | schedule_timeout((HZ / 100) ? : 1); /* Timeout minimum 10ms */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1382 | spin_lock_irqsave(&hc->lock, flags); |
| 1383 | val2 = HFC_inb(hc, R_F0_CNTL); |
| 1384 | val2 += HFC_inb(hc, R_F0_CNTH) << 8; |
| 1385 | if (debug & DEBUG_HFCMULTI_INIT) |
| 1386 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1387 | "HFC_multi F0_CNT %ld after 10 ms (1st try)\n", |
| 1388 | val2); |
| 1389 | if (val2 >= val + 8) { /* 1 ms */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1390 | /* it counts, so we keep the pcm mode */ |
| 1391 | if (test_bit(HFC_CHIP_PCM_MASTER, &hc->chip)) |
| 1392 | printk(KERN_INFO "controller is PCM bus MASTER\n"); |
| 1393 | else |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1394 | if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) |
| 1395 | printk(KERN_INFO "controller is PCM bus SLAVE\n"); |
| 1396 | else { |
| 1397 | test_and_set_bit(HFC_CHIP_PCM_SLAVE, &hc->chip); |
| 1398 | printk(KERN_INFO "controller is PCM bus SLAVE " |
| 1399 | "(auto detected)\n"); |
| 1400 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1401 | } else { |
| 1402 | /* does not count */ |
| 1403 | if (test_bit(HFC_CHIP_PCM_MASTER, &hc->chip)) { |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1404 | controller_fail: |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1405 | printk(KERN_ERR "HFC_multi ERROR, getting no 125us " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1406 | "pulse. Seems that controller fails.\n"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1407 | err = -EIO; |
| 1408 | goto out; |
| 1409 | } |
| 1410 | if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { |
| 1411 | printk(KERN_INFO "controller is PCM bus SLAVE " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1412 | "(ignoring missing PCM clock)\n"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1413 | } else { |
| 1414 | /* only one pcm master */ |
| 1415 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip) |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1416 | && plxsd_master) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1417 | printk(KERN_ERR "HFC_multi ERROR, no clock " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1418 | "on another Speech Design card found. " |
| 1419 | "Please be sure to connect PCM cable.\n"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1420 | err = -EIO; |
| 1421 | goto out; |
| 1422 | } |
| 1423 | /* retry with master clock */ |
| 1424 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip)) { |
| 1425 | spin_lock_irqsave(&plx_lock, plx_flags); |
Hannes Eder | c31655f | 2008-12-12 21:20:03 -0800 | [diff] [blame] | 1426 | plx_acc_32 = hc->plx_membase + PLX_GPIOC; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1427 | pv = readl(plx_acc_32); |
| 1428 | pv |= PLX_MASTER_EN | PLX_SLAVE_EN_N; |
| 1429 | pv |= PLX_SYNC_O_EN; |
| 1430 | writel(pv, plx_acc_32); |
| 1431 | spin_unlock_irqrestore(&plx_lock, plx_flags); |
| 1432 | if (debug & DEBUG_HFCMULTI_INIT) |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 1433 | printk(KERN_DEBUG "%s: master: " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1434 | "PLX_GPIO=%x\n", __func__, pv); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1435 | } |
| 1436 | hc->hw.r_pcm_md0 |= V_PCM_MD; |
| 1437 | HFC_outb(hc, R_PCM_MD0, hc->hw.r_pcm_md0 | 0x00); |
| 1438 | spin_unlock_irqrestore(&hc->lock, flags); |
| 1439 | set_current_state(TASK_UNINTERRUPTIBLE); |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1440 | schedule_timeout((HZ / 100) ?: 1); /* Timeout min. 10ms */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1441 | spin_lock_irqsave(&hc->lock, flags); |
| 1442 | val2 = HFC_inb(hc, R_F0_CNTL); |
| 1443 | val2 += HFC_inb(hc, R_F0_CNTH) << 8; |
| 1444 | if (debug & DEBUG_HFCMULTI_INIT) |
| 1445 | printk(KERN_DEBUG "HFC_multi F0_CNT %ld after " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1446 | "10 ms (2nd try)\n", val2); |
| 1447 | if (val2 >= val + 8) { /* 1 ms */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1448 | test_and_set_bit(HFC_CHIP_PCM_MASTER, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1449 | &hc->chip); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1450 | printk(KERN_INFO "controller is PCM bus MASTER " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1451 | "(auto detected)\n"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1452 | } else |
| 1453 | goto controller_fail; |
| 1454 | } |
| 1455 | } |
| 1456 | |
| 1457 | /* Release the DSP Reset */ |
| 1458 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip)) { |
| 1459 | if (test_bit(HFC_CHIP_PCM_MASTER, &hc->chip)) |
| 1460 | plxsd_master = 1; |
| 1461 | spin_lock_irqsave(&plx_lock, plx_flags); |
Hannes Eder | c31655f | 2008-12-12 21:20:03 -0800 | [diff] [blame] | 1462 | plx_acc_32 = hc->plx_membase + PLX_GPIOC; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1463 | pv = readl(plx_acc_32); |
| 1464 | pv |= PLX_DSP_RES_N; |
| 1465 | writel(pv, plx_acc_32); |
| 1466 | spin_unlock_irqrestore(&plx_lock, plx_flags); |
| 1467 | if (debug & DEBUG_HFCMULTI_INIT) |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 1468 | printk(KERN_DEBUG "%s: reset off: PLX_GPIO=%x\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1469 | __func__, pv); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1470 | } |
| 1471 | |
| 1472 | /* pcm id */ |
| 1473 | if (hc->pcm) |
| 1474 | printk(KERN_INFO "controller has given PCM BUS ID %d\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1475 | hc->pcm); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1476 | else { |
| 1477 | if (test_bit(HFC_CHIP_PCM_MASTER, &hc->chip) |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1478 | || test_bit(HFC_CHIP_PLXSD, &hc->chip)) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1479 | PCM_cnt++; /* SD has proprietary bridging */ |
| 1480 | } |
| 1481 | hc->pcm = PCM_cnt; |
| 1482 | printk(KERN_INFO "controller has PCM BUS ID %d " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1483 | "(auto selected)\n", hc->pcm); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1484 | } |
| 1485 | |
| 1486 | /* set up timer */ |
| 1487 | HFC_outb(hc, R_TI_WD, poll_timer); |
| 1488 | hc->hw.r_irqmsk_misc |= V_TI_IRQMSK; |
| 1489 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1490 | /* set E1 state machine IRQ */ |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 1491 | if (hc->ctype == HFC_TYPE_E1) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1492 | hc->hw.r_irqmsk_misc |= V_STA_IRQMSK; |
| 1493 | |
| 1494 | /* set DTMF detection */ |
| 1495 | if (test_bit(HFC_CHIP_DTMF, &hc->chip)) { |
| 1496 | if (debug & DEBUG_HFCMULTI_INIT) |
| 1497 | printk(KERN_DEBUG "%s: enabling DTMF detection " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1498 | "for all B-channel\n", __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1499 | hc->hw.r_dtmf = V_DTMF_EN | V_DTMF_STOP; |
| 1500 | if (test_bit(HFC_CHIP_ULAW, &hc->chip)) |
| 1501 | hc->hw.r_dtmf |= V_ULAW_SEL; |
| 1502 | HFC_outb(hc, R_DTMF_N, 102 - 1); |
| 1503 | hc->hw.r_irqmsk_misc |= V_DTMF_IRQMSK; |
| 1504 | } |
| 1505 | |
| 1506 | /* conference engine */ |
| 1507 | if (test_bit(HFC_CHIP_ULAW, &hc->chip)) |
| 1508 | r_conf_en = V_CONF_EN | V_ULAW; |
| 1509 | else |
| 1510 | r_conf_en = V_CONF_EN; |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 1511 | if (hc->ctype != HFC_TYPE_XHFC) |
| 1512 | HFC_outb(hc, R_CONF_EN, r_conf_en); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1513 | |
| 1514 | /* setting leds */ |
| 1515 | switch (hc->leds) { |
| 1516 | case 1: /* HFC-E1 OEM */ |
| 1517 | if (test_bit(HFC_CHIP_WATCHDOG, &hc->chip)) |
| 1518 | HFC_outb(hc, R_GPIO_SEL, 0x32); |
| 1519 | else |
| 1520 | HFC_outb(hc, R_GPIO_SEL, 0x30); |
| 1521 | |
| 1522 | HFC_outb(hc, R_GPIO_EN1, 0x0f); |
| 1523 | HFC_outb(hc, R_GPIO_OUT1, 0x00); |
| 1524 | |
| 1525 | HFC_outb(hc, R_GPIO_EN0, V_GPIO_EN2 | V_GPIO_EN3); |
| 1526 | break; |
| 1527 | |
| 1528 | case 2: /* HFC-4S OEM */ |
| 1529 | case 3: |
| 1530 | HFC_outb(hc, R_GPIO_SEL, 0xf0); |
| 1531 | HFC_outb(hc, R_GPIO_EN1, 0xff); |
| 1532 | HFC_outb(hc, R_GPIO_OUT1, 0x00); |
| 1533 | break; |
| 1534 | } |
| 1535 | |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 1536 | if (test_bit(HFC_CHIP_EMBSD, &hc->chip)) { |
| 1537 | hc->hw.r_st_sync = 0x10; /* V_AUTO_SYNCI */ |
| 1538 | HFC_outb(hc, R_ST_SYNC, hc->hw.r_st_sync); |
| 1539 | } |
| 1540 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1541 | /* set master clock */ |
| 1542 | if (hc->masterclk >= 0) { |
| 1543 | if (debug & DEBUG_HFCMULTI_INIT) |
| 1544 | printk(KERN_DEBUG "%s: setting ST master clock " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1545 | "to port %d (0..%d)\n", |
| 1546 | __func__, hc->masterclk, hc->ports - 1); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 1547 | hc->hw.r_st_sync |= (hc->masterclk | V_AUTO_SYNC); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1548 | HFC_outb(hc, R_ST_SYNC, hc->hw.r_st_sync); |
| 1549 | } |
| 1550 | |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 1551 | |
| 1552 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1553 | /* setting misc irq */ |
| 1554 | HFC_outb(hc, R_IRQMSK_MISC, hc->hw.r_irqmsk_misc); |
| 1555 | if (debug & DEBUG_HFCMULTI_INIT) |
| 1556 | printk(KERN_DEBUG "r_irqmsk_misc.2: 0x%x\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1557 | hc->hw.r_irqmsk_misc); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1558 | |
| 1559 | /* RAM access test */ |
| 1560 | HFC_outb(hc, R_RAM_ADDR0, 0); |
| 1561 | HFC_outb(hc, R_RAM_ADDR1, 0); |
| 1562 | HFC_outb(hc, R_RAM_ADDR2, 0); |
| 1563 | for (i = 0; i < 256; i++) { |
| 1564 | HFC_outb_nodebug(hc, R_RAM_ADDR0, i); |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1565 | HFC_outb_nodebug(hc, R_RAM_DATA, ((i * 3) & 0xff)); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1566 | } |
| 1567 | for (i = 0; i < 256; i++) { |
| 1568 | HFC_outb_nodebug(hc, R_RAM_ADDR0, i); |
| 1569 | HFC_inb_nodebug(hc, R_RAM_DATA); |
| 1570 | rval = HFC_inb_nodebug(hc, R_INT_DATA); |
| 1571 | if (rval != ((i * 3) & 0xff)) { |
| 1572 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1573 | "addr:%x val:%x should:%x\n", i, rval, |
| 1574 | (i * 3) & 0xff); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1575 | err++; |
| 1576 | } |
| 1577 | } |
| 1578 | if (err) { |
| 1579 | printk(KERN_DEBUG "aborting - %d RAM access errors\n", err); |
| 1580 | err = -EIO; |
| 1581 | goto out; |
| 1582 | } |
| 1583 | |
| 1584 | if (debug & DEBUG_HFCMULTI_INIT) |
| 1585 | printk(KERN_DEBUG "%s: done\n", __func__); |
| 1586 | out: |
| 1587 | spin_unlock_irqrestore(&hc->lock, flags); |
| 1588 | return err; |
| 1589 | } |
| 1590 | |
| 1591 | |
| 1592 | /* |
| 1593 | * control the watchdog |
| 1594 | */ |
| 1595 | static void |
| 1596 | hfcmulti_watchdog(struct hfc_multi *hc) |
| 1597 | { |
| 1598 | hc->wdcount++; |
| 1599 | |
| 1600 | if (hc->wdcount > 10) { |
| 1601 | hc->wdcount = 0; |
| 1602 | hc->wdbyte = hc->wdbyte == V_GPIO_OUT2 ? |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1603 | V_GPIO_OUT3 : V_GPIO_OUT2; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1604 | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1605 | /* printk("Sending Watchdog Kill %x\n",hc->wdbyte); */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1606 | HFC_outb(hc, R_GPIO_EN0, V_GPIO_EN2 | V_GPIO_EN3); |
| 1607 | HFC_outb(hc, R_GPIO_OUT0, hc->wdbyte); |
| 1608 | } |
| 1609 | } |
| 1610 | |
| 1611 | |
| 1612 | |
| 1613 | /* |
| 1614 | * output leds |
| 1615 | */ |
| 1616 | static void |
| 1617 | hfcmulti_leds(struct hfc_multi *hc) |
| 1618 | { |
| 1619 | unsigned long lled; |
| 1620 | unsigned long leddw; |
| 1621 | int i, state, active, leds; |
| 1622 | struct dchannel *dch; |
| 1623 | int led[4]; |
| 1624 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1625 | switch (hc->leds) { |
| 1626 | case 1: /* HFC-E1 OEM */ |
Andreas Eversberg | 864fd63 | 2012-04-24 20:52:13 +0000 | [diff] [blame] | 1627 | /* 2 red steady: LOS |
| 1628 | * 1 red steady: L1 not active |
| 1629 | * 2 green steady: L1 active |
| 1630 | * 1st green flashing: activity on TX |
| 1631 | * 2nd green flashing: activity on RX |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1632 | */ |
Andreas Eversberg | 864fd63 | 2012-04-24 20:52:13 +0000 | [diff] [blame] | 1633 | led[0] = 0; |
| 1634 | led[1] = 0; |
| 1635 | led[2] = 0; |
| 1636 | led[3] = 0; |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 1637 | dch = hc->chan[hc->dnum[0]].dch; |
Andreas Eversberg | 864fd63 | 2012-04-24 20:52:13 +0000 | [diff] [blame] | 1638 | if (dch) { |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 1639 | if (hc->chan[hc->dnum[0]].los) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1640 | led[1] = 1; |
Andreas Eversberg | 864fd63 | 2012-04-24 20:52:13 +0000 | [diff] [blame] | 1641 | if (hc->e1_state != 1) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1642 | led[0] = 1; |
Andreas Eversberg | 864fd63 | 2012-04-24 20:52:13 +0000 | [diff] [blame] | 1643 | hc->flash[2] = 0; |
| 1644 | hc->flash[3] = 0; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1645 | } else { |
Andreas Eversberg | 864fd63 | 2012-04-24 20:52:13 +0000 | [diff] [blame] | 1646 | led[2] = 1; |
| 1647 | led[3] = 1; |
| 1648 | if (!hc->flash[2] && hc->activity_tx) |
| 1649 | hc->flash[2] = poll; |
| 1650 | if (!hc->flash[3] && hc->activity_rx) |
| 1651 | hc->flash[3] = poll; |
| 1652 | if (hc->flash[2] && hc->flash[2] < 1024) |
| 1653 | led[2] = 0; |
| 1654 | if (hc->flash[3] && hc->flash[3] < 1024) |
| 1655 | led[3] = 0; |
| 1656 | if (hc->flash[2] >= 2048) |
| 1657 | hc->flash[2] = 0; |
| 1658 | if (hc->flash[3] >= 2048) |
| 1659 | hc->flash[3] = 0; |
| 1660 | if (hc->flash[2]) |
| 1661 | hc->flash[2] += poll; |
| 1662 | if (hc->flash[3]) |
| 1663 | hc->flash[3] += poll; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1664 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1665 | } |
| 1666 | leds = (led[0] | (led[1]<<2) | (led[2]<<1) | (led[3]<<3))^0xF; |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1667 | /* leds are inverted */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1668 | if (leds != (int)hc->ledstate) { |
| 1669 | HFC_outb_nodebug(hc, R_GPIO_OUT1, leds); |
| 1670 | hc->ledstate = leds; |
| 1671 | } |
| 1672 | break; |
| 1673 | |
| 1674 | case 2: /* HFC-4S OEM */ |
Andreas Eversberg | 864fd63 | 2012-04-24 20:52:13 +0000 | [diff] [blame] | 1675 | /* red steady: PH_DEACTIVATE |
| 1676 | * green steady: PH_ACTIVATE |
| 1677 | * green flashing: activity on TX |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1678 | */ |
| 1679 | for (i = 0; i < 4; i++) { |
| 1680 | state = 0; |
| 1681 | active = -1; |
| 1682 | dch = hc->chan[(i << 2) | 2].dch; |
| 1683 | if (dch) { |
| 1684 | state = dch->state; |
| 1685 | if (dch->dev.D.protocol == ISDN_P_NT_S0) |
| 1686 | active = 3; |
| 1687 | else |
| 1688 | active = 7; |
| 1689 | } |
| 1690 | if (state) { |
| 1691 | if (state == active) { |
| 1692 | led[i] = 1; /* led green */ |
Andreas Eversberg | 864fd63 | 2012-04-24 20:52:13 +0000 | [diff] [blame] | 1693 | hc->activity_tx |= hc->activity_rx; |
| 1694 | if (!hc->flash[i] && |
| 1695 | (hc->activity_tx & (1 << i))) |
| 1696 | hc->flash[i] = poll; |
| 1697 | if (hc->flash[i] && hc->flash[i] < 1024) |
| 1698 | led[i] = 0; /* led off */ |
| 1699 | if (hc->flash[i] >= 2048) |
| 1700 | hc->flash[i] = 0; |
| 1701 | if (hc->flash[i]) |
| 1702 | hc->flash[i] += poll; |
| 1703 | } else { |
| 1704 | led[i] = 2; /* led red */ |
| 1705 | hc->flash[i] = 0; |
| 1706 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1707 | } else |
| 1708 | led[i] = 0; /* led off */ |
| 1709 | } |
| 1710 | if (test_bit(HFC_CHIP_B410P, &hc->chip)) { |
| 1711 | leds = 0; |
| 1712 | for (i = 0; i < 4; i++) { |
| 1713 | if (led[i] == 1) { |
| 1714 | /*green*/ |
| 1715 | leds |= (0x2 << (i * 2)); |
| 1716 | } else if (led[i] == 2) { |
| 1717 | /*red*/ |
| 1718 | leds |= (0x1 << (i * 2)); |
| 1719 | } |
| 1720 | } |
| 1721 | if (leds != (int)hc->ledstate) { |
| 1722 | vpm_out(hc, 0, 0x1a8 + 3, leds); |
| 1723 | hc->ledstate = leds; |
| 1724 | } |
| 1725 | } else { |
| 1726 | leds = ((led[3] > 0) << 0) | ((led[1] > 0) << 1) | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1727 | ((led[0] > 0) << 2) | ((led[2] > 0) << 3) | |
| 1728 | ((led[3] & 1) << 4) | ((led[1] & 1) << 5) | |
| 1729 | ((led[0] & 1) << 6) | ((led[2] & 1) << 7); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1730 | if (leds != (int)hc->ledstate) { |
| 1731 | HFC_outb_nodebug(hc, R_GPIO_EN1, leds & 0x0F); |
| 1732 | HFC_outb_nodebug(hc, R_GPIO_OUT1, leds >> 4); |
| 1733 | hc->ledstate = leds; |
| 1734 | } |
| 1735 | } |
| 1736 | break; |
| 1737 | |
| 1738 | case 3: /* HFC 1S/2S Beronet */ |
Andreas Eversberg | 864fd63 | 2012-04-24 20:52:13 +0000 | [diff] [blame] | 1739 | /* red steady: PH_DEACTIVATE |
| 1740 | * green steady: PH_ACTIVATE |
| 1741 | * green flashing: activity on TX |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1742 | */ |
| 1743 | for (i = 0; i < 2; i++) { |
| 1744 | state = 0; |
| 1745 | active = -1; |
| 1746 | dch = hc->chan[(i << 2) | 2].dch; |
| 1747 | if (dch) { |
| 1748 | state = dch->state; |
| 1749 | if (dch->dev.D.protocol == ISDN_P_NT_S0) |
| 1750 | active = 3; |
| 1751 | else |
| 1752 | active = 7; |
| 1753 | } |
| 1754 | if (state) { |
| 1755 | if (state == active) { |
| 1756 | led[i] = 1; /* led green */ |
Andreas Eversberg | 864fd63 | 2012-04-24 20:52:13 +0000 | [diff] [blame] | 1757 | hc->activity_tx |= hc->activity_rx; |
| 1758 | if (!hc->flash[i] && |
| 1759 | (hc->activity_tx & (1 << i))) |
| 1760 | hc->flash[i] = poll; |
| 1761 | if (hc->flash[i] < 1024) |
| 1762 | led[i] = 0; /* led off */ |
| 1763 | if (hc->flash[i] >= 2048) |
| 1764 | hc->flash[i] = 0; |
| 1765 | if (hc->flash[i]) |
| 1766 | hc->flash[i] += poll; |
| 1767 | } else { |
| 1768 | led[i] = 2; /* led red */ |
| 1769 | hc->flash[i] = 0; |
| 1770 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1771 | } else |
| 1772 | led[i] = 0; /* led off */ |
| 1773 | } |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1774 | leds = (led[0] > 0) | ((led[1] > 0) << 1) | ((led[0]&1) << 2) |
| 1775 | | ((led[1]&1) << 3); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1776 | if (leds != (int)hc->ledstate) { |
| 1777 | HFC_outb_nodebug(hc, R_GPIO_EN1, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1778 | ((led[0] > 0) << 2) | ((led[1] > 0) << 3)); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1779 | HFC_outb_nodebug(hc, R_GPIO_OUT1, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1780 | ((led[0] & 1) << 2) | ((led[1] & 1) << 3)); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1781 | hc->ledstate = leds; |
| 1782 | } |
| 1783 | break; |
| 1784 | case 8: /* HFC 8S+ Beronet */ |
Andreas Eversberg | 864fd63 | 2012-04-24 20:52:13 +0000 | [diff] [blame] | 1785 | /* off: PH_DEACTIVATE |
| 1786 | * steady: PH_ACTIVATE |
| 1787 | * flashing: activity on TX |
| 1788 | */ |
| 1789 | lled = 0xff; /* leds off */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1790 | for (i = 0; i < 8; i++) { |
| 1791 | state = 0; |
| 1792 | active = -1; |
| 1793 | dch = hc->chan[(i << 2) | 2].dch; |
| 1794 | if (dch) { |
| 1795 | state = dch->state; |
| 1796 | if (dch->dev.D.protocol == ISDN_P_NT_S0) |
| 1797 | active = 3; |
| 1798 | else |
| 1799 | active = 7; |
| 1800 | } |
| 1801 | if (state) { |
| 1802 | if (state == active) { |
Andreas Eversberg | 864fd63 | 2012-04-24 20:52:13 +0000 | [diff] [blame] | 1803 | lled &= ~(1 << i); /* led on */ |
| 1804 | hc->activity_tx |= hc->activity_rx; |
| 1805 | if (!hc->flash[i] && |
| 1806 | (hc->activity_tx & (1 << i))) |
| 1807 | hc->flash[i] = poll; |
| 1808 | if (hc->flash[i] < 1024) |
| 1809 | lled |= 1 << i; /* led off */ |
| 1810 | if (hc->flash[i] >= 2048) |
| 1811 | hc->flash[i] = 0; |
| 1812 | if (hc->flash[i]) |
| 1813 | hc->flash[i] += poll; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1814 | } else |
Andreas Eversberg | 864fd63 | 2012-04-24 20:52:13 +0000 | [diff] [blame] | 1815 | hc->flash[i] = 0; |
| 1816 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1817 | } |
| 1818 | leddw = lled << 24 | lled << 16 | lled << 8 | lled; |
| 1819 | if (leddw != hc->ledstate) { |
| 1820 | /* HFC_outb(hc, R_BRG_PCM_CFG, 1); |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1821 | HFC_outb(c, R_BRG_PCM_CFG, (0x0 << 6) | 0x3); */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1822 | /* was _io before */ |
| 1823 | HFC_outb_nodebug(hc, R_BRG_PCM_CFG, 1 | V_PCM_CLK); |
| 1824 | outw(0x4000, hc->pci_iobase + 4); |
| 1825 | outl(leddw, hc->pci_iobase); |
| 1826 | HFC_outb_nodebug(hc, R_BRG_PCM_CFG, V_PCM_CLK); |
| 1827 | hc->ledstate = leddw; |
| 1828 | } |
| 1829 | break; |
| 1830 | } |
Andreas Eversberg | 864fd63 | 2012-04-24 20:52:13 +0000 | [diff] [blame] | 1831 | hc->activity_tx = 0; |
| 1832 | hc->activity_rx = 0; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1833 | } |
| 1834 | /* |
| 1835 | * read dtmf coefficients |
| 1836 | */ |
| 1837 | |
| 1838 | static void |
| 1839 | hfcmulti_dtmf(struct hfc_multi *hc) |
| 1840 | { |
| 1841 | s32 *coeff; |
| 1842 | u_int mantissa; |
| 1843 | int co, ch; |
| 1844 | struct bchannel *bch = NULL; |
| 1845 | u8 exponent; |
| 1846 | int dtmf = 0; |
| 1847 | int addr; |
| 1848 | u16 w_float; |
| 1849 | struct sk_buff *skb; |
| 1850 | struct mISDNhead *hh; |
| 1851 | |
| 1852 | if (debug & DEBUG_HFCMULTI_DTMF) |
| 1853 | printk(KERN_DEBUG "%s: dtmf detection irq\n", __func__); |
| 1854 | for (ch = 0; ch <= 31; ch++) { |
| 1855 | /* only process enabled B-channels */ |
| 1856 | bch = hc->chan[ch].bch; |
| 1857 | if (!bch) |
| 1858 | continue; |
| 1859 | if (!hc->created[hc->chan[ch].port]) |
| 1860 | continue; |
| 1861 | if (!test_bit(FLG_TRANSPARENT, &bch->Flags)) |
| 1862 | continue; |
| 1863 | if (debug & DEBUG_HFCMULTI_DTMF) |
| 1864 | printk(KERN_DEBUG "%s: dtmf channel %d:", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1865 | __func__, ch); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1866 | coeff = &(hc->chan[ch].coeff[hc->chan[ch].coeff_count * 16]); |
| 1867 | dtmf = 1; |
| 1868 | for (co = 0; co < 8; co++) { |
| 1869 | /* read W(n-1) coefficient */ |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1870 | addr = hc->DTMFbase + ((co << 7) | (ch << 2)); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1871 | HFC_outb_nodebug(hc, R_RAM_ADDR0, addr); |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1872 | HFC_outb_nodebug(hc, R_RAM_ADDR1, addr >> 8); |
| 1873 | HFC_outb_nodebug(hc, R_RAM_ADDR2, (addr >> 16) |
| 1874 | | V_ADDR_INC); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1875 | w_float = HFC_inb_nodebug(hc, R_RAM_DATA); |
| 1876 | w_float |= (HFC_inb_nodebug(hc, R_RAM_DATA) << 8); |
| 1877 | if (debug & DEBUG_HFCMULTI_DTMF) |
| 1878 | printk(" %04x", w_float); |
| 1879 | |
| 1880 | /* decode float (see chip doc) */ |
| 1881 | mantissa = w_float & 0x0fff; |
| 1882 | if (w_float & 0x8000) |
| 1883 | mantissa |= 0xfffff000; |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1884 | exponent = (w_float >> 12) & 0x7; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1885 | if (exponent) { |
| 1886 | mantissa ^= 0x1000; |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1887 | mantissa <<= (exponent - 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1888 | } |
| 1889 | |
| 1890 | /* store coefficient */ |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1891 | coeff[co << 1] = mantissa; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1892 | |
| 1893 | /* read W(n) coefficient */ |
| 1894 | w_float = HFC_inb_nodebug(hc, R_RAM_DATA); |
| 1895 | w_float |= (HFC_inb_nodebug(hc, R_RAM_DATA) << 8); |
| 1896 | if (debug & DEBUG_HFCMULTI_DTMF) |
| 1897 | printk(" %04x", w_float); |
| 1898 | |
| 1899 | /* decode float (see chip doc) */ |
| 1900 | mantissa = w_float & 0x0fff; |
| 1901 | if (w_float & 0x8000) |
| 1902 | mantissa |= 0xfffff000; |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1903 | exponent = (w_float >> 12) & 0x7; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1904 | if (exponent) { |
| 1905 | mantissa ^= 0x1000; |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1906 | mantissa <<= (exponent - 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1907 | } |
| 1908 | |
| 1909 | /* store coefficient */ |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1910 | coeff[(co << 1) | 1] = mantissa; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1911 | } |
| 1912 | if (debug & DEBUG_HFCMULTI_DTMF) |
Andreas Eversberg | b5df5a5 | 2009-05-22 11:04:48 +0000 | [diff] [blame] | 1913 | printk(" DTMF ready %08x %08x %08x %08x " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1914 | "%08x %08x %08x %08x\n", |
| 1915 | coeff[0], coeff[1], coeff[2], coeff[3], |
| 1916 | coeff[4], coeff[5], coeff[6], coeff[7]); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1917 | hc->chan[ch].coeff_count++; |
| 1918 | if (hc->chan[ch].coeff_count == 8) { |
| 1919 | hc->chan[ch].coeff_count = 0; |
| 1920 | skb = mI_alloc_skb(512, GFP_ATOMIC); |
| 1921 | if (!skb) { |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 1922 | printk(KERN_DEBUG "%s: No memory for skb\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 1923 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 1924 | continue; |
| 1925 | } |
| 1926 | hh = mISDN_HEAD_P(skb); |
| 1927 | hh->prim = PH_CONTROL_IND; |
| 1928 | hh->id = DTMF_HFC_COEF; |
| 1929 | memcpy(skb_put(skb, 512), hc->chan[ch].coeff, 512); |
| 1930 | recv_Bchannel_skb(bch, skb); |
| 1931 | } |
| 1932 | } |
| 1933 | |
| 1934 | /* restart DTMF processing */ |
| 1935 | hc->dtmf = dtmf; |
| 1936 | if (dtmf) |
| 1937 | HFC_outb_nodebug(hc, R_DTMF, hc->hw.r_dtmf | V_RST_DTMF); |
| 1938 | } |
| 1939 | |
| 1940 | |
| 1941 | /* |
| 1942 | * fill fifo as much as possible |
| 1943 | */ |
| 1944 | |
| 1945 | static void |
| 1946 | hfcmulti_tx(struct hfc_multi *hc, int ch) |
| 1947 | { |
| 1948 | int i, ii, temp, len = 0; |
| 1949 | int Zspace, z1, z2; /* must be int for calculation */ |
| 1950 | int Fspace, f1, f2; |
| 1951 | u_char *d; |
| 1952 | int *txpending, slot_tx; |
| 1953 | struct bchannel *bch; |
| 1954 | struct dchannel *dch; |
| 1955 | struct sk_buff **sp = NULL; |
| 1956 | int *idxp; |
| 1957 | |
| 1958 | bch = hc->chan[ch].bch; |
| 1959 | dch = hc->chan[ch].dch; |
| 1960 | if ((!dch) && (!bch)) |
| 1961 | return; |
| 1962 | |
| 1963 | txpending = &hc->chan[ch].txpending; |
| 1964 | slot_tx = hc->chan[ch].slot_tx; |
| 1965 | if (dch) { |
| 1966 | if (!test_bit(FLG_ACTIVE, &dch->Flags)) |
| 1967 | return; |
| 1968 | sp = &dch->tx_skb; |
| 1969 | idxp = &dch->tx_idx; |
| 1970 | } else { |
| 1971 | if (!test_bit(FLG_ACTIVE, &bch->Flags)) |
| 1972 | return; |
| 1973 | sp = &bch->tx_skb; |
| 1974 | idxp = &bch->tx_idx; |
| 1975 | } |
| 1976 | if (*sp) |
| 1977 | len = (*sp)->len; |
| 1978 | |
| 1979 | if ((!len) && *txpending != 1) |
| 1980 | return; /* no data */ |
| 1981 | |
| 1982 | if (test_bit(HFC_CHIP_B410P, &hc->chip) && |
| 1983 | (hc->chan[ch].protocol == ISDN_P_B_RAW) && |
| 1984 | (hc->chan[ch].slot_rx < 0) && |
| 1985 | (hc->chan[ch].slot_tx < 0)) |
| 1986 | HFC_outb_nodebug(hc, R_FIFO, 0x20 | (ch << 1)); |
| 1987 | else |
| 1988 | HFC_outb_nodebug(hc, R_FIFO, ch << 1); |
| 1989 | HFC_wait_nodebug(hc); |
| 1990 | |
| 1991 | if (*txpending == 2) { |
| 1992 | /* reset fifo */ |
| 1993 | HFC_outb_nodebug(hc, R_INC_RES_FIFO, V_RES_F); |
| 1994 | HFC_wait_nodebug(hc); |
| 1995 | HFC_outb(hc, A_SUBCH_CFG, 0); |
| 1996 | *txpending = 1; |
| 1997 | } |
| 1998 | next_frame: |
| 1999 | if (dch || test_bit(FLG_HDLC, &bch->Flags)) { |
| 2000 | f1 = HFC_inb_nodebug(hc, A_F1); |
| 2001 | f2 = HFC_inb_nodebug(hc, A_F2); |
| 2002 | while (f2 != (temp = HFC_inb_nodebug(hc, A_F2))) { |
| 2003 | if (debug & DEBUG_HFCMULTI_FIFO) |
| 2004 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2005 | "%s(card %d): reread f2 because %d!=%d\n", |
| 2006 | __func__, hc->id + 1, temp, f2); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2007 | f2 = temp; /* repeat until F2 is equal */ |
| 2008 | } |
| 2009 | Fspace = f2 - f1 - 1; |
| 2010 | if (Fspace < 0) |
| 2011 | Fspace += hc->Flen; |
| 2012 | /* |
| 2013 | * Old FIFO handling doesn't give us the current Z2 read |
| 2014 | * pointer, so we cannot send the next frame before the fifo |
| 2015 | * is empty. It makes no difference except for a slightly |
| 2016 | * lower performance. |
| 2017 | */ |
| 2018 | if (test_bit(HFC_CHIP_REVISION0, &hc->chip)) { |
| 2019 | if (f1 != f2) |
| 2020 | Fspace = 0; |
| 2021 | else |
| 2022 | Fspace = 1; |
| 2023 | } |
| 2024 | /* one frame only for ST D-channels, to allow resending */ |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 2025 | if (hc->ctype != HFC_TYPE_E1 && dch) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2026 | if (f1 != f2) |
| 2027 | Fspace = 0; |
| 2028 | } |
| 2029 | /* F-counter full condition */ |
| 2030 | if (Fspace == 0) |
| 2031 | return; |
| 2032 | } |
| 2033 | z1 = HFC_inw_nodebug(hc, A_Z1) - hc->Zmin; |
| 2034 | z2 = HFC_inw_nodebug(hc, A_Z2) - hc->Zmin; |
| 2035 | while (z2 != (temp = (HFC_inw_nodebug(hc, A_Z2) - hc->Zmin))) { |
| 2036 | if (debug & DEBUG_HFCMULTI_FIFO) |
| 2037 | printk(KERN_DEBUG "%s(card %d): reread z2 because " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2038 | "%d!=%d\n", __func__, hc->id + 1, temp, z2); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2039 | z2 = temp; /* repeat unti Z2 is equal */ |
| 2040 | } |
Andreas Eversberg | 7cfa153 | 2009-05-22 11:04:46 +0000 | [diff] [blame] | 2041 | hc->chan[ch].Zfill = z1 - z2; |
| 2042 | if (hc->chan[ch].Zfill < 0) |
| 2043 | hc->chan[ch].Zfill += hc->Zlen; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2044 | Zspace = z2 - z1; |
| 2045 | if (Zspace <= 0) |
| 2046 | Zspace += hc->Zlen; |
| 2047 | Zspace -= 4; /* keep not too full, so pointers will not overrun */ |
| 2048 | /* fill transparent data only to maxinum transparent load (minus 4) */ |
| 2049 | if (bch && test_bit(FLG_TRANSPARENT, &bch->Flags)) |
| 2050 | Zspace = Zspace - hc->Zlen + hc->max_trans; |
| 2051 | if (Zspace <= 0) /* no space of 4 bytes */ |
| 2052 | return; |
| 2053 | |
| 2054 | /* if no data */ |
| 2055 | if (!len) { |
| 2056 | if (z1 == z2) { /* empty */ |
| 2057 | /* if done with FIFO audio data during PCM connection */ |
| 2058 | if (bch && (!test_bit(FLG_HDLC, &bch->Flags)) && |
| 2059 | *txpending && slot_tx >= 0) { |
| 2060 | if (debug & DEBUG_HFCMULTI_MODE) |
| 2061 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2062 | "%s: reconnecting PCM due to no " |
| 2063 | "more FIFO data: channel %d " |
| 2064 | "slot_tx %d\n", |
| 2065 | __func__, ch, slot_tx); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2066 | /* connect slot */ |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 2067 | if (hc->ctype == HFC_TYPE_XHFC) |
| 2068 | HFC_outb(hc, A_CON_HDLC, 0xc0 |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2069 | | 0x07 << 2 | V_HDLC_TRP | V_IFF); |
| 2070 | /* Enable FIFO, no interrupt */ |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 2071 | else |
| 2072 | HFC_outb(hc, A_CON_HDLC, 0xc0 | 0x00 | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2073 | V_HDLC_TRP | V_IFF); |
| 2074 | HFC_outb_nodebug(hc, R_FIFO, ch << 1 | 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2075 | HFC_wait_nodebug(hc); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 2076 | if (hc->ctype == HFC_TYPE_XHFC) |
| 2077 | HFC_outb(hc, A_CON_HDLC, 0xc0 |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2078 | | 0x07 << 2 | V_HDLC_TRP | V_IFF); |
| 2079 | /* Enable FIFO, no interrupt */ |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 2080 | else |
| 2081 | HFC_outb(hc, A_CON_HDLC, 0xc0 | 0x00 | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2082 | V_HDLC_TRP | V_IFF); |
| 2083 | HFC_outb_nodebug(hc, R_FIFO, ch << 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2084 | HFC_wait_nodebug(hc); |
| 2085 | } |
| 2086 | *txpending = 0; |
| 2087 | } |
| 2088 | return; /* no data */ |
| 2089 | } |
| 2090 | |
Andreas Eversberg | 8dd2f36 | 2008-08-02 22:51:52 +0200 | [diff] [blame] | 2091 | /* "fill fifo if empty" feature */ |
| 2092 | if (bch && test_bit(FLG_FILLEMPTY, &bch->Flags) |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2093 | && !test_bit(FLG_HDLC, &bch->Flags) && z2 == z1) { |
Andreas Eversberg | 8dd2f36 | 2008-08-02 22:51:52 +0200 | [diff] [blame] | 2094 | if (debug & DEBUG_HFCMULTI_FILL) |
| 2095 | printk(KERN_DEBUG "%s: buffer empty, so we have " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2096 | "underrun\n", __func__); |
Andreas Eversberg | 8dd2f36 | 2008-08-02 22:51:52 +0200 | [diff] [blame] | 2097 | /* fill buffer, to prevent future underrun */ |
| 2098 | hc->write_fifo(hc, hc->silence_data, poll >> 1); |
| 2099 | Zspace -= (poll >> 1); |
| 2100 | } |
| 2101 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2102 | /* if audio data and connected slot */ |
| 2103 | if (bch && (!test_bit(FLG_HDLC, &bch->Flags)) && (!*txpending) |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2104 | && slot_tx >= 0) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2105 | if (debug & DEBUG_HFCMULTI_MODE) |
| 2106 | printk(KERN_DEBUG "%s: disconnecting PCM due to " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2107 | "FIFO data: channel %d slot_tx %d\n", |
| 2108 | __func__, ch, slot_tx); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2109 | /* disconnect slot */ |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 2110 | if (hc->ctype == HFC_TYPE_XHFC) |
| 2111 | HFC_outb(hc, A_CON_HDLC, 0x80 |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2112 | | 0x07 << 2 | V_HDLC_TRP | V_IFF); |
| 2113 | /* Enable FIFO, no interrupt */ |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 2114 | else |
| 2115 | HFC_outb(hc, A_CON_HDLC, 0x80 | 0x00 | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2116 | V_HDLC_TRP | V_IFF); |
| 2117 | HFC_outb_nodebug(hc, R_FIFO, ch << 1 | 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2118 | HFC_wait_nodebug(hc); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 2119 | if (hc->ctype == HFC_TYPE_XHFC) |
| 2120 | HFC_outb(hc, A_CON_HDLC, 0x80 |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2121 | | 0x07 << 2 | V_HDLC_TRP | V_IFF); |
| 2122 | /* Enable FIFO, no interrupt */ |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 2123 | else |
| 2124 | HFC_outb(hc, A_CON_HDLC, 0x80 | 0x00 | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2125 | V_HDLC_TRP | V_IFF); |
| 2126 | HFC_outb_nodebug(hc, R_FIFO, ch << 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2127 | HFC_wait_nodebug(hc); |
| 2128 | } |
| 2129 | *txpending = 1; |
| 2130 | |
| 2131 | /* show activity */ |
Andreas Eversberg | 864fd63 | 2012-04-24 20:52:13 +0000 | [diff] [blame] | 2132 | if (dch) |
| 2133 | hc->activity_tx |= 1 << hc->chan[ch].port; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2134 | |
| 2135 | /* fill fifo to what we have left */ |
| 2136 | ii = len; |
| 2137 | if (dch || test_bit(FLG_HDLC, &bch->Flags)) |
| 2138 | temp = 1; |
| 2139 | else |
| 2140 | temp = 0; |
| 2141 | i = *idxp; |
| 2142 | d = (*sp)->data + i; |
| 2143 | if (ii - i > Zspace) |
| 2144 | ii = Zspace + i; |
| 2145 | if (debug & DEBUG_HFCMULTI_FIFO) |
| 2146 | printk(KERN_DEBUG "%s(card %d): fifo(%d) has %d bytes space " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2147 | "left (z1=%04x, z2=%04x) sending %d of %d bytes %s\n", |
| 2148 | __func__, hc->id + 1, ch, Zspace, z1, z2, ii-i, len-i, |
| 2149 | temp ? "HDLC" : "TRANS"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2150 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2151 | /* Have to prep the audio data */ |
| 2152 | hc->write_fifo(hc, d, ii - i); |
Andreas Eversberg | 7cfa153 | 2009-05-22 11:04:46 +0000 | [diff] [blame] | 2153 | hc->chan[ch].Zfill += ii - i; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2154 | *idxp = ii; |
| 2155 | |
| 2156 | /* if not all data has been written */ |
| 2157 | if (ii != len) { |
| 2158 | /* NOTE: fifo is started by the calling function */ |
| 2159 | return; |
| 2160 | } |
| 2161 | |
| 2162 | /* if all data has been written, terminate frame */ |
| 2163 | if (dch || test_bit(FLG_HDLC, &bch->Flags)) { |
| 2164 | /* increment f-counter */ |
| 2165 | HFC_outb_nodebug(hc, R_INC_RES_FIFO, V_INC_F); |
| 2166 | HFC_wait_nodebug(hc); |
| 2167 | } |
| 2168 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2169 | dev_kfree_skb(*sp); |
Karsten Keil | 8bfddfb | 2012-05-15 23:51:02 +0000 | [diff] [blame] | 2170 | /* check for next frame */ |
| 2171 | if (bch && get_next_bframe(bch)) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2172 | len = (*sp)->len; |
| 2173 | goto next_frame; |
| 2174 | } |
| 2175 | if (dch && get_next_dframe(dch)) { |
| 2176 | len = (*sp)->len; |
| 2177 | goto next_frame; |
| 2178 | } |
| 2179 | |
| 2180 | /* |
| 2181 | * now we have no more data, so in case of transparent, |
| 2182 | * we set the last byte in fifo to 'silence' in case we will get |
| 2183 | * no more data at all. this prevents sending an undefined value. |
| 2184 | */ |
| 2185 | if (bch && test_bit(FLG_TRANSPARENT, &bch->Flags)) |
Andreas Eversberg | 8dd2f36 | 2008-08-02 22:51:52 +0200 | [diff] [blame] | 2186 | HFC_outb_nodebug(hc, A_FIFO_DATA0_NOINC, hc->silence); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2187 | } |
| 2188 | |
| 2189 | |
| 2190 | /* NOTE: only called if E1 card is in active state */ |
| 2191 | static void |
| 2192 | hfcmulti_rx(struct hfc_multi *hc, int ch) |
| 2193 | { |
| 2194 | int temp; |
| 2195 | int Zsize, z1, z2 = 0; /* = 0, to make GCC happy */ |
| 2196 | int f1 = 0, f2 = 0; /* = 0, to make GCC happy */ |
| 2197 | int again = 0; |
| 2198 | struct bchannel *bch; |
Karsten Keil | 7206e65 | 2012-05-15 23:51:05 +0000 | [diff] [blame] | 2199 | struct dchannel *dch = NULL; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2200 | struct sk_buff *skb, **sp = NULL; |
| 2201 | int maxlen; |
| 2202 | |
| 2203 | bch = hc->chan[ch].bch; |
Karsten Keil | 7206e65 | 2012-05-15 23:51:05 +0000 | [diff] [blame] | 2204 | if (bch) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2205 | if (!test_bit(FLG_ACTIVE, &bch->Flags)) |
| 2206 | return; |
Karsten Keil | 7206e65 | 2012-05-15 23:51:05 +0000 | [diff] [blame] | 2207 | } else if (hc->chan[ch].dch) { |
| 2208 | dch = hc->chan[ch].dch; |
| 2209 | if (!test_bit(FLG_ACTIVE, &dch->Flags)) |
| 2210 | return; |
| 2211 | } else { |
| 2212 | return; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2213 | } |
| 2214 | next_frame: |
| 2215 | /* on first AND before getting next valid frame, R_FIFO must be written |
| 2216 | to. */ |
| 2217 | if (test_bit(HFC_CHIP_B410P, &hc->chip) && |
| 2218 | (hc->chan[ch].protocol == ISDN_P_B_RAW) && |
| 2219 | (hc->chan[ch].slot_rx < 0) && |
| 2220 | (hc->chan[ch].slot_tx < 0)) |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2221 | HFC_outb_nodebug(hc, R_FIFO, 0x20 | (ch << 1) | 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2222 | else |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2223 | HFC_outb_nodebug(hc, R_FIFO, (ch << 1) | 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2224 | HFC_wait_nodebug(hc); |
| 2225 | |
| 2226 | /* ignore if rx is off BUT change fifo (above) to start pending TX */ |
| 2227 | if (hc->chan[ch].rx_off) |
| 2228 | return; |
| 2229 | |
| 2230 | if (dch || test_bit(FLG_HDLC, &bch->Flags)) { |
| 2231 | f1 = HFC_inb_nodebug(hc, A_F1); |
| 2232 | while (f1 != (temp = HFC_inb_nodebug(hc, A_F1))) { |
| 2233 | if (debug & DEBUG_HFCMULTI_FIFO) |
| 2234 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2235 | "%s(card %d): reread f1 because %d!=%d\n", |
| 2236 | __func__, hc->id + 1, temp, f1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2237 | f1 = temp; /* repeat until F1 is equal */ |
| 2238 | } |
| 2239 | f2 = HFC_inb_nodebug(hc, A_F2); |
| 2240 | } |
| 2241 | z1 = HFC_inw_nodebug(hc, A_Z1) - hc->Zmin; |
| 2242 | while (z1 != (temp = (HFC_inw_nodebug(hc, A_Z1) - hc->Zmin))) { |
| 2243 | if (debug & DEBUG_HFCMULTI_FIFO) |
| 2244 | printk(KERN_DEBUG "%s(card %d): reread z2 because " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2245 | "%d!=%d\n", __func__, hc->id + 1, temp, z2); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2246 | z1 = temp; /* repeat until Z1 is equal */ |
| 2247 | } |
| 2248 | z2 = HFC_inw_nodebug(hc, A_Z2) - hc->Zmin; |
| 2249 | Zsize = z1 - z2; |
| 2250 | if ((dch || test_bit(FLG_HDLC, &bch->Flags)) && f1 != f2) |
| 2251 | /* complete hdlc frame */ |
| 2252 | Zsize++; |
| 2253 | if (Zsize < 0) |
| 2254 | Zsize += hc->Zlen; |
| 2255 | /* if buffer is empty */ |
| 2256 | if (Zsize <= 0) |
| 2257 | return; |
| 2258 | |
Karsten Keil | 7206e65 | 2012-05-15 23:51:05 +0000 | [diff] [blame] | 2259 | if (bch) { |
| 2260 | maxlen = bchannel_get_rxbuf(bch, Zsize); |
| 2261 | if (maxlen < 0) { |
| 2262 | pr_warning("card%d.B%d: No bufferspace for %d bytes\n", |
| 2263 | hc->id + 1, bch->nr, Zsize); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2264 | return; |
| 2265 | } |
Karsten Keil | 7206e65 | 2012-05-15 23:51:05 +0000 | [diff] [blame] | 2266 | sp = &bch->rx_skb; |
| 2267 | maxlen = bch->maxlen; |
| 2268 | } else { /* Dchannel */ |
| 2269 | sp = &dch->rx_skb; |
| 2270 | maxlen = dch->maxlen + 3; |
| 2271 | if (*sp == NULL) { |
| 2272 | *sp = mI_alloc_skb(maxlen, GFP_ATOMIC); |
| 2273 | if (*sp == NULL) { |
| 2274 | pr_warning("card%d: No mem for dch rx_skb\n", |
| 2275 | hc->id + 1); |
| 2276 | return; |
| 2277 | } |
| 2278 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2279 | } |
| 2280 | /* show activity */ |
Andreas Eversberg | 864fd63 | 2012-04-24 20:52:13 +0000 | [diff] [blame] | 2281 | if (dch) |
| 2282 | hc->activity_rx |= 1 << hc->chan[ch].port; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2283 | |
| 2284 | /* empty fifo with what we have */ |
| 2285 | if (dch || test_bit(FLG_HDLC, &bch->Flags)) { |
| 2286 | if (debug & DEBUG_HFCMULTI_FIFO) |
| 2287 | printk(KERN_DEBUG "%s(card %d): fifo(%d) reading %d " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2288 | "bytes (z1=%04x, z2=%04x) HDLC %s (f1=%d, f2=%d) " |
| 2289 | "got=%d (again %d)\n", __func__, hc->id + 1, ch, |
| 2290 | Zsize, z1, z2, (f1 == f2) ? "fragment" : "COMPLETE", |
| 2291 | f1, f2, Zsize + (*sp)->len, again); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2292 | /* HDLC */ |
Karsten Keil | 7206e65 | 2012-05-15 23:51:05 +0000 | [diff] [blame] | 2293 | if ((Zsize + (*sp)->len) > maxlen) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2294 | if (debug & DEBUG_HFCMULTI_FIFO) |
| 2295 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2296 | "%s(card %d): hdlc-frame too large.\n", |
| 2297 | __func__, hc->id + 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2298 | skb_trim(*sp, 0); |
| 2299 | HFC_outb_nodebug(hc, R_INC_RES_FIFO, V_RES_F); |
| 2300 | HFC_wait_nodebug(hc); |
| 2301 | return; |
| 2302 | } |
| 2303 | |
| 2304 | hc->read_fifo(hc, skb_put(*sp, Zsize), Zsize); |
| 2305 | |
| 2306 | if (f1 != f2) { |
| 2307 | /* increment Z2,F2-counter */ |
| 2308 | HFC_outb_nodebug(hc, R_INC_RES_FIFO, V_INC_F); |
| 2309 | HFC_wait_nodebug(hc); |
| 2310 | /* check size */ |
| 2311 | if ((*sp)->len < 4) { |
| 2312 | if (debug & DEBUG_HFCMULTI_FIFO) |
| 2313 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2314 | "%s(card %d): Frame below minimum " |
| 2315 | "size\n", __func__, hc->id + 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2316 | skb_trim(*sp, 0); |
| 2317 | goto next_frame; |
| 2318 | } |
| 2319 | /* there is at least one complete frame, check crc */ |
| 2320 | if ((*sp)->data[(*sp)->len - 1]) { |
| 2321 | if (debug & DEBUG_HFCMULTI_CRC) |
| 2322 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2323 | "%s: CRC-error\n", __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2324 | skb_trim(*sp, 0); |
| 2325 | goto next_frame; |
| 2326 | } |
| 2327 | skb_trim(*sp, (*sp)->len - 3); |
| 2328 | if ((*sp)->len < MISDN_COPY_SIZE) { |
| 2329 | skb = *sp; |
| 2330 | *sp = mI_alloc_skb(skb->len, GFP_ATOMIC); |
| 2331 | if (*sp) { |
| 2332 | memcpy(skb_put(*sp, skb->len), |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2333 | skb->data, skb->len); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2334 | skb_trim(skb, 0); |
| 2335 | } else { |
| 2336 | printk(KERN_DEBUG "%s: No mem\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2337 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2338 | *sp = skb; |
| 2339 | skb = NULL; |
| 2340 | } |
| 2341 | } else { |
| 2342 | skb = NULL; |
| 2343 | } |
| 2344 | if (debug & DEBUG_HFCMULTI_FIFO) { |
| 2345 | printk(KERN_DEBUG "%s(card %d):", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2346 | __func__, hc->id + 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2347 | temp = 0; |
| 2348 | while (temp < (*sp)->len) |
| 2349 | printk(" %02x", (*sp)->data[temp++]); |
| 2350 | printk("\n"); |
| 2351 | } |
| 2352 | if (dch) |
| 2353 | recv_Dchannel(dch); |
| 2354 | else |
Karsten Keil | 034005a | 2012-05-15 23:51:06 +0000 | [diff] [blame] | 2355 | recv_Bchannel(bch, MISDN_ID_ANY, false); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2356 | *sp = skb; |
| 2357 | again++; |
| 2358 | goto next_frame; |
| 2359 | } |
| 2360 | /* there is an incomplete frame */ |
| 2361 | } else { |
| 2362 | /* transparent */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2363 | hc->read_fifo(hc, skb_put(*sp, Zsize), Zsize); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2364 | if (debug & DEBUG_HFCMULTI_FIFO) |
| 2365 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2366 | "%s(card %d): fifo(%d) reading %d bytes " |
| 2367 | "(z1=%04x, z2=%04x) TRANS\n", |
| 2368 | __func__, hc->id + 1, ch, Zsize, z1, z2); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2369 | /* only bch is transparent */ |
Karsten Keil | 034005a | 2012-05-15 23:51:06 +0000 | [diff] [blame] | 2370 | recv_Bchannel(bch, hc->chan[ch].Zfill, false); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2371 | } |
| 2372 | } |
| 2373 | |
| 2374 | |
| 2375 | /* |
| 2376 | * Interrupt handler |
| 2377 | */ |
| 2378 | static void |
| 2379 | signal_state_up(struct dchannel *dch, int info, char *msg) |
| 2380 | { |
| 2381 | struct sk_buff *skb; |
| 2382 | int id, data = info; |
| 2383 | |
| 2384 | if (debug & DEBUG_HFCMULTI_STATE) |
| 2385 | printk(KERN_DEBUG "%s: %s\n", __func__, msg); |
| 2386 | |
| 2387 | id = TEI_SAPI | (GROUP_TEI << 8); /* manager address */ |
| 2388 | |
| 2389 | skb = _alloc_mISDN_skb(MPH_INFORMATION_IND, id, sizeof(data), &data, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2390 | GFP_ATOMIC); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2391 | if (!skb) |
| 2392 | return; |
| 2393 | recv_Dchannel_skb(dch, skb); |
| 2394 | } |
| 2395 | |
| 2396 | static inline void |
| 2397 | handle_timer_irq(struct hfc_multi *hc) |
| 2398 | { |
| 2399 | int ch, temp; |
| 2400 | struct dchannel *dch; |
| 2401 | u_long flags; |
| 2402 | |
| 2403 | /* process queued resync jobs */ |
| 2404 | if (hc->e1_resync) { |
| 2405 | /* lock, so e1_resync gets not changed */ |
| 2406 | spin_lock_irqsave(&HFClock, flags); |
| 2407 | if (hc->e1_resync & 1) { |
| 2408 | if (debug & DEBUG_HFCMULTI_PLXSD) |
| 2409 | printk(KERN_DEBUG "Enable SYNC_I\n"); |
| 2410 | HFC_outb(hc, R_SYNC_CTRL, V_EXT_CLK_SYNC); |
| 2411 | /* disable JATT, if RX_SYNC is set */ |
| 2412 | if (test_bit(HFC_CHIP_RX_SYNC, &hc->chip)) |
| 2413 | HFC_outb(hc, R_SYNC_OUT, V_SYNC_E1_RX); |
| 2414 | } |
| 2415 | if (hc->e1_resync & 2) { |
| 2416 | if (debug & DEBUG_HFCMULTI_PLXSD) |
| 2417 | printk(KERN_DEBUG "Enable jatt PLL\n"); |
| 2418 | HFC_outb(hc, R_SYNC_CTRL, V_SYNC_OFFS); |
| 2419 | } |
| 2420 | if (hc->e1_resync & 4) { |
| 2421 | if (debug & DEBUG_HFCMULTI_PLXSD) |
| 2422 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2423 | "Enable QUARTZ for HFC-E1\n"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2424 | /* set jatt to quartz */ |
| 2425 | HFC_outb(hc, R_SYNC_CTRL, V_EXT_CLK_SYNC |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2426 | | V_JATT_OFF); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2427 | /* switch to JATT, in case it is not already */ |
| 2428 | HFC_outb(hc, R_SYNC_OUT, 0); |
| 2429 | } |
| 2430 | hc->e1_resync = 0; |
| 2431 | spin_unlock_irqrestore(&HFClock, flags); |
| 2432 | } |
| 2433 | |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 2434 | if (hc->ctype != HFC_TYPE_E1 || hc->e1_state == 1) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2435 | for (ch = 0; ch <= 31; ch++) { |
| 2436 | if (hc->created[hc->chan[ch].port]) { |
| 2437 | hfcmulti_tx(hc, ch); |
| 2438 | /* fifo is started when switching to rx-fifo */ |
| 2439 | hfcmulti_rx(hc, ch); |
| 2440 | if (hc->chan[ch].dch && |
| 2441 | hc->chan[ch].nt_timer > -1) { |
| 2442 | dch = hc->chan[ch].dch; |
| 2443 | if (!(--hc->chan[ch].nt_timer)) { |
| 2444 | schedule_event(dch, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2445 | FLG_PHCHANGE); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2446 | if (debug & |
| 2447 | DEBUG_HFCMULTI_STATE) |
| 2448 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2449 | "%s: nt_timer at " |
| 2450 | "state %x\n", |
| 2451 | __func__, |
| 2452 | dch->state); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2453 | } |
| 2454 | } |
| 2455 | } |
| 2456 | } |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 2457 | if (hc->ctype == HFC_TYPE_E1 && hc->created[0]) { |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2458 | dch = hc->chan[hc->dnum[0]].dch; |
| 2459 | /* LOS */ |
| 2460 | temp = HFC_inb_nodebug(hc, R_SYNC_STA) & V_SIG_LOS; |
| 2461 | hc->chan[hc->dnum[0]].los = temp; |
| 2462 | if (test_bit(HFC_CFG_REPORT_LOS, &hc->chan[hc->dnum[0]].cfg)) { |
| 2463 | if (!temp && hc->chan[hc->dnum[0]].los) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2464 | signal_state_up(dch, L1_SIGNAL_LOS_ON, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2465 | "LOS detected"); |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2466 | if (temp && !hc->chan[hc->dnum[0]].los) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2467 | signal_state_up(dch, L1_SIGNAL_LOS_OFF, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2468 | "LOS gone"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2469 | } |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2470 | if (test_bit(HFC_CFG_REPORT_AIS, &hc->chan[hc->dnum[0]].cfg)) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2471 | /* AIS */ |
| 2472 | temp = HFC_inb_nodebug(hc, R_SYNC_STA) & V_AIS; |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2473 | if (!temp && hc->chan[hc->dnum[0]].ais) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2474 | signal_state_up(dch, L1_SIGNAL_AIS_ON, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2475 | "AIS detected"); |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2476 | if (temp && !hc->chan[hc->dnum[0]].ais) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2477 | signal_state_up(dch, L1_SIGNAL_AIS_OFF, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2478 | "AIS gone"); |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2479 | hc->chan[hc->dnum[0]].ais = temp; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2480 | } |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2481 | if (test_bit(HFC_CFG_REPORT_SLIP, &hc->chan[hc->dnum[0]].cfg)) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2482 | /* SLIP */ |
| 2483 | temp = HFC_inb_nodebug(hc, R_SLIP) & V_FOSLIP_RX; |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2484 | if (!temp && hc->chan[hc->dnum[0]].slip_rx) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2485 | signal_state_up(dch, L1_SIGNAL_SLIP_RX, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2486 | " bit SLIP detected RX"); |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2487 | hc->chan[hc->dnum[0]].slip_rx = temp; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2488 | temp = HFC_inb_nodebug(hc, R_SLIP) & V_FOSLIP_TX; |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2489 | if (!temp && hc->chan[hc->dnum[0]].slip_tx) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2490 | signal_state_up(dch, L1_SIGNAL_SLIP_TX, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2491 | " bit SLIP detected TX"); |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2492 | hc->chan[hc->dnum[0]].slip_tx = temp; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2493 | } |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2494 | if (test_bit(HFC_CFG_REPORT_RDI, &hc->chan[hc->dnum[0]].cfg)) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2495 | /* RDI */ |
| 2496 | temp = HFC_inb_nodebug(hc, R_RX_SL0_0) & V_A; |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2497 | if (!temp && hc->chan[hc->dnum[0]].rdi) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2498 | signal_state_up(dch, L1_SIGNAL_RDI_ON, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2499 | "RDI detected"); |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2500 | if (temp && !hc->chan[hc->dnum[0]].rdi) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2501 | signal_state_up(dch, L1_SIGNAL_RDI_OFF, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2502 | "RDI gone"); |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2503 | hc->chan[hc->dnum[0]].rdi = temp; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2504 | } |
| 2505 | temp = HFC_inb_nodebug(hc, R_JATT_DIR); |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2506 | switch (hc->chan[hc->dnum[0]].sync) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2507 | case 0: |
| 2508 | if ((temp & 0x60) == 0x60) { |
| 2509 | if (debug & DEBUG_HFCMULTI_SYNC) |
| 2510 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2511 | "%s: (id=%d) E1 now " |
| 2512 | "in clock sync\n", |
| 2513 | __func__, hc->id); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2514 | HFC_outb(hc, R_RX_OFF, |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2515 | hc->chan[hc->dnum[0]].jitter | V_RX_INIT); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2516 | HFC_outb(hc, R_TX_OFF, |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2517 | hc->chan[hc->dnum[0]].jitter | V_RX_INIT); |
| 2518 | hc->chan[hc->dnum[0]].sync = 1; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2519 | goto check_framesync; |
| 2520 | } |
| 2521 | break; |
| 2522 | case 1: |
| 2523 | if ((temp & 0x60) != 0x60) { |
| 2524 | if (debug & DEBUG_HFCMULTI_SYNC) |
| 2525 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2526 | "%s: (id=%d) E1 " |
| 2527 | "lost clock sync\n", |
| 2528 | __func__, hc->id); |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2529 | hc->chan[hc->dnum[0]].sync = 0; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2530 | break; |
| 2531 | } |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2532 | check_framesync: |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2533 | temp = HFC_inb_nodebug(hc, R_SYNC_STA); |
| 2534 | if (temp == 0x27) { |
| 2535 | if (debug & DEBUG_HFCMULTI_SYNC) |
| 2536 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2537 | "%s: (id=%d) E1 " |
| 2538 | "now in frame sync\n", |
| 2539 | __func__, hc->id); |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2540 | hc->chan[hc->dnum[0]].sync = 2; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2541 | } |
| 2542 | break; |
| 2543 | case 2: |
| 2544 | if ((temp & 0x60) != 0x60) { |
| 2545 | if (debug & DEBUG_HFCMULTI_SYNC) |
| 2546 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2547 | "%s: (id=%d) E1 lost " |
| 2548 | "clock & frame sync\n", |
| 2549 | __func__, hc->id); |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2550 | hc->chan[hc->dnum[0]].sync = 0; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2551 | break; |
| 2552 | } |
| 2553 | temp = HFC_inb_nodebug(hc, R_SYNC_STA); |
| 2554 | if (temp != 0x27) { |
| 2555 | if (debug & DEBUG_HFCMULTI_SYNC) |
| 2556 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2557 | "%s: (id=%d) E1 " |
| 2558 | "lost frame sync\n", |
| 2559 | __func__, hc->id); |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2560 | hc->chan[hc->dnum[0]].sync = 1; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2561 | } |
| 2562 | break; |
| 2563 | } |
| 2564 | } |
| 2565 | |
| 2566 | if (test_bit(HFC_CHIP_WATCHDOG, &hc->chip)) |
| 2567 | hfcmulti_watchdog(hc); |
| 2568 | |
| 2569 | if (hc->leds) |
| 2570 | hfcmulti_leds(hc); |
| 2571 | } |
| 2572 | |
| 2573 | static void |
| 2574 | ph_state_irq(struct hfc_multi *hc, u_char r_irq_statech) |
| 2575 | { |
| 2576 | struct dchannel *dch; |
| 2577 | int ch; |
| 2578 | int active; |
| 2579 | u_char st_status, temp; |
| 2580 | |
| 2581 | /* state machine */ |
| 2582 | for (ch = 0; ch <= 31; ch++) { |
| 2583 | if (hc->chan[ch].dch) { |
| 2584 | dch = hc->chan[ch].dch; |
| 2585 | if (r_irq_statech & 1) { |
| 2586 | HFC_outb_nodebug(hc, R_ST_SEL, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2587 | hc->chan[ch].port); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2588 | /* undocumented: delay after R_ST_SEL */ |
| 2589 | udelay(1); |
| 2590 | /* undocumented: status changes during read */ |
| 2591 | st_status = HFC_inb_nodebug(hc, A_ST_RD_STATE); |
| 2592 | while (st_status != (temp = |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2593 | HFC_inb_nodebug(hc, A_ST_RD_STATE))) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2594 | if (debug & DEBUG_HFCMULTI_STATE) |
| 2595 | printk(KERN_DEBUG "%s: reread " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2596 | "STATE because %d!=%d\n", |
| 2597 | __func__, temp, |
| 2598 | st_status); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2599 | st_status = temp; /* repeat */ |
| 2600 | } |
| 2601 | |
| 2602 | /* Speech Design TE-sync indication */ |
| 2603 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip) && |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2604 | dch->dev.D.protocol == ISDN_P_TE_S0) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2605 | if (st_status & V_FR_SYNC_ST) |
| 2606 | hc->syncronized |= |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2607 | (1 << hc->chan[ch].port); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2608 | else |
| 2609 | hc->syncronized &= |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2610 | ~(1 << hc->chan[ch].port); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2611 | } |
| 2612 | dch->state = st_status & 0x0f; |
| 2613 | if (dch->dev.D.protocol == ISDN_P_NT_S0) |
| 2614 | active = 3; |
| 2615 | else |
| 2616 | active = 7; |
| 2617 | if (dch->state == active) { |
| 2618 | HFC_outb_nodebug(hc, R_FIFO, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2619 | (ch << 1) | 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2620 | HFC_wait_nodebug(hc); |
| 2621 | HFC_outb_nodebug(hc, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2622 | R_INC_RES_FIFO, V_RES_F); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2623 | HFC_wait_nodebug(hc); |
| 2624 | dch->tx_idx = 0; |
| 2625 | } |
| 2626 | schedule_event(dch, FLG_PHCHANGE); |
| 2627 | if (debug & DEBUG_HFCMULTI_STATE) |
| 2628 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2629 | "%s: S/T newstate %x port %d\n", |
| 2630 | __func__, dch->state, |
| 2631 | hc->chan[ch].port); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2632 | } |
| 2633 | r_irq_statech >>= 1; |
| 2634 | } |
| 2635 | } |
| 2636 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip)) |
| 2637 | plxsd_checksync(hc, 0); |
| 2638 | } |
| 2639 | |
| 2640 | static void |
| 2641 | fifo_irq(struct hfc_multi *hc, int block) |
| 2642 | { |
| 2643 | int ch, j; |
| 2644 | struct dchannel *dch; |
| 2645 | struct bchannel *bch; |
| 2646 | u_char r_irq_fifo_bl; |
| 2647 | |
| 2648 | r_irq_fifo_bl = HFC_inb_nodebug(hc, R_IRQ_FIFO_BL0 + block); |
| 2649 | j = 0; |
| 2650 | while (j < 8) { |
| 2651 | ch = (block << 2) + (j >> 1); |
| 2652 | dch = hc->chan[ch].dch; |
| 2653 | bch = hc->chan[ch].bch; |
| 2654 | if (((!dch) && (!bch)) || (!hc->created[hc->chan[ch].port])) { |
| 2655 | j += 2; |
| 2656 | continue; |
| 2657 | } |
| 2658 | if (dch && (r_irq_fifo_bl & (1 << j)) && |
| 2659 | test_bit(FLG_ACTIVE, &dch->Flags)) { |
| 2660 | hfcmulti_tx(hc, ch); |
| 2661 | /* start fifo */ |
| 2662 | HFC_outb_nodebug(hc, R_FIFO, 0); |
| 2663 | HFC_wait_nodebug(hc); |
| 2664 | } |
| 2665 | if (bch && (r_irq_fifo_bl & (1 << j)) && |
| 2666 | test_bit(FLG_ACTIVE, &bch->Flags)) { |
| 2667 | hfcmulti_tx(hc, ch); |
| 2668 | /* start fifo */ |
| 2669 | HFC_outb_nodebug(hc, R_FIFO, 0); |
| 2670 | HFC_wait_nodebug(hc); |
| 2671 | } |
| 2672 | j++; |
| 2673 | if (dch && (r_irq_fifo_bl & (1 << j)) && |
| 2674 | test_bit(FLG_ACTIVE, &dch->Flags)) { |
| 2675 | hfcmulti_rx(hc, ch); |
| 2676 | } |
| 2677 | if (bch && (r_irq_fifo_bl & (1 << j)) && |
| 2678 | test_bit(FLG_ACTIVE, &bch->Flags)) { |
| 2679 | hfcmulti_rx(hc, ch); |
| 2680 | } |
| 2681 | j++; |
| 2682 | } |
| 2683 | } |
| 2684 | |
| 2685 | #ifdef IRQ_DEBUG |
| 2686 | int irqsem; |
| 2687 | #endif |
| 2688 | static irqreturn_t |
| 2689 | hfcmulti_interrupt(int intno, void *dev_id) |
| 2690 | { |
| 2691 | #ifdef IRQCOUNT_DEBUG |
| 2692 | static int iq1 = 0, iq2 = 0, iq3 = 0, iq4 = 0, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2693 | iq5 = 0, iq6 = 0, iqcnt = 0; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2694 | #endif |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2695 | struct hfc_multi *hc = dev_id; |
| 2696 | struct dchannel *dch; |
| 2697 | u_char r_irq_statech, status, r_irq_misc, r_irq_oview; |
| 2698 | int i; |
Hannes Eder | c31655f | 2008-12-12 21:20:03 -0800 | [diff] [blame] | 2699 | void __iomem *plx_acc; |
| 2700 | u_short wval; |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2701 | u_char e1_syncsta, temp, temp2; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2702 | u_long flags; |
| 2703 | |
| 2704 | if (!hc) { |
| 2705 | printk(KERN_ERR "HFC-multi: Spurious interrupt!\n"); |
| 2706 | return IRQ_NONE; |
| 2707 | } |
| 2708 | |
| 2709 | spin_lock(&hc->lock); |
| 2710 | |
| 2711 | #ifdef IRQ_DEBUG |
| 2712 | if (irqsem) |
| 2713 | printk(KERN_ERR "irq for card %d during irq from " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2714 | "card %d, this is no bug.\n", hc->id + 1, irqsem); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2715 | irqsem = hc->id + 1; |
| 2716 | #endif |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 2717 | #ifdef CONFIG_MISDN_HFCMULTI_8xx |
| 2718 | if (hc->immap->im_cpm.cp_pbdat & hc->pb_irqmsk) |
| 2719 | goto irq_notforus; |
| 2720 | #endif |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2721 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip)) { |
| 2722 | spin_lock_irqsave(&plx_lock, flags); |
Hannes Eder | c31655f | 2008-12-12 21:20:03 -0800 | [diff] [blame] | 2723 | plx_acc = hc->plx_membase + PLX_INTCSR; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2724 | wval = readw(plx_acc); |
| 2725 | spin_unlock_irqrestore(&plx_lock, flags); |
| 2726 | if (!(wval & PLX_INTCSR_LINTI1_STATUS)) |
| 2727 | goto irq_notforus; |
| 2728 | } |
| 2729 | |
| 2730 | status = HFC_inb_nodebug(hc, R_STATUS); |
| 2731 | r_irq_statech = HFC_inb_nodebug(hc, R_IRQ_STATECH); |
| 2732 | #ifdef IRQCOUNT_DEBUG |
| 2733 | if (r_irq_statech) |
| 2734 | iq1++; |
| 2735 | if (status & V_DTMF_STA) |
| 2736 | iq2++; |
| 2737 | if (status & V_LOST_STA) |
| 2738 | iq3++; |
| 2739 | if (status & V_EXT_IRQSTA) |
| 2740 | iq4++; |
| 2741 | if (status & V_MISC_IRQSTA) |
| 2742 | iq5++; |
| 2743 | if (status & V_FR_IRQSTA) |
| 2744 | iq6++; |
| 2745 | if (iqcnt++ > 5000) { |
| 2746 | printk(KERN_ERR "iq1:%x iq2:%x iq3:%x iq4:%x iq5:%x iq6:%x\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2747 | iq1, iq2, iq3, iq4, iq5, iq6); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2748 | iqcnt = 0; |
| 2749 | } |
| 2750 | #endif |
Andreas Eversberg | 3bd69ad | 2008-09-06 09:03:46 +0200 | [diff] [blame] | 2751 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2752 | if (!r_irq_statech && |
| 2753 | !(status & (V_DTMF_STA | V_LOST_STA | V_EXT_IRQSTA | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2754 | V_MISC_IRQSTA | V_FR_IRQSTA))) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2755 | /* irq is not for us */ |
| 2756 | goto irq_notforus; |
| 2757 | } |
| 2758 | hc->irqcnt++; |
| 2759 | if (r_irq_statech) { |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 2760 | if (hc->ctype != HFC_TYPE_E1) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2761 | ph_state_irq(hc, r_irq_statech); |
| 2762 | } |
| 2763 | if (status & V_EXT_IRQSTA) |
| 2764 | ; /* external IRQ */ |
| 2765 | if (status & V_LOST_STA) { |
| 2766 | /* LOST IRQ */ |
| 2767 | HFC_outb(hc, R_INC_RES_FIFO, V_RES_LOST); /* clear irq! */ |
| 2768 | } |
| 2769 | if (status & V_MISC_IRQSTA) { |
| 2770 | /* misc IRQ */ |
| 2771 | r_irq_misc = HFC_inb_nodebug(hc, R_IRQ_MISC); |
Andreas Eversberg | 9e6115f | 2008-09-06 09:11:03 +0200 | [diff] [blame] | 2772 | r_irq_misc &= hc->hw.r_irqmsk_misc; /* ignore disabled irqs */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2773 | if (r_irq_misc & V_STA_IRQ) { |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 2774 | if (hc->ctype == HFC_TYPE_E1) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2775 | /* state machine */ |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2776 | dch = hc->chan[hc->dnum[0]].dch; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2777 | e1_syncsta = HFC_inb_nodebug(hc, R_SYNC_STA); |
| 2778 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip) |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2779 | && hc->e1_getclock) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2780 | if (e1_syncsta & V_FR_SYNC_E1) |
| 2781 | hc->syncronized = 1; |
| 2782 | else |
| 2783 | hc->syncronized = 0; |
| 2784 | } |
| 2785 | /* undocumented: status changes during read */ |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2786 | temp = HFC_inb_nodebug(hc, R_E1_RD_STA); |
| 2787 | while (temp != (temp2 = |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2788 | HFC_inb_nodebug(hc, R_E1_RD_STA))) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2789 | if (debug & DEBUG_HFCMULTI_STATE) |
| 2790 | printk(KERN_DEBUG "%s: reread " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2791 | "STATE because %d!=%d\n", |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2792 | __func__, temp, temp2); |
| 2793 | temp = temp2; /* repeat */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2794 | } |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2795 | /* broadcast state change to all fragments */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2796 | if (debug & DEBUG_HFCMULTI_STATE) |
| 2797 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2798 | "%s: E1 (id=%d) newstate %x\n", |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 2799 | __func__, hc->id, temp & 0x7); |
| 2800 | for (i = 0; i < hc->ports; i++) { |
| 2801 | dch = hc->chan[hc->dnum[i]].dch; |
| 2802 | dch->state = temp & 0x7; |
| 2803 | schedule_event(dch, FLG_PHCHANGE); |
| 2804 | } |
| 2805 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2806 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip)) |
| 2807 | plxsd_checksync(hc, 0); |
| 2808 | } |
| 2809 | } |
Andreas Eversberg | 3bd69ad | 2008-09-06 09:03:46 +0200 | [diff] [blame] | 2810 | if (r_irq_misc & V_TI_IRQ) { |
| 2811 | if (hc->iclock_on) |
| 2812 | mISDN_clock_update(hc->iclock, poll, NULL); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2813 | handle_timer_irq(hc); |
Andreas Eversberg | 3bd69ad | 2008-09-06 09:03:46 +0200 | [diff] [blame] | 2814 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2815 | |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 2816 | if (r_irq_misc & V_DTMF_IRQ) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2817 | hfcmulti_dtmf(hc); |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 2818 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2819 | if (r_irq_misc & V_IRQ_PROC) { |
Karsten Keil | 69e656c | 2009-01-07 00:00:59 +0100 | [diff] [blame] | 2820 | static int irq_proc_cnt; |
| 2821 | if (!irq_proc_cnt++) |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 2822 | printk(KERN_DEBUG "%s: got V_IRQ_PROC -" |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2823 | " this should not happen\n", __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2824 | } |
| 2825 | |
| 2826 | } |
| 2827 | if (status & V_FR_IRQSTA) { |
| 2828 | /* FIFO IRQ */ |
| 2829 | r_irq_oview = HFC_inb_nodebug(hc, R_IRQ_OVIEW); |
| 2830 | for (i = 0; i < 8; i++) { |
| 2831 | if (r_irq_oview & (1 << i)) |
| 2832 | fifo_irq(hc, i); |
| 2833 | } |
| 2834 | } |
| 2835 | |
| 2836 | #ifdef IRQ_DEBUG |
| 2837 | irqsem = 0; |
| 2838 | #endif |
| 2839 | spin_unlock(&hc->lock); |
| 2840 | return IRQ_HANDLED; |
| 2841 | |
| 2842 | irq_notforus: |
| 2843 | #ifdef IRQ_DEBUG |
| 2844 | irqsem = 0; |
| 2845 | #endif |
| 2846 | spin_unlock(&hc->lock); |
| 2847 | return IRQ_NONE; |
| 2848 | } |
| 2849 | |
| 2850 | |
| 2851 | /* |
| 2852 | * timer callback for D-chan busy resolution. Currently no function |
| 2853 | */ |
| 2854 | |
| 2855 | static void |
| 2856 | hfcmulti_dbusy_timer(struct hfc_multi *hc) |
| 2857 | { |
| 2858 | } |
| 2859 | |
| 2860 | |
| 2861 | /* |
| 2862 | * activate/deactivate hardware for selected channels and mode |
| 2863 | * |
| 2864 | * configure B-channel with the given protocol |
| 2865 | * ch eqals to the HFC-channel (0-31) |
| 2866 | * ch is the number of channel (0-4,4-7,8-11,12-15,16-19,20-23,24-27,28-31 |
| 2867 | * for S/T, 1-31 for E1) |
| 2868 | * the hdlc interrupts will be set/unset |
| 2869 | */ |
| 2870 | static int |
| 2871 | mode_hfcmulti(struct hfc_multi *hc, int ch, int protocol, int slot_tx, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2872 | int bank_tx, int slot_rx, int bank_rx) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2873 | { |
| 2874 | int flow_tx = 0, flow_rx = 0, routing = 0; |
| 2875 | int oslot_tx, oslot_rx; |
| 2876 | int conf; |
| 2877 | |
| 2878 | if (ch < 0 || ch > 31) |
Roel Kluin | 650b2ef | 2010-02-02 12:43:47 +0000 | [diff] [blame] | 2879 | return -EINVAL; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2880 | oslot_tx = hc->chan[ch].slot_tx; |
| 2881 | oslot_rx = hc->chan[ch].slot_rx; |
| 2882 | conf = hc->chan[ch].conf; |
| 2883 | |
| 2884 | if (debug & DEBUG_HFCMULTI_MODE) |
| 2885 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2886 | "%s: card %d channel %d protocol %x slot old=%d new=%d " |
| 2887 | "bank new=%d (TX) slot old=%d new=%d bank new=%d (RX)\n", |
| 2888 | __func__, hc->id, ch, protocol, oslot_tx, slot_tx, |
| 2889 | bank_tx, oslot_rx, slot_rx, bank_rx); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2890 | |
| 2891 | if (oslot_tx >= 0 && slot_tx != oslot_tx) { |
| 2892 | /* remove from slot */ |
| 2893 | if (debug & DEBUG_HFCMULTI_MODE) |
| 2894 | printk(KERN_DEBUG "%s: remove from slot %d (TX)\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2895 | __func__, oslot_tx); |
| 2896 | if (hc->slot_owner[oslot_tx << 1] == ch) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2897 | HFC_outb(hc, R_SLOT, oslot_tx << 1); |
| 2898 | HFC_outb(hc, A_SL_CFG, 0); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 2899 | if (hc->ctype != HFC_TYPE_XHFC) |
| 2900 | HFC_outb(hc, A_CONF, 0); |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2901 | hc->slot_owner[oslot_tx << 1] = -1; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2902 | } else { |
| 2903 | if (debug & DEBUG_HFCMULTI_MODE) |
| 2904 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2905 | "%s: we are not owner of this tx slot " |
| 2906 | "anymore, channel %d is.\n", |
| 2907 | __func__, hc->slot_owner[oslot_tx << 1]); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2908 | } |
| 2909 | } |
| 2910 | |
| 2911 | if (oslot_rx >= 0 && slot_rx != oslot_rx) { |
| 2912 | /* remove from slot */ |
| 2913 | if (debug & DEBUG_HFCMULTI_MODE) |
| 2914 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2915 | "%s: remove from slot %d (RX)\n", |
| 2916 | __func__, oslot_rx); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2917 | if (hc->slot_owner[(oslot_rx << 1) | 1] == ch) { |
| 2918 | HFC_outb(hc, R_SLOT, (oslot_rx << 1) | V_SL_DIR); |
| 2919 | HFC_outb(hc, A_SL_CFG, 0); |
| 2920 | hc->slot_owner[(oslot_rx << 1) | 1] = -1; |
| 2921 | } else { |
| 2922 | if (debug & DEBUG_HFCMULTI_MODE) |
| 2923 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2924 | "%s: we are not owner of this rx slot " |
| 2925 | "anymore, channel %d is.\n", |
| 2926 | __func__, |
| 2927 | hc->slot_owner[(oslot_rx << 1) | 1]); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2928 | } |
| 2929 | } |
| 2930 | |
| 2931 | if (slot_tx < 0) { |
| 2932 | flow_tx = 0x80; /* FIFO->ST */ |
| 2933 | /* disable pcm slot */ |
| 2934 | hc->chan[ch].slot_tx = -1; |
| 2935 | hc->chan[ch].bank_tx = 0; |
| 2936 | } else { |
| 2937 | /* set pcm slot */ |
| 2938 | if (hc->chan[ch].txpending) |
| 2939 | flow_tx = 0x80; /* FIFO->ST */ |
| 2940 | else |
| 2941 | flow_tx = 0xc0; /* PCM->ST */ |
| 2942 | /* put on slot */ |
| 2943 | routing = bank_tx ? 0xc0 : 0x80; |
| 2944 | if (conf >= 0 || bank_tx > 1) |
| 2945 | routing = 0x40; /* loop */ |
| 2946 | if (debug & DEBUG_HFCMULTI_MODE) |
| 2947 | printk(KERN_DEBUG "%s: put channel %d to slot %d bank" |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2948 | " %d flow %02x routing %02x conf %d (TX)\n", |
| 2949 | __func__, ch, slot_tx, bank_tx, |
| 2950 | flow_tx, routing, conf); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2951 | HFC_outb(hc, R_SLOT, slot_tx << 1); |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2952 | HFC_outb(hc, A_SL_CFG, (ch << 1) | routing); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 2953 | if (hc->ctype != HFC_TYPE_XHFC) |
| 2954 | HFC_outb(hc, A_CONF, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2955 | (conf < 0) ? 0 : (conf | V_CONF_SL)); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2956 | hc->slot_owner[slot_tx << 1] = ch; |
| 2957 | hc->chan[ch].slot_tx = slot_tx; |
| 2958 | hc->chan[ch].bank_tx = bank_tx; |
| 2959 | } |
| 2960 | if (slot_rx < 0) { |
| 2961 | /* disable pcm slot */ |
| 2962 | flow_rx = 0x80; /* ST->FIFO */ |
| 2963 | hc->chan[ch].slot_rx = -1; |
| 2964 | hc->chan[ch].bank_rx = 0; |
| 2965 | } else { |
| 2966 | /* set pcm slot */ |
| 2967 | if (hc->chan[ch].txpending) |
| 2968 | flow_rx = 0x80; /* ST->FIFO */ |
| 2969 | else |
| 2970 | flow_rx = 0xc0; /* ST->(FIFO,PCM) */ |
| 2971 | /* put on slot */ |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 2972 | routing = bank_rx ? 0x80 : 0xc0; /* reversed */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2973 | if (conf >= 0 || bank_rx > 1) |
| 2974 | routing = 0x40; /* loop */ |
| 2975 | if (debug & DEBUG_HFCMULTI_MODE) |
| 2976 | printk(KERN_DEBUG "%s: put channel %d to slot %d bank" |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2977 | " %d flow %02x routing %02x conf %d (RX)\n", |
| 2978 | __func__, ch, slot_rx, bank_rx, |
| 2979 | flow_rx, routing, conf); |
| 2980 | HFC_outb(hc, R_SLOT, (slot_rx << 1) | V_SL_DIR); |
| 2981 | HFC_outb(hc, A_SL_CFG, (ch << 1) | V_CH_DIR | routing); |
| 2982 | hc->slot_owner[(slot_rx << 1) | 1] = ch; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2983 | hc->chan[ch].slot_rx = slot_rx; |
| 2984 | hc->chan[ch].bank_rx = bank_rx; |
| 2985 | } |
| 2986 | |
| 2987 | switch (protocol) { |
| 2988 | case (ISDN_P_NONE): |
| 2989 | /* disable TX fifo */ |
| 2990 | HFC_outb(hc, R_FIFO, ch << 1); |
| 2991 | HFC_wait(hc); |
| 2992 | HFC_outb(hc, A_CON_HDLC, flow_tx | 0x00 | V_IFF); |
| 2993 | HFC_outb(hc, A_SUBCH_CFG, 0); |
| 2994 | HFC_outb(hc, A_IRQ_MSK, 0); |
| 2995 | HFC_outb(hc, R_INC_RES_FIFO, V_RES_F); |
| 2996 | HFC_wait(hc); |
| 2997 | /* disable RX fifo */ |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 2998 | HFC_outb(hc, R_FIFO, (ch << 1) | 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 2999 | HFC_wait(hc); |
| 3000 | HFC_outb(hc, A_CON_HDLC, flow_rx | 0x00); |
| 3001 | HFC_outb(hc, A_SUBCH_CFG, 0); |
| 3002 | HFC_outb(hc, A_IRQ_MSK, 0); |
| 3003 | HFC_outb(hc, R_INC_RES_FIFO, V_RES_F); |
| 3004 | HFC_wait(hc); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 3005 | if (hc->chan[ch].bch && hc->ctype != HFC_TYPE_E1) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3006 | hc->hw.a_st_ctrl0[hc->chan[ch].port] &= |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3007 | ((ch & 0x3) == 0) ? ~V_B1_EN : ~V_B2_EN; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3008 | HFC_outb(hc, R_ST_SEL, hc->chan[ch].port); |
| 3009 | /* undocumented: delay after R_ST_SEL */ |
| 3010 | udelay(1); |
| 3011 | HFC_outb(hc, A_ST_CTRL0, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3012 | hc->hw.a_st_ctrl0[hc->chan[ch].port]); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3013 | } |
| 3014 | if (hc->chan[ch].bch) { |
| 3015 | test_and_clear_bit(FLG_HDLC, &hc->chan[ch].bch->Flags); |
| 3016 | test_and_clear_bit(FLG_TRANSPARENT, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3017 | &hc->chan[ch].bch->Flags); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3018 | } |
| 3019 | break; |
| 3020 | case (ISDN_P_B_RAW): /* B-channel */ |
| 3021 | |
| 3022 | if (test_bit(HFC_CHIP_B410P, &hc->chip) && |
| 3023 | (hc->chan[ch].slot_rx < 0) && |
| 3024 | (hc->chan[ch].slot_tx < 0)) { |
| 3025 | |
| 3026 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3027 | "Setting B-channel %d to echo cancelable " |
| 3028 | "state on PCM slot %d\n", ch, |
| 3029 | ((ch / 4) * 8) + ((ch % 4) * 4) + 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3030 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3031 | "Enabling pass through for channel\n"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3032 | vpm_out(hc, ch, ((ch / 4) * 8) + |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3033 | ((ch % 4) * 4) + 1, 0x01); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3034 | /* rx path */ |
| 3035 | /* S/T -> PCM */ |
| 3036 | HFC_outb(hc, R_FIFO, (ch << 1)); |
| 3037 | HFC_wait(hc); |
| 3038 | HFC_outb(hc, A_CON_HDLC, 0xc0 | V_HDLC_TRP | V_IFF); |
| 3039 | HFC_outb(hc, R_SLOT, (((ch / 4) * 8) + |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3040 | ((ch % 4) * 4) + 1) << 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3041 | HFC_outb(hc, A_SL_CFG, 0x80 | (ch << 1)); |
| 3042 | |
| 3043 | /* PCM -> FIFO */ |
| 3044 | HFC_outb(hc, R_FIFO, 0x20 | (ch << 1) | 1); |
| 3045 | HFC_wait(hc); |
| 3046 | HFC_outb(hc, A_CON_HDLC, 0x20 | V_HDLC_TRP | V_IFF); |
| 3047 | HFC_outb(hc, A_SUBCH_CFG, 0); |
| 3048 | HFC_outb(hc, A_IRQ_MSK, 0); |
Andreas Eversberg | a4d729d | 2012-04-24 20:52:11 +0000 | [diff] [blame] | 3049 | if (hc->chan[ch].protocol != protocol) { |
| 3050 | HFC_outb(hc, R_INC_RES_FIFO, V_RES_F); |
| 3051 | HFC_wait(hc); |
| 3052 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3053 | HFC_outb(hc, R_SLOT, ((((ch / 4) * 8) + |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3054 | ((ch % 4) * 4) + 1) << 1) | 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3055 | HFC_outb(hc, A_SL_CFG, 0x80 | 0x20 | (ch << 1) | 1); |
| 3056 | |
| 3057 | /* tx path */ |
| 3058 | /* PCM -> S/T */ |
| 3059 | HFC_outb(hc, R_FIFO, (ch << 1) | 1); |
| 3060 | HFC_wait(hc); |
| 3061 | HFC_outb(hc, A_CON_HDLC, 0xc0 | V_HDLC_TRP | V_IFF); |
| 3062 | HFC_outb(hc, R_SLOT, ((((ch / 4) * 8) + |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3063 | ((ch % 4) * 4)) << 1) | 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3064 | HFC_outb(hc, A_SL_CFG, 0x80 | 0x40 | (ch << 1) | 1); |
| 3065 | |
| 3066 | /* FIFO -> PCM */ |
| 3067 | HFC_outb(hc, R_FIFO, 0x20 | (ch << 1)); |
| 3068 | HFC_wait(hc); |
| 3069 | HFC_outb(hc, A_CON_HDLC, 0x20 | V_HDLC_TRP | V_IFF); |
| 3070 | HFC_outb(hc, A_SUBCH_CFG, 0); |
| 3071 | HFC_outb(hc, A_IRQ_MSK, 0); |
Andreas Eversberg | a4d729d | 2012-04-24 20:52:11 +0000 | [diff] [blame] | 3072 | if (hc->chan[ch].protocol != protocol) { |
| 3073 | HFC_outb(hc, R_INC_RES_FIFO, V_RES_F); |
| 3074 | HFC_wait(hc); |
| 3075 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3076 | /* tx silence */ |
Andreas Eversberg | 8dd2f36 | 2008-08-02 22:51:52 +0200 | [diff] [blame] | 3077 | HFC_outb_nodebug(hc, A_FIFO_DATA0_NOINC, hc->silence); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3078 | HFC_outb(hc, R_SLOT, (((ch / 4) * 8) + |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3079 | ((ch % 4) * 4)) << 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3080 | HFC_outb(hc, A_SL_CFG, 0x80 | 0x20 | (ch << 1)); |
| 3081 | } else { |
| 3082 | /* enable TX fifo */ |
| 3083 | HFC_outb(hc, R_FIFO, ch << 1); |
| 3084 | HFC_wait(hc); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 3085 | if (hc->ctype == HFC_TYPE_XHFC) |
| 3086 | HFC_outb(hc, A_CON_HDLC, flow_tx | 0x07 << 2 | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3087 | V_HDLC_TRP | V_IFF); |
| 3088 | /* Enable FIFO, no interrupt */ |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 3089 | else |
| 3090 | HFC_outb(hc, A_CON_HDLC, flow_tx | 0x00 | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3091 | V_HDLC_TRP | V_IFF); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3092 | HFC_outb(hc, A_SUBCH_CFG, 0); |
| 3093 | HFC_outb(hc, A_IRQ_MSK, 0); |
Andreas Eversberg | a4d729d | 2012-04-24 20:52:11 +0000 | [diff] [blame] | 3094 | if (hc->chan[ch].protocol != protocol) { |
| 3095 | HFC_outb(hc, R_INC_RES_FIFO, V_RES_F); |
| 3096 | HFC_wait(hc); |
| 3097 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3098 | /* tx silence */ |
Andreas Eversberg | 8dd2f36 | 2008-08-02 22:51:52 +0200 | [diff] [blame] | 3099 | HFC_outb_nodebug(hc, A_FIFO_DATA0_NOINC, hc->silence); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3100 | /* enable RX fifo */ |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3101 | HFC_outb(hc, R_FIFO, (ch << 1) | 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3102 | HFC_wait(hc); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 3103 | if (hc->ctype == HFC_TYPE_XHFC) |
| 3104 | HFC_outb(hc, A_CON_HDLC, flow_rx | 0x07 << 2 | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3105 | V_HDLC_TRP); |
| 3106 | /* Enable FIFO, no interrupt*/ |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 3107 | else |
| 3108 | HFC_outb(hc, A_CON_HDLC, flow_rx | 0x00 | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3109 | V_HDLC_TRP); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3110 | HFC_outb(hc, A_SUBCH_CFG, 0); |
| 3111 | HFC_outb(hc, A_IRQ_MSK, 0); |
Andreas Eversberg | a4d729d | 2012-04-24 20:52:11 +0000 | [diff] [blame] | 3112 | if (hc->chan[ch].protocol != protocol) { |
| 3113 | HFC_outb(hc, R_INC_RES_FIFO, V_RES_F); |
| 3114 | HFC_wait(hc); |
| 3115 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3116 | } |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 3117 | if (hc->ctype != HFC_TYPE_E1) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3118 | hc->hw.a_st_ctrl0[hc->chan[ch].port] |= |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3119 | ((ch & 0x3) == 0) ? V_B1_EN : V_B2_EN; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3120 | HFC_outb(hc, R_ST_SEL, hc->chan[ch].port); |
| 3121 | /* undocumented: delay after R_ST_SEL */ |
| 3122 | udelay(1); |
| 3123 | HFC_outb(hc, A_ST_CTRL0, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3124 | hc->hw.a_st_ctrl0[hc->chan[ch].port]); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3125 | } |
| 3126 | if (hc->chan[ch].bch) |
| 3127 | test_and_set_bit(FLG_TRANSPARENT, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3128 | &hc->chan[ch].bch->Flags); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3129 | break; |
| 3130 | case (ISDN_P_B_HDLC): /* B-channel */ |
| 3131 | case (ISDN_P_TE_S0): /* D-channel */ |
| 3132 | case (ISDN_P_NT_S0): |
| 3133 | case (ISDN_P_TE_E1): |
| 3134 | case (ISDN_P_NT_E1): |
| 3135 | /* enable TX fifo */ |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3136 | HFC_outb(hc, R_FIFO, ch << 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3137 | HFC_wait(hc); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 3138 | if (hc->ctype == HFC_TYPE_E1 || hc->chan[ch].bch) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3139 | /* E1 or B-channel */ |
| 3140 | HFC_outb(hc, A_CON_HDLC, flow_tx | 0x04); |
| 3141 | HFC_outb(hc, A_SUBCH_CFG, 0); |
| 3142 | } else { |
| 3143 | /* D-Channel without HDLC fill flags */ |
| 3144 | HFC_outb(hc, A_CON_HDLC, flow_tx | 0x04 | V_IFF); |
| 3145 | HFC_outb(hc, A_SUBCH_CFG, 2); |
| 3146 | } |
| 3147 | HFC_outb(hc, A_IRQ_MSK, V_IRQ); |
| 3148 | HFC_outb(hc, R_INC_RES_FIFO, V_RES_F); |
| 3149 | HFC_wait(hc); |
| 3150 | /* enable RX fifo */ |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3151 | HFC_outb(hc, R_FIFO, (ch << 1) | 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3152 | HFC_wait(hc); |
| 3153 | HFC_outb(hc, A_CON_HDLC, flow_rx | 0x04); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 3154 | if (hc->ctype == HFC_TYPE_E1 || hc->chan[ch].bch) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3155 | HFC_outb(hc, A_SUBCH_CFG, 0); /* full 8 bits */ |
| 3156 | else |
| 3157 | HFC_outb(hc, A_SUBCH_CFG, 2); /* 2 bits dchannel */ |
| 3158 | HFC_outb(hc, A_IRQ_MSK, V_IRQ); |
| 3159 | HFC_outb(hc, R_INC_RES_FIFO, V_RES_F); |
| 3160 | HFC_wait(hc); |
| 3161 | if (hc->chan[ch].bch) { |
| 3162 | test_and_set_bit(FLG_HDLC, &hc->chan[ch].bch->Flags); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 3163 | if (hc->ctype != HFC_TYPE_E1) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3164 | hc->hw.a_st_ctrl0[hc->chan[ch].port] |= |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3165 | ((ch & 0x3) == 0) ? V_B1_EN : V_B2_EN; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3166 | HFC_outb(hc, R_ST_SEL, hc->chan[ch].port); |
| 3167 | /* undocumented: delay after R_ST_SEL */ |
| 3168 | udelay(1); |
| 3169 | HFC_outb(hc, A_ST_CTRL0, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3170 | hc->hw.a_st_ctrl0[hc->chan[ch].port]); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3171 | } |
| 3172 | } |
| 3173 | break; |
| 3174 | default: |
| 3175 | printk(KERN_DEBUG "%s: protocol not known %x\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3176 | __func__, protocol); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3177 | hc->chan[ch].protocol = ISDN_P_NONE; |
| 3178 | return -ENOPROTOOPT; |
| 3179 | } |
| 3180 | hc->chan[ch].protocol = protocol; |
| 3181 | return 0; |
| 3182 | } |
| 3183 | |
| 3184 | |
| 3185 | /* |
| 3186 | * connect/disconnect PCM |
| 3187 | */ |
| 3188 | |
| 3189 | static void |
| 3190 | hfcmulti_pcm(struct hfc_multi *hc, int ch, int slot_tx, int bank_tx, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3191 | int slot_rx, int bank_rx) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3192 | { |
Julia Lawall | 073bd90 | 2009-12-21 14:25:32 +0000 | [diff] [blame] | 3193 | if (slot_tx < 0 || slot_rx < 0 || bank_tx < 0 || bank_rx < 0) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3194 | /* disable PCM */ |
| 3195 | mode_hfcmulti(hc, ch, hc->chan[ch].protocol, -1, 0, -1, 0); |
| 3196 | return; |
| 3197 | } |
| 3198 | |
| 3199 | /* enable pcm */ |
| 3200 | mode_hfcmulti(hc, ch, hc->chan[ch].protocol, slot_tx, bank_tx, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3201 | slot_rx, bank_rx); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3202 | } |
| 3203 | |
| 3204 | /* |
| 3205 | * set/disable conference |
| 3206 | */ |
| 3207 | |
| 3208 | static void |
| 3209 | hfcmulti_conf(struct hfc_multi *hc, int ch, int num) |
| 3210 | { |
| 3211 | if (num >= 0 && num <= 7) |
| 3212 | hc->chan[ch].conf = num; |
| 3213 | else |
| 3214 | hc->chan[ch].conf = -1; |
| 3215 | mode_hfcmulti(hc, ch, hc->chan[ch].protocol, hc->chan[ch].slot_tx, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3216 | hc->chan[ch].bank_tx, hc->chan[ch].slot_rx, |
| 3217 | hc->chan[ch].bank_rx); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3218 | } |
| 3219 | |
| 3220 | |
| 3221 | /* |
| 3222 | * set/disable sample loop |
| 3223 | */ |
| 3224 | |
| 3225 | /* NOTE: this function is experimental and therefore disabled */ |
| 3226 | |
| 3227 | /* |
| 3228 | * Layer 1 callback function |
| 3229 | */ |
| 3230 | static int |
| 3231 | hfcm_l1callback(struct dchannel *dch, u_int cmd) |
| 3232 | { |
| 3233 | struct hfc_multi *hc = dch->hw; |
| 3234 | u_long flags; |
| 3235 | |
| 3236 | switch (cmd) { |
| 3237 | case INFO3_P8: |
| 3238 | case INFO3_P10: |
| 3239 | break; |
| 3240 | case HW_RESET_REQ: |
| 3241 | /* start activation */ |
| 3242 | spin_lock_irqsave(&hc->lock, flags); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 3243 | if (hc->ctype == HFC_TYPE_E1) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3244 | if (debug & DEBUG_HFCMULTI_MSG) |
| 3245 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3246 | "%s: HW_RESET_REQ no BRI\n", |
| 3247 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3248 | } else { |
| 3249 | HFC_outb(hc, R_ST_SEL, hc->chan[dch->slot].port); |
| 3250 | /* undocumented: delay after R_ST_SEL */ |
| 3251 | udelay(1); |
| 3252 | HFC_outb(hc, A_ST_WR_STATE, V_ST_LD_STA | 3); /* F3 */ |
| 3253 | udelay(6); /* wait at least 5,21us */ |
| 3254 | HFC_outb(hc, A_ST_WR_STATE, 3); |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3255 | HFC_outb(hc, A_ST_WR_STATE, 3 | (V_ST_ACT * 3)); |
| 3256 | /* activate */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3257 | } |
| 3258 | spin_unlock_irqrestore(&hc->lock, flags); |
| 3259 | l1_event(dch->l1, HW_POWERUP_IND); |
| 3260 | break; |
| 3261 | case HW_DEACT_REQ: |
| 3262 | /* start deactivation */ |
| 3263 | spin_lock_irqsave(&hc->lock, flags); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 3264 | if (hc->ctype == HFC_TYPE_E1) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3265 | if (debug & DEBUG_HFCMULTI_MSG) |
| 3266 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3267 | "%s: HW_DEACT_REQ no BRI\n", |
| 3268 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3269 | } else { |
| 3270 | HFC_outb(hc, R_ST_SEL, hc->chan[dch->slot].port); |
| 3271 | /* undocumented: delay after R_ST_SEL */ |
| 3272 | udelay(1); |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3273 | HFC_outb(hc, A_ST_WR_STATE, V_ST_ACT * 2); |
| 3274 | /* deactivate */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3275 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip)) { |
| 3276 | hc->syncronized &= |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3277 | ~(1 << hc->chan[dch->slot].port); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3278 | plxsd_checksync(hc, 0); |
| 3279 | } |
| 3280 | } |
| 3281 | skb_queue_purge(&dch->squeue); |
| 3282 | if (dch->tx_skb) { |
| 3283 | dev_kfree_skb(dch->tx_skb); |
| 3284 | dch->tx_skb = NULL; |
| 3285 | } |
| 3286 | dch->tx_idx = 0; |
| 3287 | if (dch->rx_skb) { |
| 3288 | dev_kfree_skb(dch->rx_skb); |
| 3289 | dch->rx_skb = NULL; |
| 3290 | } |
| 3291 | test_and_clear_bit(FLG_TX_BUSY, &dch->Flags); |
| 3292 | if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags)) |
| 3293 | del_timer(&dch->timer); |
| 3294 | spin_unlock_irqrestore(&hc->lock, flags); |
| 3295 | break; |
| 3296 | case HW_POWERUP_REQ: |
| 3297 | spin_lock_irqsave(&hc->lock, flags); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 3298 | if (hc->ctype == HFC_TYPE_E1) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3299 | if (debug & DEBUG_HFCMULTI_MSG) |
| 3300 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3301 | "%s: HW_POWERUP_REQ no BRI\n", |
| 3302 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3303 | } else { |
| 3304 | HFC_outb(hc, R_ST_SEL, hc->chan[dch->slot].port); |
| 3305 | /* undocumented: delay after R_ST_SEL */ |
| 3306 | udelay(1); |
| 3307 | HFC_outb(hc, A_ST_WR_STATE, 3 | 0x10); /* activate */ |
| 3308 | udelay(6); /* wait at least 5,21us */ |
| 3309 | HFC_outb(hc, A_ST_WR_STATE, 3); /* activate */ |
| 3310 | } |
| 3311 | spin_unlock_irqrestore(&hc->lock, flags); |
| 3312 | break; |
| 3313 | case PH_ACTIVATE_IND: |
| 3314 | test_and_set_bit(FLG_ACTIVE, &dch->Flags); |
| 3315 | _queue_data(&dch->dev.D, cmd, MISDN_ID_ANY, 0, NULL, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3316 | GFP_ATOMIC); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3317 | break; |
| 3318 | case PH_DEACTIVATE_IND: |
| 3319 | test_and_clear_bit(FLG_ACTIVE, &dch->Flags); |
| 3320 | _queue_data(&dch->dev.D, cmd, MISDN_ID_ANY, 0, NULL, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3321 | GFP_ATOMIC); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3322 | break; |
| 3323 | default: |
| 3324 | if (dch->debug & DEBUG_HW) |
| 3325 | printk(KERN_DEBUG "%s: unknown command %x\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3326 | __func__, cmd); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3327 | return -1; |
| 3328 | } |
| 3329 | return 0; |
| 3330 | } |
| 3331 | |
| 3332 | /* |
| 3333 | * Layer2 -> Layer 1 Transfer |
| 3334 | */ |
| 3335 | |
| 3336 | static int |
| 3337 | handle_dmsg(struct mISDNchannel *ch, struct sk_buff *skb) |
| 3338 | { |
| 3339 | struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); |
| 3340 | struct dchannel *dch = container_of(dev, struct dchannel, dev); |
| 3341 | struct hfc_multi *hc = dch->hw; |
| 3342 | struct mISDNhead *hh = mISDN_HEAD_P(skb); |
| 3343 | int ret = -EINVAL; |
| 3344 | unsigned int id; |
| 3345 | u_long flags; |
| 3346 | |
| 3347 | switch (hh->prim) { |
| 3348 | case PH_DATA_REQ: |
| 3349 | if (skb->len < 1) |
| 3350 | break; |
| 3351 | spin_lock_irqsave(&hc->lock, flags); |
| 3352 | ret = dchannel_senddata(dch, skb); |
| 3353 | if (ret > 0) { /* direct TX */ |
| 3354 | id = hh->id; /* skb can be freed */ |
| 3355 | hfcmulti_tx(hc, dch->slot); |
| 3356 | ret = 0; |
| 3357 | /* start fifo */ |
| 3358 | HFC_outb(hc, R_FIFO, 0); |
| 3359 | HFC_wait(hc); |
| 3360 | spin_unlock_irqrestore(&hc->lock, flags); |
| 3361 | queue_ch_frame(ch, PH_DATA_CNF, id, NULL); |
| 3362 | } else |
| 3363 | spin_unlock_irqrestore(&hc->lock, flags); |
| 3364 | return ret; |
| 3365 | case PH_ACTIVATE_REQ: |
| 3366 | if (dch->dev.D.protocol != ISDN_P_TE_S0) { |
| 3367 | spin_lock_irqsave(&hc->lock, flags); |
| 3368 | ret = 0; |
| 3369 | if (debug & DEBUG_HFCMULTI_MSG) |
| 3370 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3371 | "%s: PH_ACTIVATE port %d (0..%d)\n", |
| 3372 | __func__, hc->chan[dch->slot].port, |
| 3373 | hc->ports - 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3374 | /* start activation */ |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 3375 | if (hc->ctype == HFC_TYPE_E1) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3376 | ph_state_change(dch); |
| 3377 | if (debug & DEBUG_HFCMULTI_STATE) |
| 3378 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3379 | "%s: E1 report state %x \n", |
| 3380 | __func__, dch->state); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3381 | } else { |
| 3382 | HFC_outb(hc, R_ST_SEL, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3383 | hc->chan[dch->slot].port); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3384 | /* undocumented: delay after R_ST_SEL */ |
| 3385 | udelay(1); |
| 3386 | HFC_outb(hc, A_ST_WR_STATE, V_ST_LD_STA | 1); |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3387 | /* G1 */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3388 | udelay(6); /* wait at least 5,21us */ |
| 3389 | HFC_outb(hc, A_ST_WR_STATE, 1); |
| 3390 | HFC_outb(hc, A_ST_WR_STATE, 1 | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3391 | (V_ST_ACT * 3)); /* activate */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3392 | dch->state = 1; |
| 3393 | } |
| 3394 | spin_unlock_irqrestore(&hc->lock, flags); |
| 3395 | } else |
| 3396 | ret = l1_event(dch->l1, hh->prim); |
| 3397 | break; |
| 3398 | case PH_DEACTIVATE_REQ: |
| 3399 | test_and_clear_bit(FLG_L2_ACTIVATED, &dch->Flags); |
| 3400 | if (dch->dev.D.protocol != ISDN_P_TE_S0) { |
| 3401 | spin_lock_irqsave(&hc->lock, flags); |
| 3402 | if (debug & DEBUG_HFCMULTI_MSG) |
| 3403 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3404 | "%s: PH_DEACTIVATE port %d (0..%d)\n", |
| 3405 | __func__, hc->chan[dch->slot].port, |
| 3406 | hc->ports - 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3407 | /* start deactivation */ |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 3408 | if (hc->ctype == HFC_TYPE_E1) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3409 | if (debug & DEBUG_HFCMULTI_MSG) |
| 3410 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3411 | "%s: PH_DEACTIVATE no BRI\n", |
| 3412 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3413 | } else { |
| 3414 | HFC_outb(hc, R_ST_SEL, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3415 | hc->chan[dch->slot].port); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3416 | /* undocumented: delay after R_ST_SEL */ |
| 3417 | udelay(1); |
| 3418 | HFC_outb(hc, A_ST_WR_STATE, V_ST_ACT * 2); |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3419 | /* deactivate */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3420 | dch->state = 1; |
| 3421 | } |
| 3422 | skb_queue_purge(&dch->squeue); |
| 3423 | if (dch->tx_skb) { |
| 3424 | dev_kfree_skb(dch->tx_skb); |
| 3425 | dch->tx_skb = NULL; |
| 3426 | } |
| 3427 | dch->tx_idx = 0; |
| 3428 | if (dch->rx_skb) { |
| 3429 | dev_kfree_skb(dch->rx_skb); |
| 3430 | dch->rx_skb = NULL; |
| 3431 | } |
| 3432 | test_and_clear_bit(FLG_TX_BUSY, &dch->Flags); |
| 3433 | if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags)) |
| 3434 | del_timer(&dch->timer); |
| 3435 | #ifdef FIXME |
| 3436 | if (test_and_clear_bit(FLG_L1_BUSY, &dch->Flags)) |
| 3437 | dchannel_sched_event(&hc->dch, D_CLEARBUSY); |
| 3438 | #endif |
| 3439 | ret = 0; |
| 3440 | spin_unlock_irqrestore(&hc->lock, flags); |
| 3441 | } else |
| 3442 | ret = l1_event(dch->l1, hh->prim); |
| 3443 | break; |
| 3444 | } |
| 3445 | if (!ret) |
| 3446 | dev_kfree_skb(skb); |
| 3447 | return ret; |
| 3448 | } |
| 3449 | |
| 3450 | static void |
| 3451 | deactivate_bchannel(struct bchannel *bch) |
| 3452 | { |
| 3453 | struct hfc_multi *hc = bch->hw; |
| 3454 | u_long flags; |
| 3455 | |
| 3456 | spin_lock_irqsave(&hc->lock, flags); |
Karsten Keil | fb286f0 | 2009-07-09 10:02:29 +0200 | [diff] [blame] | 3457 | mISDN_clear_bchannel(bch); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3458 | hc->chan[bch->slot].coeff_count = 0; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3459 | hc->chan[bch->slot].rx_off = 0; |
| 3460 | hc->chan[bch->slot].conf = -1; |
| 3461 | mode_hfcmulti(hc, bch->slot, ISDN_P_NONE, -1, 0, -1, 0); |
| 3462 | spin_unlock_irqrestore(&hc->lock, flags); |
| 3463 | } |
| 3464 | |
| 3465 | static int |
| 3466 | handle_bmsg(struct mISDNchannel *ch, struct sk_buff *skb) |
| 3467 | { |
| 3468 | struct bchannel *bch = container_of(ch, struct bchannel, ch); |
| 3469 | struct hfc_multi *hc = bch->hw; |
| 3470 | int ret = -EINVAL; |
| 3471 | struct mISDNhead *hh = mISDN_HEAD_P(skb); |
Karsten Keil | 8bfddfb | 2012-05-15 23:51:02 +0000 | [diff] [blame] | 3472 | unsigned long flags; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3473 | |
| 3474 | switch (hh->prim) { |
| 3475 | case PH_DATA_REQ: |
| 3476 | if (!skb->len) |
| 3477 | break; |
| 3478 | spin_lock_irqsave(&hc->lock, flags); |
| 3479 | ret = bchannel_senddata(bch, skb); |
| 3480 | if (ret > 0) { /* direct TX */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3481 | hfcmulti_tx(hc, bch->slot); |
| 3482 | ret = 0; |
| 3483 | /* start fifo */ |
| 3484 | HFC_outb_nodebug(hc, R_FIFO, 0); |
| 3485 | HFC_wait_nodebug(hc); |
Karsten Keil | 8bfddfb | 2012-05-15 23:51:02 +0000 | [diff] [blame] | 3486 | } |
| 3487 | spin_unlock_irqrestore(&hc->lock, flags); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3488 | return ret; |
| 3489 | case PH_ACTIVATE_REQ: |
| 3490 | if (debug & DEBUG_HFCMULTI_MSG) |
| 3491 | printk(KERN_DEBUG "%s: PH_ACTIVATE ch %d (0..32)\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3492 | __func__, bch->slot); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3493 | spin_lock_irqsave(&hc->lock, flags); |
| 3494 | /* activate B-channel if not already activated */ |
| 3495 | if (!test_and_set_bit(FLG_ACTIVE, &bch->Flags)) { |
| 3496 | hc->chan[bch->slot].txpending = 0; |
| 3497 | ret = mode_hfcmulti(hc, bch->slot, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3498 | ch->protocol, |
| 3499 | hc->chan[bch->slot].slot_tx, |
| 3500 | hc->chan[bch->slot].bank_tx, |
| 3501 | hc->chan[bch->slot].slot_rx, |
| 3502 | hc->chan[bch->slot].bank_rx); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3503 | if (!ret) { |
| 3504 | if (ch->protocol == ISDN_P_B_RAW && !hc->dtmf |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3505 | && test_bit(HFC_CHIP_DTMF, &hc->chip)) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3506 | /* start decoder */ |
| 3507 | hc->dtmf = 1; |
| 3508 | if (debug & DEBUG_HFCMULTI_DTMF) |
| 3509 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3510 | "%s: start dtmf decoder\n", |
| 3511 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3512 | HFC_outb(hc, R_DTMF, hc->hw.r_dtmf | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3513 | V_RST_DTMF); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3514 | } |
| 3515 | } |
| 3516 | } else |
| 3517 | ret = 0; |
| 3518 | spin_unlock_irqrestore(&hc->lock, flags); |
| 3519 | if (!ret) |
| 3520 | _queue_data(ch, PH_ACTIVATE_IND, MISDN_ID_ANY, 0, NULL, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3521 | GFP_KERNEL); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3522 | break; |
| 3523 | case PH_CONTROL_REQ: |
| 3524 | spin_lock_irqsave(&hc->lock, flags); |
| 3525 | switch (hh->id) { |
| 3526 | case HFC_SPL_LOOP_ON: /* set sample loop */ |
| 3527 | if (debug & DEBUG_HFCMULTI_MSG) |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 3528 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3529 | "%s: HFC_SPL_LOOP_ON (len = %d)\n", |
| 3530 | __func__, skb->len); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3531 | ret = 0; |
| 3532 | break; |
| 3533 | case HFC_SPL_LOOP_OFF: /* set silence */ |
| 3534 | if (debug & DEBUG_HFCMULTI_MSG) |
| 3535 | printk(KERN_DEBUG "%s: HFC_SPL_LOOP_OFF\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3536 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3537 | ret = 0; |
| 3538 | break; |
| 3539 | default: |
| 3540 | printk(KERN_ERR |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3541 | "%s: unknown PH_CONTROL_REQ info %x\n", |
| 3542 | __func__, hh->id); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3543 | ret = -EINVAL; |
| 3544 | } |
| 3545 | spin_unlock_irqrestore(&hc->lock, flags); |
| 3546 | break; |
| 3547 | case PH_DEACTIVATE_REQ: |
| 3548 | deactivate_bchannel(bch); /* locked there */ |
| 3549 | _queue_data(ch, PH_DEACTIVATE_IND, MISDN_ID_ANY, 0, NULL, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3550 | GFP_KERNEL); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3551 | ret = 0; |
| 3552 | break; |
| 3553 | } |
| 3554 | if (!ret) |
| 3555 | dev_kfree_skb(skb); |
| 3556 | return ret; |
| 3557 | } |
| 3558 | |
| 3559 | /* |
| 3560 | * bchannel control function |
| 3561 | */ |
| 3562 | static int |
| 3563 | channel_bctrl(struct bchannel *bch, struct mISDN_ctrl_req *cq) |
| 3564 | { |
| 3565 | int ret = 0; |
| 3566 | struct dsp_features *features = |
| 3567 | (struct dsp_features *)(*((u_long *)&cq->p1)); |
| 3568 | struct hfc_multi *hc = bch->hw; |
| 3569 | int slot_tx; |
| 3570 | int bank_tx; |
| 3571 | int slot_rx; |
| 3572 | int bank_rx; |
| 3573 | int num; |
| 3574 | |
| 3575 | switch (cq->op) { |
| 3576 | case MISDN_CTRL_GETOP: |
Karsten Keil | 034005a | 2012-05-15 23:51:06 +0000 | [diff] [blame] | 3577 | ret = mISDN_ctrl_bchannel(bch, cq); |
| 3578 | cq->op |= MISDN_CTRL_HFC_OP | MISDN_CTRL_HW_FEATURES_OP | |
Karsten Keil | 6d1ee48 | 2012-05-15 23:51:07 +0000 | [diff] [blame^] | 3579 | MISDN_CTRL_RX_OFF; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3580 | break; |
| 3581 | case MISDN_CTRL_RX_OFF: /* turn off / on rx stream */ |
| 3582 | hc->chan[bch->slot].rx_off = !!cq->p1; |
| 3583 | if (!hc->chan[bch->slot].rx_off) { |
| 3584 | /* reset fifo on rx on */ |
| 3585 | HFC_outb_nodebug(hc, R_FIFO, (bch->slot << 1) | 1); |
| 3586 | HFC_wait_nodebug(hc); |
| 3587 | HFC_outb_nodebug(hc, R_INC_RES_FIFO, V_RES_F); |
| 3588 | HFC_wait_nodebug(hc); |
| 3589 | } |
| 3590 | if (debug & DEBUG_HFCMULTI_MSG) |
| 3591 | printk(KERN_DEBUG "%s: RX_OFF request (nr=%d off=%d)\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3592 | __func__, bch->nr, hc->chan[bch->slot].rx_off); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3593 | break; |
Karsten Keil | 6d1ee48 | 2012-05-15 23:51:07 +0000 | [diff] [blame^] | 3594 | case MISDN_CTRL_FILL_EMPTY: |
| 3595 | ret = mISDN_ctrl_bchannel(bch, cq); |
| 3596 | hc->silence = bch->fill[0]; |
| 3597 | memset(hc->silence_data, hc->silence, sizeof(hc->silence_data)); |
Andreas Eversberg | 8dd2f36 | 2008-08-02 22:51:52 +0200 | [diff] [blame] | 3598 | break; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3599 | case MISDN_CTRL_HW_FEATURES: /* fill features structure */ |
| 3600 | if (debug & DEBUG_HFCMULTI_MSG) |
| 3601 | printk(KERN_DEBUG "%s: HW_FEATURE request\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3602 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3603 | /* create confirm */ |
| 3604 | features->hfc_id = hc->id; |
| 3605 | if (test_bit(HFC_CHIP_DTMF, &hc->chip)) |
| 3606 | features->hfc_dtmf = 1; |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 3607 | if (test_bit(HFC_CHIP_CONF, &hc->chip)) |
| 3608 | features->hfc_conf = 1; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3609 | features->hfc_loops = 0; |
| 3610 | if (test_bit(HFC_CHIP_B410P, &hc->chip)) { |
| 3611 | features->hfc_echocanhw = 1; |
| 3612 | } else { |
| 3613 | features->pcm_id = hc->pcm; |
| 3614 | features->pcm_slots = hc->slots; |
| 3615 | features->pcm_banks = 2; |
| 3616 | } |
| 3617 | break; |
| 3618 | case MISDN_CTRL_HFC_PCM_CONN: /* connect to pcm timeslot (0..N) */ |
| 3619 | slot_tx = cq->p1 & 0xff; |
| 3620 | bank_tx = cq->p1 >> 8; |
| 3621 | slot_rx = cq->p2 & 0xff; |
| 3622 | bank_rx = cq->p2 >> 8; |
| 3623 | if (debug & DEBUG_HFCMULTI_MSG) |
| 3624 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3625 | "%s: HFC_PCM_CONN slot %d bank %d (TX) " |
| 3626 | "slot %d bank %d (RX)\n", |
| 3627 | __func__, slot_tx, bank_tx, |
| 3628 | slot_rx, bank_rx); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3629 | if (slot_tx < hc->slots && bank_tx <= 2 && |
| 3630 | slot_rx < hc->slots && bank_rx <= 2) |
| 3631 | hfcmulti_pcm(hc, bch->slot, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3632 | slot_tx, bank_tx, slot_rx, bank_rx); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3633 | else { |
| 3634 | printk(KERN_WARNING |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3635 | "%s: HFC_PCM_CONN slot %d bank %d (TX) " |
| 3636 | "slot %d bank %d (RX) out of range\n", |
| 3637 | __func__, slot_tx, bank_tx, |
| 3638 | slot_rx, bank_rx); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3639 | ret = -EINVAL; |
| 3640 | } |
| 3641 | break; |
| 3642 | case MISDN_CTRL_HFC_PCM_DISC: /* release interface from pcm timeslot */ |
| 3643 | if (debug & DEBUG_HFCMULTI_MSG) |
| 3644 | printk(KERN_DEBUG "%s: HFC_PCM_DISC\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3645 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3646 | hfcmulti_pcm(hc, bch->slot, -1, 0, -1, 0); |
| 3647 | break; |
| 3648 | case MISDN_CTRL_HFC_CONF_JOIN: /* join conference (0..7) */ |
| 3649 | num = cq->p1 & 0xff; |
| 3650 | if (debug & DEBUG_HFCMULTI_MSG) |
| 3651 | printk(KERN_DEBUG "%s: HFC_CONF_JOIN conf %d\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3652 | __func__, num); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3653 | if (num <= 7) |
| 3654 | hfcmulti_conf(hc, bch->slot, num); |
| 3655 | else { |
| 3656 | printk(KERN_WARNING |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3657 | "%s: HW_CONF_JOIN conf %d out of range\n", |
| 3658 | __func__, num); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3659 | ret = -EINVAL; |
| 3660 | } |
| 3661 | break; |
| 3662 | case MISDN_CTRL_HFC_CONF_SPLIT: /* split conference */ |
| 3663 | if (debug & DEBUG_HFCMULTI_MSG) |
| 3664 | printk(KERN_DEBUG "%s: HFC_CONF_SPLIT\n", __func__); |
| 3665 | hfcmulti_conf(hc, bch->slot, -1); |
| 3666 | break; |
| 3667 | case MISDN_CTRL_HFC_ECHOCAN_ON: |
| 3668 | if (debug & DEBUG_HFCMULTI_MSG) |
| 3669 | printk(KERN_DEBUG "%s: HFC_ECHOCAN_ON\n", __func__); |
| 3670 | if (test_bit(HFC_CHIP_B410P, &hc->chip)) |
| 3671 | vpm_echocan_on(hc, bch->slot, cq->p1); |
| 3672 | else |
| 3673 | ret = -EINVAL; |
| 3674 | break; |
| 3675 | |
| 3676 | case MISDN_CTRL_HFC_ECHOCAN_OFF: |
| 3677 | if (debug & DEBUG_HFCMULTI_MSG) |
| 3678 | printk(KERN_DEBUG "%s: HFC_ECHOCAN_OFF\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3679 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3680 | if (test_bit(HFC_CHIP_B410P, &hc->chip)) |
| 3681 | vpm_echocan_off(hc, bch->slot); |
| 3682 | else |
| 3683 | ret = -EINVAL; |
| 3684 | break; |
| 3685 | default: |
Karsten Keil | 034005a | 2012-05-15 23:51:06 +0000 | [diff] [blame] | 3686 | ret = mISDN_ctrl_bchannel(bch, cq); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3687 | break; |
| 3688 | } |
| 3689 | return ret; |
| 3690 | } |
| 3691 | |
| 3692 | static int |
| 3693 | hfcm_bctrl(struct mISDNchannel *ch, u_int cmd, void *arg) |
| 3694 | { |
| 3695 | struct bchannel *bch = container_of(ch, struct bchannel, ch); |
| 3696 | struct hfc_multi *hc = bch->hw; |
| 3697 | int err = -EINVAL; |
| 3698 | u_long flags; |
| 3699 | |
| 3700 | if (bch->debug & DEBUG_HW) |
| 3701 | printk(KERN_DEBUG "%s: cmd:%x %p\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3702 | __func__, cmd, arg); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3703 | switch (cmd) { |
| 3704 | case CLOSE_CHANNEL: |
| 3705 | test_and_clear_bit(FLG_OPEN, &bch->Flags); |
Karsten Keil | 1368112 | 2012-05-15 23:51:01 +0000 | [diff] [blame] | 3706 | deactivate_bchannel(bch); /* locked there */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3707 | ch->protocol = ISDN_P_NONE; |
| 3708 | ch->peer = NULL; |
| 3709 | module_put(THIS_MODULE); |
| 3710 | err = 0; |
| 3711 | break; |
| 3712 | case CONTROL_CHANNEL: |
| 3713 | spin_lock_irqsave(&hc->lock, flags); |
| 3714 | err = channel_bctrl(bch, arg); |
| 3715 | spin_unlock_irqrestore(&hc->lock, flags); |
| 3716 | break; |
| 3717 | default: |
| 3718 | printk(KERN_WARNING "%s: unknown prim(%x)\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3719 | __func__, cmd); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3720 | } |
| 3721 | return err; |
| 3722 | } |
| 3723 | |
| 3724 | /* |
| 3725 | * handle D-channel events |
| 3726 | * |
| 3727 | * handle state change event |
| 3728 | */ |
| 3729 | static void |
| 3730 | ph_state_change(struct dchannel *dch) |
| 3731 | { |
Julia Lawall | 20b7880 | 2009-01-09 12:22:53 -0800 | [diff] [blame] | 3732 | struct hfc_multi *hc; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3733 | int ch, i; |
| 3734 | |
| 3735 | if (!dch) { |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 3736 | printk(KERN_WARNING "%s: ERROR given dch is NULL\n", __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3737 | return; |
| 3738 | } |
Julia Lawall | 20b7880 | 2009-01-09 12:22:53 -0800 | [diff] [blame] | 3739 | hc = dch->hw; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3740 | ch = dch->slot; |
| 3741 | |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 3742 | if (hc->ctype == HFC_TYPE_E1) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3743 | if (dch->dev.D.protocol == ISDN_P_TE_E1) { |
| 3744 | if (debug & DEBUG_HFCMULTI_STATE) |
| 3745 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3746 | "%s: E1 TE (id=%d) newstate %x\n", |
| 3747 | __func__, hc->id, dch->state); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3748 | } else { |
| 3749 | if (debug & DEBUG_HFCMULTI_STATE) |
| 3750 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3751 | "%s: E1 NT (id=%d) newstate %x\n", |
| 3752 | __func__, hc->id, dch->state); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3753 | } |
| 3754 | switch (dch->state) { |
| 3755 | case (1): |
| 3756 | if (hc->e1_state != 1) { |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 3757 | for (i = 1; i <= 31; i++) { |
| 3758 | /* reset fifos on e1 activation */ |
| 3759 | HFC_outb_nodebug(hc, R_FIFO, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3760 | (i << 1) | 1); |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 3761 | HFC_wait_nodebug(hc); |
| 3762 | HFC_outb_nodebug(hc, R_INC_RES_FIFO, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3763 | V_RES_F); |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 3764 | HFC_wait_nodebug(hc); |
| 3765 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3766 | } |
| 3767 | test_and_set_bit(FLG_ACTIVE, &dch->Flags); |
| 3768 | _queue_data(&dch->dev.D, PH_ACTIVATE_IND, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3769 | MISDN_ID_ANY, 0, NULL, GFP_ATOMIC); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3770 | break; |
| 3771 | |
| 3772 | default: |
| 3773 | if (hc->e1_state != 1) |
| 3774 | return; |
| 3775 | test_and_clear_bit(FLG_ACTIVE, &dch->Flags); |
| 3776 | _queue_data(&dch->dev.D, PH_DEACTIVATE_IND, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3777 | MISDN_ID_ANY, 0, NULL, GFP_ATOMIC); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3778 | } |
| 3779 | hc->e1_state = dch->state; |
| 3780 | } else { |
| 3781 | if (dch->dev.D.protocol == ISDN_P_TE_S0) { |
| 3782 | if (debug & DEBUG_HFCMULTI_STATE) |
| 3783 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3784 | "%s: S/T TE newstate %x\n", |
| 3785 | __func__, dch->state); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3786 | switch (dch->state) { |
| 3787 | case (0): |
| 3788 | l1_event(dch->l1, HW_RESET_IND); |
| 3789 | break; |
| 3790 | case (3): |
| 3791 | l1_event(dch->l1, HW_DEACT_IND); |
| 3792 | break; |
| 3793 | case (5): |
| 3794 | case (8): |
| 3795 | l1_event(dch->l1, ANYSIGNAL); |
| 3796 | break; |
| 3797 | case (6): |
| 3798 | l1_event(dch->l1, INFO2); |
| 3799 | break; |
| 3800 | case (7): |
| 3801 | l1_event(dch->l1, INFO4_P8); |
| 3802 | break; |
| 3803 | } |
| 3804 | } else { |
| 3805 | if (debug & DEBUG_HFCMULTI_STATE) |
| 3806 | printk(KERN_DEBUG "%s: S/T NT newstate %x\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3807 | __func__, dch->state); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3808 | switch (dch->state) { |
| 3809 | case (2): |
| 3810 | if (hc->chan[ch].nt_timer == 0) { |
| 3811 | hc->chan[ch].nt_timer = -1; |
| 3812 | HFC_outb(hc, R_ST_SEL, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3813 | hc->chan[ch].port); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3814 | /* undocumented: delay after R_ST_SEL */ |
| 3815 | udelay(1); |
| 3816 | HFC_outb(hc, A_ST_WR_STATE, 4 | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3817 | V_ST_LD_STA); /* G4 */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3818 | udelay(6); /* wait at least 5,21us */ |
| 3819 | HFC_outb(hc, A_ST_WR_STATE, 4); |
| 3820 | dch->state = 4; |
| 3821 | } else { |
| 3822 | /* one extra count for the next event */ |
| 3823 | hc->chan[ch].nt_timer = |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3824 | nt_t1_count[poll_timer] + 1; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3825 | HFC_outb(hc, R_ST_SEL, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3826 | hc->chan[ch].port); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3827 | /* undocumented: delay after R_ST_SEL */ |
| 3828 | udelay(1); |
| 3829 | /* allow G2 -> G3 transition */ |
| 3830 | HFC_outb(hc, A_ST_WR_STATE, 2 | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3831 | V_SET_G2_G3); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3832 | } |
| 3833 | break; |
| 3834 | case (1): |
| 3835 | hc->chan[ch].nt_timer = -1; |
| 3836 | test_and_clear_bit(FLG_ACTIVE, &dch->Flags); |
| 3837 | _queue_data(&dch->dev.D, PH_DEACTIVATE_IND, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3838 | MISDN_ID_ANY, 0, NULL, GFP_ATOMIC); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3839 | break; |
| 3840 | case (4): |
| 3841 | hc->chan[ch].nt_timer = -1; |
| 3842 | break; |
| 3843 | case (3): |
| 3844 | hc->chan[ch].nt_timer = -1; |
| 3845 | test_and_set_bit(FLG_ACTIVE, &dch->Flags); |
| 3846 | _queue_data(&dch->dev.D, PH_ACTIVATE_IND, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3847 | MISDN_ID_ANY, 0, NULL, GFP_ATOMIC); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3848 | break; |
| 3849 | } |
| 3850 | } |
| 3851 | } |
| 3852 | } |
| 3853 | |
| 3854 | /* |
| 3855 | * called for card mode init message |
| 3856 | */ |
| 3857 | |
| 3858 | static void |
| 3859 | hfcmulti_initmode(struct dchannel *dch) |
| 3860 | { |
| 3861 | struct hfc_multi *hc = dch->hw; |
| 3862 | u_char a_st_wr_state, r_e1_wr_sta; |
| 3863 | int i, pt; |
| 3864 | |
| 3865 | if (debug & DEBUG_HFCMULTI_INIT) |
| 3866 | printk(KERN_DEBUG "%s: entered\n", __func__); |
| 3867 | |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 3868 | i = dch->slot; |
| 3869 | pt = hc->chan[i].port; |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 3870 | if (hc->ctype == HFC_TYPE_E1) { |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 3871 | /* E1 */ |
| 3872 | hc->chan[hc->dnum[pt]].slot_tx = -1; |
| 3873 | hc->chan[hc->dnum[pt]].slot_rx = -1; |
| 3874 | hc->chan[hc->dnum[pt]].conf = -1; |
| 3875 | if (hc->dnum[pt]) { |
| 3876 | mode_hfcmulti(hc, dch->slot, dch->dev.D.protocol, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3877 | -1, 0, -1, 0); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3878 | dch->timer.function = (void *) hfcmulti_dbusy_timer; |
| 3879 | dch->timer.data = (long) dch; |
| 3880 | init_timer(&dch->timer); |
| 3881 | } |
| 3882 | for (i = 1; i <= 31; i++) { |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 3883 | if (!((1 << i) & hc->bmask[pt])) /* skip unused chan */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3884 | continue; |
| 3885 | hc->chan[i].slot_tx = -1; |
| 3886 | hc->chan[i].slot_rx = -1; |
| 3887 | hc->chan[i].conf = -1; |
| 3888 | mode_hfcmulti(hc, i, ISDN_P_NONE, -1, 0, -1, 0); |
| 3889 | } |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 3890 | } |
| 3891 | if (hc->ctype == HFC_TYPE_E1 && pt == 0) { |
| 3892 | /* E1, port 0 */ |
| 3893 | dch = hc->chan[hc->dnum[0]].dch; |
| 3894 | if (test_bit(HFC_CFG_REPORT_LOS, &hc->chan[hc->dnum[0]].cfg)) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3895 | HFC_outb(hc, R_LOS0, 255); /* 2 ms */ |
| 3896 | HFC_outb(hc, R_LOS1, 255); /* 512 ms */ |
| 3897 | } |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 3898 | if (test_bit(HFC_CFG_OPTICAL, &hc->chan[hc->dnum[0]].cfg)) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3899 | HFC_outb(hc, R_RX0, 0); |
| 3900 | hc->hw.r_tx0 = 0 | V_OUT_EN; |
| 3901 | } else { |
| 3902 | HFC_outb(hc, R_RX0, 1); |
| 3903 | hc->hw.r_tx0 = 1 | V_OUT_EN; |
| 3904 | } |
| 3905 | hc->hw.r_tx1 = V_ATX | V_NTRI; |
| 3906 | HFC_outb(hc, R_TX0, hc->hw.r_tx0); |
| 3907 | HFC_outb(hc, R_TX1, hc->hw.r_tx1); |
| 3908 | HFC_outb(hc, R_TX_FR0, 0x00); |
| 3909 | HFC_outb(hc, R_TX_FR1, 0xf8); |
| 3910 | |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 3911 | if (test_bit(HFC_CFG_CRC4, &hc->chan[hc->dnum[0]].cfg)) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3912 | HFC_outb(hc, R_TX_FR2, V_TX_MF | V_TX_E | V_NEG_E); |
| 3913 | |
| 3914 | HFC_outb(hc, R_RX_FR0, V_AUTO_RESYNC | V_AUTO_RECO | 0); |
| 3915 | |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 3916 | if (test_bit(HFC_CFG_CRC4, &hc->chan[hc->dnum[0]].cfg)) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3917 | HFC_outb(hc, R_RX_FR1, V_RX_MF | V_RX_MF_SYNC); |
| 3918 | |
| 3919 | if (dch->dev.D.protocol == ISDN_P_NT_E1) { |
| 3920 | if (debug & DEBUG_HFCMULTI_INIT) |
| 3921 | printk(KERN_DEBUG "%s: E1 port is NT-mode\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3922 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3923 | r_e1_wr_sta = 0; /* G0 */ |
| 3924 | hc->e1_getclock = 0; |
| 3925 | } else { |
| 3926 | if (debug & DEBUG_HFCMULTI_INIT) |
| 3927 | printk(KERN_DEBUG "%s: E1 port is TE-mode\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3928 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3929 | r_e1_wr_sta = 0; /* F0 */ |
| 3930 | hc->e1_getclock = 1; |
| 3931 | } |
| 3932 | if (test_bit(HFC_CHIP_RX_SYNC, &hc->chip)) |
| 3933 | HFC_outb(hc, R_SYNC_OUT, V_SYNC_E1_RX); |
| 3934 | else |
| 3935 | HFC_outb(hc, R_SYNC_OUT, 0); |
| 3936 | if (test_bit(HFC_CHIP_E1CLOCK_GET, &hc->chip)) |
| 3937 | hc->e1_getclock = 1; |
| 3938 | if (test_bit(HFC_CHIP_E1CLOCK_PUT, &hc->chip)) |
| 3939 | hc->e1_getclock = 0; |
| 3940 | if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { |
| 3941 | /* SLAVE (clock master) */ |
| 3942 | if (debug & DEBUG_HFCMULTI_INIT) |
| 3943 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3944 | "%s: E1 port is clock master " |
| 3945 | "(clock from PCM)\n", __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3946 | HFC_outb(hc, R_SYNC_CTRL, V_EXT_CLK_SYNC | V_PCM_SYNC); |
| 3947 | } else { |
| 3948 | if (hc->e1_getclock) { |
| 3949 | /* MASTER (clock slave) */ |
| 3950 | if (debug & DEBUG_HFCMULTI_INIT) |
| 3951 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3952 | "%s: E1 port is clock slave " |
| 3953 | "(clock to PCM)\n", __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3954 | HFC_outb(hc, R_SYNC_CTRL, V_SYNC_OFFS); |
| 3955 | } else { |
| 3956 | /* MASTER (clock master) */ |
| 3957 | if (debug & DEBUG_HFCMULTI_INIT) |
| 3958 | printk(KERN_DEBUG "%s: E1 port is " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3959 | "clock master " |
| 3960 | "(clock from QUARTZ)\n", |
| 3961 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3962 | HFC_outb(hc, R_SYNC_CTRL, V_EXT_CLK_SYNC | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 3963 | V_PCM_SYNC | V_JATT_OFF); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3964 | HFC_outb(hc, R_SYNC_OUT, 0); |
| 3965 | } |
| 3966 | } |
| 3967 | HFC_outb(hc, R_JATT_ATT, 0x9c); /* undoc register */ |
| 3968 | HFC_outb(hc, R_PWM_MD, V_PWM0_MD); |
| 3969 | HFC_outb(hc, R_PWM0, 0x50); |
| 3970 | HFC_outb(hc, R_PWM1, 0xff); |
| 3971 | /* state machine setup */ |
| 3972 | HFC_outb(hc, R_E1_WR_STA, r_e1_wr_sta | V_E1_LD_STA); |
| 3973 | udelay(6); /* wait at least 5,21us */ |
| 3974 | HFC_outb(hc, R_E1_WR_STA, r_e1_wr_sta); |
| 3975 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip)) { |
| 3976 | hc->syncronized = 0; |
| 3977 | plxsd_checksync(hc, 0); |
| 3978 | } |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 3979 | } |
| 3980 | if (hc->ctype != HFC_TYPE_E1) { |
| 3981 | /* ST */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3982 | hc->chan[i].slot_tx = -1; |
| 3983 | hc->chan[i].slot_rx = -1; |
| 3984 | hc->chan[i].conf = -1; |
| 3985 | mode_hfcmulti(hc, i, dch->dev.D.protocol, -1, 0, -1, 0); |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 3986 | dch->timer.function = (void *) hfcmulti_dbusy_timer; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3987 | dch->timer.data = (long) dch; |
| 3988 | init_timer(&dch->timer); |
| 3989 | hc->chan[i - 2].slot_tx = -1; |
| 3990 | hc->chan[i - 2].slot_rx = -1; |
| 3991 | hc->chan[i - 2].conf = -1; |
| 3992 | mode_hfcmulti(hc, i - 2, ISDN_P_NONE, -1, 0, -1, 0); |
| 3993 | hc->chan[i - 1].slot_tx = -1; |
| 3994 | hc->chan[i - 1].slot_rx = -1; |
| 3995 | hc->chan[i - 1].conf = -1; |
| 3996 | mode_hfcmulti(hc, i - 1, ISDN_P_NONE, -1, 0, -1, 0); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 3997 | /* select interface */ |
| 3998 | HFC_outb(hc, R_ST_SEL, pt); |
| 3999 | /* undocumented: delay after R_ST_SEL */ |
| 4000 | udelay(1); |
| 4001 | if (dch->dev.D.protocol == ISDN_P_NT_S0) { |
| 4002 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4003 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4004 | "%s: ST port %d is NT-mode\n", |
| 4005 | __func__, pt); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4006 | /* clock delay */ |
| 4007 | HFC_outb(hc, A_ST_CLK_DLY, clockdelay_nt); |
| 4008 | a_st_wr_state = 1; /* G1 */ |
| 4009 | hc->hw.a_st_ctrl0[pt] = V_ST_MD; |
| 4010 | } else { |
| 4011 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4012 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4013 | "%s: ST port %d is TE-mode\n", |
| 4014 | __func__, pt); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4015 | /* clock delay */ |
| 4016 | HFC_outb(hc, A_ST_CLK_DLY, clockdelay_te); |
| 4017 | a_st_wr_state = 2; /* F2 */ |
| 4018 | hc->hw.a_st_ctrl0[pt] = 0; |
| 4019 | } |
| 4020 | if (!test_bit(HFC_CFG_NONCAP_TX, &hc->chan[i].cfg)) |
| 4021 | hc->hw.a_st_ctrl0[pt] |= V_TX_LI; |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 4022 | if (hc->ctype == HFC_TYPE_XHFC) { |
| 4023 | hc->hw.a_st_ctrl0[pt] |= 0x40 /* V_ST_PU_CTRL */; |
| 4024 | HFC_outb(hc, 0x35 /* A_ST_CTRL3 */, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4025 | 0x7c << 1 /* V_ST_PULSE */); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 4026 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4027 | /* line setup */ |
| 4028 | HFC_outb(hc, A_ST_CTRL0, hc->hw.a_st_ctrl0[pt]); |
| 4029 | /* disable E-channel */ |
| 4030 | if ((dch->dev.D.protocol == ISDN_P_NT_S0) || |
| 4031 | test_bit(HFC_CFG_DIS_ECHANNEL, &hc->chan[i].cfg)) |
| 4032 | HFC_outb(hc, A_ST_CTRL1, V_E_IGNO); |
| 4033 | else |
| 4034 | HFC_outb(hc, A_ST_CTRL1, 0); |
| 4035 | /* enable B-channel receive */ |
| 4036 | HFC_outb(hc, A_ST_CTRL2, V_B1_RX_EN | V_B2_RX_EN); |
| 4037 | /* state machine setup */ |
| 4038 | HFC_outb(hc, A_ST_WR_STATE, a_st_wr_state | V_ST_LD_STA); |
| 4039 | udelay(6); /* wait at least 5,21us */ |
| 4040 | HFC_outb(hc, A_ST_WR_STATE, a_st_wr_state); |
| 4041 | hc->hw.r_sci_msk |= 1 << pt; |
| 4042 | /* state machine interrupts */ |
| 4043 | HFC_outb(hc, R_SCI_MSK, hc->hw.r_sci_msk); |
| 4044 | /* unset sync on port */ |
| 4045 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip)) { |
| 4046 | hc->syncronized &= |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4047 | ~(1 << hc->chan[dch->slot].port); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4048 | plxsd_checksync(hc, 0); |
| 4049 | } |
| 4050 | } |
| 4051 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4052 | printk("%s: done\n", __func__); |
| 4053 | } |
| 4054 | |
| 4055 | |
| 4056 | static int |
| 4057 | open_dchannel(struct hfc_multi *hc, struct dchannel *dch, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4058 | struct channel_req *rq) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4059 | { |
| 4060 | int err = 0; |
| 4061 | u_long flags; |
| 4062 | |
| 4063 | if (debug & DEBUG_HW_OPEN) |
| 4064 | printk(KERN_DEBUG "%s: dev(%d) open from %p\n", __func__, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4065 | dch->dev.id, __builtin_return_address(0)); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4066 | if (rq->protocol == ISDN_P_NONE) |
| 4067 | return -EINVAL; |
| 4068 | if ((dch->dev.D.protocol != ISDN_P_NONE) && |
| 4069 | (dch->dev.D.protocol != rq->protocol)) { |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 4070 | if (debug & DEBUG_HFCMULTI_MODE) |
| 4071 | printk(KERN_DEBUG "%s: change protocol %x to %x\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4072 | __func__, dch->dev.D.protocol, rq->protocol); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4073 | } |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 4074 | if ((dch->dev.D.protocol == ISDN_P_TE_S0) && |
| 4075 | (rq->protocol != ISDN_P_TE_S0)) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4076 | l1_event(dch->l1, CLOSE_CHANNEL); |
| 4077 | if (dch->dev.D.protocol != rq->protocol) { |
| 4078 | if (rq->protocol == ISDN_P_TE_S0) { |
| 4079 | err = create_l1(dch, hfcm_l1callback); |
| 4080 | if (err) |
| 4081 | return err; |
| 4082 | } |
| 4083 | dch->dev.D.protocol = rq->protocol; |
| 4084 | spin_lock_irqsave(&hc->lock, flags); |
| 4085 | hfcmulti_initmode(dch); |
| 4086 | spin_unlock_irqrestore(&hc->lock, flags); |
| 4087 | } |
Andreas Eversberg | d2fb549 | 2012-04-24 20:52:12 +0000 | [diff] [blame] | 4088 | if (test_bit(FLG_ACTIVE, &dch->Flags)) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4089 | _queue_data(&dch->dev.D, PH_ACTIVATE_IND, MISDN_ID_ANY, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4090 | 0, NULL, GFP_KERNEL); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4091 | rq->ch = &dch->dev.D; |
| 4092 | if (!try_module_get(THIS_MODULE)) |
| 4093 | printk(KERN_WARNING "%s:cannot get module\n", __func__); |
| 4094 | return 0; |
| 4095 | } |
| 4096 | |
| 4097 | static int |
| 4098 | open_bchannel(struct hfc_multi *hc, struct dchannel *dch, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4099 | struct channel_req *rq) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4100 | { |
| 4101 | struct bchannel *bch; |
| 4102 | int ch; |
| 4103 | |
Karsten Keil | ff4cc1d | 2008-07-30 18:26:58 +0200 | [diff] [blame] | 4104 | if (!test_channelmap(rq->adr.channel, dch->dev.channelmap)) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4105 | return -EINVAL; |
| 4106 | if (rq->protocol == ISDN_P_NONE) |
| 4107 | return -EINVAL; |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 4108 | if (hc->ctype == HFC_TYPE_E1) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4109 | ch = rq->adr.channel; |
| 4110 | else |
| 4111 | ch = (rq->adr.channel - 1) + (dch->slot - 2); |
| 4112 | bch = hc->chan[ch].bch; |
| 4113 | if (!bch) { |
| 4114 | printk(KERN_ERR "%s:internal error ch %d has no bch\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4115 | __func__, ch); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4116 | return -EINVAL; |
| 4117 | } |
| 4118 | if (test_and_set_bit(FLG_OPEN, &bch->Flags)) |
| 4119 | return -EBUSY; /* b-channel can be only open once */ |
| 4120 | bch->ch.protocol = rq->protocol; |
| 4121 | hc->chan[ch].rx_off = 0; |
| 4122 | rq->ch = &bch->ch; |
| 4123 | if (!try_module_get(THIS_MODULE)) |
| 4124 | printk(KERN_WARNING "%s:cannot get module\n", __func__); |
| 4125 | return 0; |
| 4126 | } |
| 4127 | |
| 4128 | /* |
| 4129 | * device control function |
| 4130 | */ |
| 4131 | static int |
| 4132 | channel_dctrl(struct dchannel *dch, struct mISDN_ctrl_req *cq) |
| 4133 | { |
Andreas Eversberg | 7df3bb8 | 2009-05-22 11:04:44 +0000 | [diff] [blame] | 4134 | struct hfc_multi *hc = dch->hw; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4135 | int ret = 0; |
Andreas Eversberg | 7df3bb8 | 2009-05-22 11:04:44 +0000 | [diff] [blame] | 4136 | int wd_mode, wd_cnt; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4137 | |
| 4138 | switch (cq->op) { |
| 4139 | case MISDN_CTRL_GETOP: |
Karsten Keil | c626c12 | 2012-05-04 04:15:33 +0000 | [diff] [blame] | 4140 | cq->op = MISDN_CTRL_HFC_OP | MISDN_CTRL_L1_TIMER3; |
Andreas Eversberg | 7df3bb8 | 2009-05-22 11:04:44 +0000 | [diff] [blame] | 4141 | break; |
| 4142 | case MISDN_CTRL_HFC_WD_INIT: /* init the watchdog */ |
| 4143 | wd_cnt = cq->p1 & 0xf; |
| 4144 | wd_mode = !!(cq->p1 >> 4); |
| 4145 | if (debug & DEBUG_HFCMULTI_MSG) |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 4146 | printk(KERN_DEBUG "%s: MISDN_CTRL_HFC_WD_INIT mode %s" |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4147 | ", counter 0x%x\n", __func__, |
| 4148 | wd_mode ? "AUTO" : "MANUAL", wd_cnt); |
Andreas Eversberg | 7df3bb8 | 2009-05-22 11:04:44 +0000 | [diff] [blame] | 4149 | /* set the watchdog timer */ |
| 4150 | HFC_outb(hc, R_TI_WD, poll_timer | (wd_cnt << 4)); |
| 4151 | hc->hw.r_bert_wd_md = (wd_mode ? V_AUTO_WD_RES : 0); |
| 4152 | if (hc->ctype == HFC_TYPE_XHFC) |
| 4153 | hc->hw.r_bert_wd_md |= 0x40 /* V_WD_EN */; |
| 4154 | /* init the watchdog register and reset the counter */ |
| 4155 | HFC_outb(hc, R_BERT_WD_MD, hc->hw.r_bert_wd_md | V_WD_RES); |
| 4156 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip)) { |
| 4157 | /* enable the watchdog output for Speech-Design */ |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 4158 | HFC_outb(hc, R_GPIO_SEL, V_GPIO_SEL7); |
| 4159 | HFC_outb(hc, R_GPIO_EN1, V_GPIO_EN15); |
Andreas Eversberg | 7df3bb8 | 2009-05-22 11:04:44 +0000 | [diff] [blame] | 4160 | HFC_outb(hc, R_GPIO_OUT1, 0); |
| 4161 | HFC_outb(hc, R_GPIO_OUT1, V_GPIO_OUT15); |
| 4162 | } |
| 4163 | break; |
| 4164 | case MISDN_CTRL_HFC_WD_RESET: /* reset the watchdog counter */ |
| 4165 | if (debug & DEBUG_HFCMULTI_MSG) |
| 4166 | printk(KERN_DEBUG "%s: MISDN_CTRL_HFC_WD_RESET\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4167 | __func__); |
Andreas Eversberg | 7df3bb8 | 2009-05-22 11:04:44 +0000 | [diff] [blame] | 4168 | HFC_outb(hc, R_BERT_WD_MD, hc->hw.r_bert_wd_md | V_WD_RES); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4169 | break; |
Karsten Keil | c626c12 | 2012-05-04 04:15:33 +0000 | [diff] [blame] | 4170 | case MISDN_CTRL_L1_TIMER3: |
| 4171 | ret = l1_event(dch->l1, HW_TIMER3_VALUE | (cq->p1 & 0xff)); |
| 4172 | break; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4173 | default: |
| 4174 | printk(KERN_WARNING "%s: unknown Op %x\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4175 | __func__, cq->op); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4176 | ret = -EINVAL; |
| 4177 | break; |
| 4178 | } |
| 4179 | return ret; |
| 4180 | } |
| 4181 | |
| 4182 | static int |
| 4183 | hfcm_dctrl(struct mISDNchannel *ch, u_int cmd, void *arg) |
| 4184 | { |
| 4185 | struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); |
| 4186 | struct dchannel *dch = container_of(dev, struct dchannel, dev); |
| 4187 | struct hfc_multi *hc = dch->hw; |
| 4188 | struct channel_req *rq; |
| 4189 | int err = 0; |
| 4190 | u_long flags; |
| 4191 | |
| 4192 | if (dch->debug & DEBUG_HW) |
| 4193 | printk(KERN_DEBUG "%s: cmd:%x %p\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4194 | __func__, cmd, arg); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4195 | switch (cmd) { |
| 4196 | case OPEN_CHANNEL: |
| 4197 | rq = arg; |
| 4198 | switch (rq->protocol) { |
| 4199 | case ISDN_P_TE_S0: |
| 4200 | case ISDN_P_NT_S0: |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 4201 | if (hc->ctype == HFC_TYPE_E1) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4202 | err = -EINVAL; |
| 4203 | break; |
| 4204 | } |
| 4205 | err = open_dchannel(hc, dch, rq); /* locked there */ |
| 4206 | break; |
| 4207 | case ISDN_P_TE_E1: |
| 4208 | case ISDN_P_NT_E1: |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 4209 | if (hc->ctype != HFC_TYPE_E1) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4210 | err = -EINVAL; |
| 4211 | break; |
| 4212 | } |
| 4213 | err = open_dchannel(hc, dch, rq); /* locked there */ |
| 4214 | break; |
| 4215 | default: |
| 4216 | spin_lock_irqsave(&hc->lock, flags); |
| 4217 | err = open_bchannel(hc, dch, rq); |
| 4218 | spin_unlock_irqrestore(&hc->lock, flags); |
| 4219 | } |
| 4220 | break; |
| 4221 | case CLOSE_CHANNEL: |
| 4222 | if (debug & DEBUG_HW_OPEN) |
| 4223 | printk(KERN_DEBUG "%s: dev(%d) close from %p\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4224 | __func__, dch->dev.id, |
| 4225 | __builtin_return_address(0)); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4226 | module_put(THIS_MODULE); |
| 4227 | break; |
| 4228 | case CONTROL_CHANNEL: |
| 4229 | spin_lock_irqsave(&hc->lock, flags); |
| 4230 | err = channel_dctrl(dch, arg); |
| 4231 | spin_unlock_irqrestore(&hc->lock, flags); |
| 4232 | break; |
| 4233 | default: |
| 4234 | if (dch->debug & DEBUG_HW) |
| 4235 | printk(KERN_DEBUG "%s: unknown command %x\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4236 | __func__, cmd); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4237 | err = -EINVAL; |
| 4238 | } |
| 4239 | return err; |
| 4240 | } |
| 4241 | |
Andreas Eversberg | 3bd69ad | 2008-09-06 09:03:46 +0200 | [diff] [blame] | 4242 | static int |
| 4243 | clockctl(void *priv, int enable) |
| 4244 | { |
| 4245 | struct hfc_multi *hc = priv; |
| 4246 | |
| 4247 | hc->iclock_on = enable; |
| 4248 | return 0; |
| 4249 | } |
| 4250 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4251 | /* |
| 4252 | * initialize the card |
| 4253 | */ |
| 4254 | |
| 4255 | /* |
| 4256 | * start timer irq, wait some time and check if we have interrupts. |
| 4257 | * if not, reset chip and try again. |
| 4258 | */ |
| 4259 | static int |
| 4260 | init_card(struct hfc_multi *hc) |
| 4261 | { |
| 4262 | int err = -EIO; |
| 4263 | u_long flags; |
Hannes Eder | c31655f | 2008-12-12 21:20:03 -0800 | [diff] [blame] | 4264 | void __iomem *plx_acc; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4265 | u_long plx_flags; |
| 4266 | |
| 4267 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4268 | printk(KERN_DEBUG "%s: entered\n", __func__); |
| 4269 | |
| 4270 | spin_lock_irqsave(&hc->lock, flags); |
| 4271 | /* set interrupts but leave global interrupt disabled */ |
| 4272 | hc->hw.r_irq_ctrl = V_FIFO_IRQ; |
| 4273 | disable_hwirq(hc); |
| 4274 | spin_unlock_irqrestore(&hc->lock, flags); |
| 4275 | |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 4276 | if (request_irq(hc->irq, hfcmulti_interrupt, IRQF_SHARED, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4277 | "HFC-multi", hc)) { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4278 | printk(KERN_WARNING "mISDN: Could not get interrupt %d.\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4279 | hc->irq); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 4280 | hc->irq = 0; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4281 | return -EIO; |
| 4282 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4283 | |
| 4284 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip)) { |
| 4285 | spin_lock_irqsave(&plx_lock, plx_flags); |
Hannes Eder | c31655f | 2008-12-12 21:20:03 -0800 | [diff] [blame] | 4286 | plx_acc = hc->plx_membase + PLX_INTCSR; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4287 | writew((PLX_INTCSR_PCIINT_ENABLE | PLX_INTCSR_LINTI1_ENABLE), |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4288 | plx_acc); /* enable PCI & LINT1 irq */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4289 | spin_unlock_irqrestore(&plx_lock, plx_flags); |
| 4290 | } |
| 4291 | |
| 4292 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4293 | printk(KERN_DEBUG "%s: IRQ %d count %d\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4294 | __func__, hc->irq, hc->irqcnt); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4295 | err = init_chip(hc); |
| 4296 | if (err) |
| 4297 | goto error; |
| 4298 | /* |
| 4299 | * Finally enable IRQ output |
Uwe Kleine-König | 698f931 | 2010-07-02 20:41:51 +0200 | [diff] [blame] | 4300 | * this is only allowed, if an IRQ routine is already |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4301 | * established for this HFC, so don't do that earlier |
| 4302 | */ |
| 4303 | spin_lock_irqsave(&hc->lock, flags); |
| 4304 | enable_hwirq(hc); |
| 4305 | spin_unlock_irqrestore(&hc->lock, flags); |
| 4306 | /* printk(KERN_DEBUG "no master irq set!!!\n"); */ |
| 4307 | set_current_state(TASK_UNINTERRUPTIBLE); |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4308 | schedule_timeout((100 * HZ) / 1000); /* Timeout 100ms */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4309 | /* turn IRQ off until chip is completely initialized */ |
| 4310 | spin_lock_irqsave(&hc->lock, flags); |
| 4311 | disable_hwirq(hc); |
| 4312 | spin_unlock_irqrestore(&hc->lock, flags); |
| 4313 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4314 | printk(KERN_DEBUG "%s: IRQ %d count %d\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4315 | __func__, hc->irq, hc->irqcnt); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4316 | if (hc->irqcnt) { |
| 4317 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4318 | printk(KERN_DEBUG "%s: done\n", __func__); |
| 4319 | |
| 4320 | return 0; |
| 4321 | } |
| 4322 | if (test_bit(HFC_CHIP_PCM_SLAVE, &hc->chip)) { |
| 4323 | printk(KERN_INFO "ignoring missing interrupts\n"); |
| 4324 | return 0; |
| 4325 | } |
| 4326 | |
| 4327 | printk(KERN_ERR "HFC PCI: IRQ(%d) getting no interrupts during init.\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4328 | hc->irq); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4329 | |
| 4330 | err = -EIO; |
| 4331 | |
| 4332 | error: |
| 4333 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip)) { |
| 4334 | spin_lock_irqsave(&plx_lock, plx_flags); |
Hannes Eder | c31655f | 2008-12-12 21:20:03 -0800 | [diff] [blame] | 4335 | plx_acc = hc->plx_membase + PLX_INTCSR; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4336 | writew(0x00, plx_acc); /*disable IRQs*/ |
| 4337 | spin_unlock_irqrestore(&plx_lock, plx_flags); |
| 4338 | } |
| 4339 | |
| 4340 | if (debug & DEBUG_HFCMULTI_INIT) |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 4341 | printk(KERN_DEBUG "%s: free irq %d\n", __func__, hc->irq); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4342 | if (hc->irq) { |
| 4343 | free_irq(hc->irq, hc); |
| 4344 | hc->irq = 0; |
| 4345 | } |
| 4346 | |
| 4347 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4348 | printk(KERN_DEBUG "%s: done (err=%d)\n", __func__, err); |
| 4349 | return err; |
| 4350 | } |
| 4351 | |
| 4352 | /* |
| 4353 | * find pci device and set it up |
| 4354 | */ |
| 4355 | |
| 4356 | static int |
| 4357 | setup_pci(struct hfc_multi *hc, struct pci_dev *pdev, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4358 | const struct pci_device_id *ent) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4359 | { |
| 4360 | struct hm_map *m = (struct hm_map *)ent->driver_data; |
| 4361 | |
| 4362 | printk(KERN_INFO |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4363 | "HFC-multi: card manufacturer: '%s' card name: '%s' clock: %s\n", |
| 4364 | m->vendor_name, m->card_name, m->clock2 ? "double" : "normal"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4365 | |
| 4366 | hc->pci_dev = pdev; |
| 4367 | if (m->clock2) |
| 4368 | test_and_set_bit(HFC_CHIP_CLOCK2, &hc->chip); |
| 4369 | |
| 4370 | if (ent->device == 0xB410) { |
| 4371 | test_and_set_bit(HFC_CHIP_B410P, &hc->chip); |
| 4372 | test_and_set_bit(HFC_CHIP_PCM_MASTER, &hc->chip); |
| 4373 | test_and_clear_bit(HFC_CHIP_PCM_SLAVE, &hc->chip); |
| 4374 | hc->slots = 32; |
| 4375 | } |
| 4376 | |
| 4377 | if (hc->pci_dev->irq <= 0) { |
| 4378 | printk(KERN_WARNING "HFC-multi: No IRQ for PCI card found.\n"); |
| 4379 | return -EIO; |
| 4380 | } |
| 4381 | if (pci_enable_device(hc->pci_dev)) { |
| 4382 | printk(KERN_WARNING "HFC-multi: Error enabling PCI card.\n"); |
| 4383 | return -EIO; |
| 4384 | } |
| 4385 | hc->leds = m->leds; |
| 4386 | hc->ledstate = 0xAFFEAFFE; |
| 4387 | hc->opticalsupport = m->opticalsupport; |
| 4388 | |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 4389 | hc->pci_iobase = 0; |
| 4390 | hc->pci_membase = NULL; |
| 4391 | hc->plx_membase = NULL; |
| 4392 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4393 | /* set memory access methods */ |
| 4394 | if (m->io_mode) /* use mode from card config */ |
| 4395 | hc->io_mode = m->io_mode; |
| 4396 | switch (hc->io_mode) { |
| 4397 | case HFC_IO_MODE_PLXSD: |
| 4398 | test_and_set_bit(HFC_CHIP_PLXSD, &hc->chip); |
| 4399 | hc->slots = 128; /* required */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4400 | hc->HFC_outb = HFC_outb_pcimem; |
| 4401 | hc->HFC_inb = HFC_inb_pcimem; |
| 4402 | hc->HFC_inw = HFC_inw_pcimem; |
| 4403 | hc->HFC_wait = HFC_wait_pcimem; |
| 4404 | hc->read_fifo = read_fifo_pcimem; |
| 4405 | hc->write_fifo = write_fifo_pcimem; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4406 | hc->plx_origmembase = hc->pci_dev->resource[0].start; |
| 4407 | /* MEMBASE 1 is PLX PCI Bridge */ |
| 4408 | |
| 4409 | if (!hc->plx_origmembase) { |
| 4410 | printk(KERN_WARNING |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4411 | "HFC-multi: No IO-Memory for PCI PLX bridge found\n"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4412 | pci_disable_device(hc->pci_dev); |
| 4413 | return -EIO; |
| 4414 | } |
| 4415 | |
| 4416 | hc->plx_membase = ioremap(hc->plx_origmembase, 0x80); |
| 4417 | if (!hc->plx_membase) { |
| 4418 | printk(KERN_WARNING |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4419 | "HFC-multi: failed to remap plx address space. " |
| 4420 | "(internal error)\n"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4421 | pci_disable_device(hc->pci_dev); |
| 4422 | return -EIO; |
| 4423 | } |
| 4424 | printk(KERN_INFO |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4425 | "HFC-multi: plx_membase:%#lx plx_origmembase:%#lx\n", |
| 4426 | (u_long)hc->plx_membase, hc->plx_origmembase); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4427 | |
| 4428 | hc->pci_origmembase = hc->pci_dev->resource[2].start; |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4429 | /* MEMBASE 1 is PLX PCI Bridge */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4430 | if (!hc->pci_origmembase) { |
| 4431 | printk(KERN_WARNING |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4432 | "HFC-multi: No IO-Memory for PCI card found\n"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4433 | pci_disable_device(hc->pci_dev); |
| 4434 | return -EIO; |
| 4435 | } |
| 4436 | |
| 4437 | hc->pci_membase = ioremap(hc->pci_origmembase, 0x400); |
| 4438 | if (!hc->pci_membase) { |
| 4439 | printk(KERN_WARNING "HFC-multi: failed to remap io " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4440 | "address space. (internal error)\n"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4441 | pci_disable_device(hc->pci_dev); |
| 4442 | return -EIO; |
| 4443 | } |
| 4444 | |
| 4445 | printk(KERN_INFO |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4446 | "card %d: defined at MEMBASE %#lx (%#lx) IRQ %d HZ %d " |
| 4447 | "leds-type %d\n", |
| 4448 | hc->id, (u_long)hc->pci_membase, hc->pci_origmembase, |
| 4449 | hc->pci_dev->irq, HZ, hc->leds); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4450 | pci_write_config_word(hc->pci_dev, PCI_COMMAND, PCI_ENA_MEMIO); |
| 4451 | break; |
| 4452 | case HFC_IO_MODE_PCIMEM: |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 4453 | hc->HFC_outb = HFC_outb_pcimem; |
| 4454 | hc->HFC_inb = HFC_inb_pcimem; |
| 4455 | hc->HFC_inw = HFC_inw_pcimem; |
| 4456 | hc->HFC_wait = HFC_wait_pcimem; |
| 4457 | hc->read_fifo = read_fifo_pcimem; |
| 4458 | hc->write_fifo = write_fifo_pcimem; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4459 | hc->pci_origmembase = hc->pci_dev->resource[1].start; |
| 4460 | if (!hc->pci_origmembase) { |
| 4461 | printk(KERN_WARNING |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4462 | "HFC-multi: No IO-Memory for PCI card found\n"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4463 | pci_disable_device(hc->pci_dev); |
| 4464 | return -EIO; |
| 4465 | } |
| 4466 | |
| 4467 | hc->pci_membase = ioremap(hc->pci_origmembase, 256); |
| 4468 | if (!hc->pci_membase) { |
| 4469 | printk(KERN_WARNING |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4470 | "HFC-multi: failed to remap io address space. " |
| 4471 | "(internal error)\n"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4472 | pci_disable_device(hc->pci_dev); |
| 4473 | return -EIO; |
| 4474 | } |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 4475 | printk(KERN_INFO "card %d: defined at MEMBASE %#lx (%#lx) IRQ " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4476 | "%d HZ %d leds-type %d\n", hc->id, (u_long)hc->pci_membase, |
| 4477 | hc->pci_origmembase, hc->pci_dev->irq, HZ, hc->leds); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4478 | pci_write_config_word(hc->pci_dev, PCI_COMMAND, PCI_ENA_MEMIO); |
| 4479 | break; |
| 4480 | case HFC_IO_MODE_REGIO: |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 4481 | hc->HFC_outb = HFC_outb_regio; |
| 4482 | hc->HFC_inb = HFC_inb_regio; |
| 4483 | hc->HFC_inw = HFC_inw_regio; |
| 4484 | hc->HFC_wait = HFC_wait_regio; |
| 4485 | hc->read_fifo = read_fifo_regio; |
| 4486 | hc->write_fifo = write_fifo_regio; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4487 | hc->pci_iobase = (u_int) hc->pci_dev->resource[0].start; |
| 4488 | if (!hc->pci_iobase) { |
| 4489 | printk(KERN_WARNING |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4490 | "HFC-multi: No IO for PCI card found\n"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4491 | pci_disable_device(hc->pci_dev); |
| 4492 | return -EIO; |
| 4493 | } |
| 4494 | |
| 4495 | if (!request_region(hc->pci_iobase, 8, "hfcmulti")) { |
| 4496 | printk(KERN_WARNING "HFC-multi: failed to request " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4497 | "address space at 0x%08lx (internal error)\n", |
| 4498 | hc->pci_iobase); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4499 | pci_disable_device(hc->pci_dev); |
| 4500 | return -EIO; |
| 4501 | } |
| 4502 | |
| 4503 | printk(KERN_INFO |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4504 | "%s %s: defined at IOBASE %#x IRQ %d HZ %d leds-type %d\n", |
| 4505 | m->vendor_name, m->card_name, (u_int) hc->pci_iobase, |
| 4506 | hc->pci_dev->irq, HZ, hc->leds); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4507 | pci_write_config_word(hc->pci_dev, PCI_COMMAND, PCI_ENA_REGIO); |
| 4508 | break; |
| 4509 | default: |
| 4510 | printk(KERN_WARNING "HFC-multi: Invalid IO mode.\n"); |
| 4511 | pci_disable_device(hc->pci_dev); |
| 4512 | return -EIO; |
| 4513 | } |
| 4514 | |
| 4515 | pci_set_drvdata(hc->pci_dev, hc); |
| 4516 | |
| 4517 | /* At this point the needed PCI config is done */ |
| 4518 | /* fifos are still not enabled */ |
| 4519 | return 0; |
| 4520 | } |
| 4521 | |
| 4522 | |
| 4523 | /* |
| 4524 | * remove port |
| 4525 | */ |
| 4526 | |
| 4527 | static void |
| 4528 | release_port(struct hfc_multi *hc, struct dchannel *dch) |
| 4529 | { |
| 4530 | int pt, ci, i = 0; |
| 4531 | u_long flags; |
| 4532 | struct bchannel *pb; |
| 4533 | |
| 4534 | ci = dch->slot; |
| 4535 | pt = hc->chan[ci].port; |
| 4536 | |
| 4537 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4538 | printk(KERN_DEBUG "%s: entered for port %d\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4539 | __func__, pt + 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4540 | |
| 4541 | if (pt >= hc->ports) { |
| 4542 | printk(KERN_WARNING "%s: ERROR port out of range (%d).\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4543 | __func__, pt + 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4544 | return; |
| 4545 | } |
| 4546 | |
| 4547 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4548 | printk(KERN_DEBUG "%s: releasing port=%d\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4549 | __func__, pt + 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4550 | |
| 4551 | if (dch->dev.D.protocol == ISDN_P_TE_S0) |
| 4552 | l1_event(dch->l1, CLOSE_CHANNEL); |
| 4553 | |
| 4554 | hc->chan[ci].dch = NULL; |
| 4555 | |
| 4556 | if (hc->created[pt]) { |
| 4557 | hc->created[pt] = 0; |
| 4558 | mISDN_unregister_device(&dch->dev); |
| 4559 | } |
| 4560 | |
| 4561 | spin_lock_irqsave(&hc->lock, flags); |
| 4562 | |
| 4563 | if (dch->timer.function) { |
| 4564 | del_timer(&dch->timer); |
| 4565 | dch->timer.function = NULL; |
| 4566 | } |
| 4567 | |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 4568 | if (hc->ctype == HFC_TYPE_E1) { /* E1 */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4569 | /* remove sync */ |
| 4570 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip)) { |
| 4571 | hc->syncronized = 0; |
| 4572 | plxsd_checksync(hc, 1); |
| 4573 | } |
| 4574 | /* free channels */ |
| 4575 | for (i = 0; i <= 31; i++) { |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 4576 | if (!((1 << i) & hc->bmask[pt])) /* skip unused chan */ |
| 4577 | continue; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4578 | if (hc->chan[i].bch) { |
| 4579 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4580 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4581 | "%s: free port %d channel %d\n", |
| 4582 | __func__, hc->chan[i].port + 1, i); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4583 | pb = hc->chan[i].bch; |
| 4584 | hc->chan[i].bch = NULL; |
| 4585 | spin_unlock_irqrestore(&hc->lock, flags); |
| 4586 | mISDN_freebchannel(pb); |
| 4587 | kfree(pb); |
| 4588 | kfree(hc->chan[i].coeff); |
| 4589 | spin_lock_irqsave(&hc->lock, flags); |
| 4590 | } |
| 4591 | } |
| 4592 | } else { |
| 4593 | /* remove sync */ |
| 4594 | if (test_bit(HFC_CHIP_PLXSD, &hc->chip)) { |
| 4595 | hc->syncronized &= |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4596 | ~(1 << hc->chan[ci].port); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4597 | plxsd_checksync(hc, 1); |
| 4598 | } |
| 4599 | /* free channels */ |
| 4600 | if (hc->chan[ci - 2].bch) { |
| 4601 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4602 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4603 | "%s: free port %d channel %d\n", |
| 4604 | __func__, hc->chan[ci - 2].port + 1, |
| 4605 | ci - 2); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4606 | pb = hc->chan[ci - 2].bch; |
| 4607 | hc->chan[ci - 2].bch = NULL; |
| 4608 | spin_unlock_irqrestore(&hc->lock, flags); |
| 4609 | mISDN_freebchannel(pb); |
| 4610 | kfree(pb); |
| 4611 | kfree(hc->chan[ci - 2].coeff); |
| 4612 | spin_lock_irqsave(&hc->lock, flags); |
| 4613 | } |
| 4614 | if (hc->chan[ci - 1].bch) { |
| 4615 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4616 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4617 | "%s: free port %d channel %d\n", |
| 4618 | __func__, hc->chan[ci - 1].port + 1, |
| 4619 | ci - 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4620 | pb = hc->chan[ci - 1].bch; |
| 4621 | hc->chan[ci - 1].bch = NULL; |
| 4622 | spin_unlock_irqrestore(&hc->lock, flags); |
| 4623 | mISDN_freebchannel(pb); |
| 4624 | kfree(pb); |
| 4625 | kfree(hc->chan[ci - 1].coeff); |
| 4626 | spin_lock_irqsave(&hc->lock, flags); |
| 4627 | } |
| 4628 | } |
| 4629 | |
| 4630 | spin_unlock_irqrestore(&hc->lock, flags); |
| 4631 | |
| 4632 | if (debug & DEBUG_HFCMULTI_INIT) |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 4633 | printk(KERN_DEBUG "%s: free port %d channel D(%d)\n", __func__, |
| 4634 | pt+1, ci); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4635 | mISDN_freedchannel(dch); |
| 4636 | kfree(dch); |
| 4637 | |
| 4638 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4639 | printk(KERN_DEBUG "%s: done!\n", __func__); |
| 4640 | } |
| 4641 | |
| 4642 | static void |
| 4643 | release_card(struct hfc_multi *hc) |
| 4644 | { |
| 4645 | u_long flags; |
| 4646 | int ch; |
| 4647 | |
| 4648 | if (debug & DEBUG_HFCMULTI_INIT) |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 4649 | printk(KERN_DEBUG "%s: release card (%d) entered\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4650 | __func__, hc->id); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4651 | |
Andreas Eversberg | 3bd69ad | 2008-09-06 09:03:46 +0200 | [diff] [blame] | 4652 | /* unregister clock source */ |
| 4653 | if (hc->iclock) |
| 4654 | mISDN_unregister_clock(hc->iclock); |
| 4655 | |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 4656 | /* disable and free irq */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4657 | spin_lock_irqsave(&hc->lock, flags); |
| 4658 | disable_hwirq(hc); |
| 4659 | spin_unlock_irqrestore(&hc->lock, flags); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4660 | udelay(1000); |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 4661 | if (hc->irq) { |
| 4662 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4663 | printk(KERN_DEBUG "%s: free irq %d (hc=%p)\n", |
| 4664 | __func__, hc->irq, hc); |
| 4665 | free_irq(hc->irq, hc); |
| 4666 | hc->irq = 0; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4667 | |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 4668 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4669 | |
| 4670 | /* disable D-channels & B-channels */ |
| 4671 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4672 | printk(KERN_DEBUG "%s: disable all channels (d and b)\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4673 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4674 | for (ch = 0; ch <= 31; ch++) { |
| 4675 | if (hc->chan[ch].dch) |
| 4676 | release_port(hc, hc->chan[ch].dch); |
| 4677 | } |
| 4678 | |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 4679 | /* dimm leds */ |
| 4680 | if (hc->leds) |
| 4681 | hfcmulti_leds(hc); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4682 | |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 4683 | /* release hardware */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4684 | release_io_hfcmulti(hc); |
| 4685 | |
| 4686 | if (debug & DEBUG_HFCMULTI_INIT) |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 4687 | printk(KERN_DEBUG "%s: remove instance from list\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4688 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4689 | list_del(&hc->list); |
| 4690 | |
| 4691 | if (debug & DEBUG_HFCMULTI_INIT) |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 4692 | printk(KERN_DEBUG "%s: delete instance\n", __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4693 | if (hc == syncmaster) |
| 4694 | syncmaster = NULL; |
| 4695 | kfree(hc); |
| 4696 | if (debug & DEBUG_HFCMULTI_INIT) |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 4697 | printk(KERN_DEBUG "%s: card successfully removed\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4698 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4699 | } |
| 4700 | |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 4701 | static void |
| 4702 | init_e1_port_hw(struct hfc_multi *hc, struct hm_map *m) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4703 | { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4704 | /* set optical line type */ |
| 4705 | if (port[Port_cnt] & 0x001) { |
| 4706 | if (!m->opticalsupport) { |
| 4707 | printk(KERN_INFO |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4708 | "This board has no optical " |
| 4709 | "support\n"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4710 | } else { |
| 4711 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4712 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4713 | "%s: PORT set optical " |
| 4714 | "interfacs: card(%d) " |
| 4715 | "port(%d)\n", |
| 4716 | __func__, |
| 4717 | HFC_cnt + 1, 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4718 | test_and_set_bit(HFC_CFG_OPTICAL, |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 4719 | &hc->chan[hc->dnum[0]].cfg); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4720 | } |
| 4721 | } |
| 4722 | /* set LOS report */ |
| 4723 | if (port[Port_cnt] & 0x004) { |
| 4724 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4725 | printk(KERN_DEBUG "%s: PORT set " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4726 | "LOS report: card(%d) port(%d)\n", |
| 4727 | __func__, HFC_cnt + 1, 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4728 | test_and_set_bit(HFC_CFG_REPORT_LOS, |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 4729 | &hc->chan[hc->dnum[0]].cfg); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4730 | } |
| 4731 | /* set AIS report */ |
| 4732 | if (port[Port_cnt] & 0x008) { |
| 4733 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4734 | printk(KERN_DEBUG "%s: PORT set " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4735 | "AIS report: card(%d) port(%d)\n", |
| 4736 | __func__, HFC_cnt + 1, 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4737 | test_and_set_bit(HFC_CFG_REPORT_AIS, |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 4738 | &hc->chan[hc->dnum[0]].cfg); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4739 | } |
| 4740 | /* set SLIP report */ |
| 4741 | if (port[Port_cnt] & 0x010) { |
| 4742 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4743 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4744 | "%s: PORT set SLIP report: " |
| 4745 | "card(%d) port(%d)\n", |
| 4746 | __func__, HFC_cnt + 1, 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4747 | test_and_set_bit(HFC_CFG_REPORT_SLIP, |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 4748 | &hc->chan[hc->dnum[0]].cfg); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4749 | } |
| 4750 | /* set RDI report */ |
| 4751 | if (port[Port_cnt] & 0x020) { |
| 4752 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4753 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4754 | "%s: PORT set RDI report: " |
| 4755 | "card(%d) port(%d)\n", |
| 4756 | __func__, HFC_cnt + 1, 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4757 | test_and_set_bit(HFC_CFG_REPORT_RDI, |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 4758 | &hc->chan[hc->dnum[0]].cfg); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4759 | } |
| 4760 | /* set CRC-4 Mode */ |
| 4761 | if (!(port[Port_cnt] & 0x100)) { |
| 4762 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4763 | printk(KERN_DEBUG "%s: PORT turn on CRC4 report:" |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4764 | " card(%d) port(%d)\n", |
| 4765 | __func__, HFC_cnt + 1, 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4766 | test_and_set_bit(HFC_CFG_CRC4, |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 4767 | &hc->chan[hc->dnum[0]].cfg); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4768 | } else { |
| 4769 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4770 | printk(KERN_DEBUG "%s: PORT turn off CRC4" |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4771 | " report: card(%d) port(%d)\n", |
| 4772 | __func__, HFC_cnt + 1, 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4773 | } |
| 4774 | /* set forced clock */ |
| 4775 | if (port[Port_cnt] & 0x0200) { |
| 4776 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4777 | printk(KERN_DEBUG "%s: PORT force getting clock from " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4778 | "E1: card(%d) port(%d)\n", |
| 4779 | __func__, HFC_cnt + 1, 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4780 | test_and_set_bit(HFC_CHIP_E1CLOCK_GET, &hc->chip); |
| 4781 | } else |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4782 | if (port[Port_cnt] & 0x0400) { |
| 4783 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4784 | printk(KERN_DEBUG "%s: PORT force putting clock to " |
| 4785 | "E1: card(%d) port(%d)\n", |
| 4786 | __func__, HFC_cnt + 1, 1); |
| 4787 | test_and_set_bit(HFC_CHIP_E1CLOCK_PUT, &hc->chip); |
| 4788 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4789 | /* set JATT PLL */ |
| 4790 | if (port[Port_cnt] & 0x0800) { |
| 4791 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4792 | printk(KERN_DEBUG "%s: PORT disable JATT PLL on " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4793 | "E1: card(%d) port(%d)\n", |
| 4794 | __func__, HFC_cnt + 1, 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4795 | test_and_set_bit(HFC_CHIP_RX_SYNC, &hc->chip); |
| 4796 | } |
| 4797 | /* set elastic jitter buffer */ |
| 4798 | if (port[Port_cnt] & 0x3000) { |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 4799 | hc->chan[hc->dnum[0]].jitter = (port[Port_cnt]>>12) & 0x3; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4800 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4801 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4802 | "%s: PORT set elastic " |
| 4803 | "buffer to %d: card(%d) port(%d)\n", |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 4804 | __func__, hc->chan[hc->dnum[0]].jitter, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4805 | HFC_cnt + 1, 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4806 | } else |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 4807 | hc->chan[hc->dnum[0]].jitter = 2; /* default */ |
| 4808 | } |
| 4809 | |
| 4810 | static int |
| 4811 | init_e1_port(struct hfc_multi *hc, struct hm_map *m, int pt) |
| 4812 | { |
| 4813 | struct dchannel *dch; |
| 4814 | struct bchannel *bch; |
| 4815 | int ch, ret = 0; |
| 4816 | char name[MISDN_MAX_IDLEN]; |
| 4817 | int bcount = 0; |
| 4818 | |
| 4819 | dch = kzalloc(sizeof(struct dchannel), GFP_KERNEL); |
| 4820 | if (!dch) |
| 4821 | return -ENOMEM; |
| 4822 | dch->debug = debug; |
| 4823 | mISDN_initdchannel(dch, MAX_DFRAME_LEN_L1, ph_state_change); |
| 4824 | dch->hw = hc; |
| 4825 | dch->dev.Dprotocols = (1 << ISDN_P_TE_E1) | (1 << ISDN_P_NT_E1); |
| 4826 | dch->dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | |
| 4827 | (1 << (ISDN_P_B_HDLC & ISDN_P_B_MASK)); |
| 4828 | dch->dev.D.send = handle_dmsg; |
| 4829 | dch->dev.D.ctrl = hfcm_dctrl; |
| 4830 | dch->slot = hc->dnum[pt]; |
| 4831 | hc->chan[hc->dnum[pt]].dch = dch; |
| 4832 | hc->chan[hc->dnum[pt]].port = pt; |
| 4833 | hc->chan[hc->dnum[pt]].nt_timer = -1; |
| 4834 | for (ch = 1; ch <= 31; ch++) { |
| 4835 | if (!((1 << ch) & hc->bmask[pt])) /* skip unused channel */ |
| 4836 | continue; |
| 4837 | bch = kzalloc(sizeof(struct bchannel), GFP_KERNEL); |
| 4838 | if (!bch) { |
| 4839 | printk(KERN_ERR "%s: no memory for bchannel\n", |
| 4840 | __func__); |
| 4841 | ret = -ENOMEM; |
| 4842 | goto free_chan; |
| 4843 | } |
| 4844 | hc->chan[ch].coeff = kzalloc(512, GFP_KERNEL); |
| 4845 | if (!hc->chan[ch].coeff) { |
| 4846 | printk(KERN_ERR "%s: no memory for coeffs\n", |
| 4847 | __func__); |
| 4848 | ret = -ENOMEM; |
| 4849 | kfree(bch); |
| 4850 | goto free_chan; |
| 4851 | } |
| 4852 | bch->nr = ch; |
| 4853 | bch->slot = ch; |
| 4854 | bch->debug = debug; |
Karsten Keil | 034005a | 2012-05-15 23:51:06 +0000 | [diff] [blame] | 4855 | mISDN_initbchannel(bch, MAX_DATA_MEM, poll >> 1); |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 4856 | bch->hw = hc; |
| 4857 | bch->ch.send = handle_bmsg; |
| 4858 | bch->ch.ctrl = hfcm_bctrl; |
| 4859 | bch->ch.nr = ch; |
| 4860 | list_add(&bch->ch.list, &dch->dev.bchannels); |
| 4861 | hc->chan[ch].bch = bch; |
| 4862 | hc->chan[ch].port = pt; |
| 4863 | set_channelmap(bch->nr, dch->dev.channelmap); |
| 4864 | bcount++; |
| 4865 | } |
| 4866 | dch->dev.nrbchan = bcount; |
| 4867 | if (pt == 0) |
| 4868 | init_e1_port_hw(hc, m); |
| 4869 | if (hc->ports > 1) |
| 4870 | snprintf(name, MISDN_MAX_IDLEN - 1, "hfc-e1.%d-%d", |
| 4871 | HFC_cnt + 1, pt+1); |
| 4872 | else |
| 4873 | snprintf(name, MISDN_MAX_IDLEN - 1, "hfc-e1.%d", HFC_cnt + 1); |
Matthias Urlichs | b36b654 | 2008-08-16 00:09:24 +0200 | [diff] [blame] | 4874 | ret = mISDN_register_device(&dch->dev, &hc->pci_dev->dev, name); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4875 | if (ret) |
| 4876 | goto free_chan; |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 4877 | hc->created[pt] = 1; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4878 | return ret; |
| 4879 | free_chan: |
| 4880 | release_port(hc, dch); |
| 4881 | return ret; |
| 4882 | } |
| 4883 | |
| 4884 | static int |
| 4885 | init_multi_port(struct hfc_multi *hc, int pt) |
| 4886 | { |
| 4887 | struct dchannel *dch; |
| 4888 | struct bchannel *bch; |
| 4889 | int ch, i, ret = 0; |
| 4890 | char name[MISDN_MAX_IDLEN]; |
| 4891 | |
| 4892 | dch = kzalloc(sizeof(struct dchannel), GFP_KERNEL); |
| 4893 | if (!dch) |
| 4894 | return -ENOMEM; |
| 4895 | dch->debug = debug; |
| 4896 | mISDN_initdchannel(dch, MAX_DFRAME_LEN_L1, ph_state_change); |
| 4897 | dch->hw = hc; |
| 4898 | dch->dev.Dprotocols = (1 << ISDN_P_TE_S0) | (1 << ISDN_P_NT_S0); |
| 4899 | dch->dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4900 | (1 << (ISDN_P_B_HDLC & ISDN_P_B_MASK)); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4901 | dch->dev.D.send = handle_dmsg; |
| 4902 | dch->dev.D.ctrl = hfcm_dctrl; |
| 4903 | dch->dev.nrbchan = 2; |
| 4904 | i = pt << 2; |
| 4905 | dch->slot = i + 2; |
| 4906 | hc->chan[i + 2].dch = dch; |
| 4907 | hc->chan[i + 2].port = pt; |
| 4908 | hc->chan[i + 2].nt_timer = -1; |
| 4909 | for (ch = 0; ch < dch->dev.nrbchan; ch++) { |
| 4910 | bch = kzalloc(sizeof(struct bchannel), GFP_KERNEL); |
| 4911 | if (!bch) { |
| 4912 | printk(KERN_ERR "%s: no memory for bchannel\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4913 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4914 | ret = -ENOMEM; |
| 4915 | goto free_chan; |
| 4916 | } |
| 4917 | hc->chan[i + ch].coeff = kzalloc(512, GFP_KERNEL); |
| 4918 | if (!hc->chan[i + ch].coeff) { |
| 4919 | printk(KERN_ERR "%s: no memory for coeffs\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4920 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4921 | ret = -ENOMEM; |
Julia Lawall | 23b904f | 2009-02-08 17:00:49 -0800 | [diff] [blame] | 4922 | kfree(bch); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4923 | goto free_chan; |
| 4924 | } |
| 4925 | bch->nr = ch + 1; |
| 4926 | bch->slot = i + ch; |
| 4927 | bch->debug = debug; |
Karsten Keil | 034005a | 2012-05-15 23:51:06 +0000 | [diff] [blame] | 4928 | mISDN_initbchannel(bch, MAX_DATA_MEM, poll >> 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4929 | bch->hw = hc; |
| 4930 | bch->ch.send = handle_bmsg; |
| 4931 | bch->ch.ctrl = hfcm_bctrl; |
| 4932 | bch->ch.nr = ch + 1; |
| 4933 | list_add(&bch->ch.list, &dch->dev.bchannels); |
| 4934 | hc->chan[i + ch].bch = bch; |
| 4935 | hc->chan[i + ch].port = pt; |
Karsten Keil | ff4cc1d | 2008-07-30 18:26:58 +0200 | [diff] [blame] | 4936 | set_channelmap(bch->nr, dch->dev.channelmap); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4937 | } |
| 4938 | /* set master clock */ |
| 4939 | if (port[Port_cnt] & 0x001) { |
| 4940 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4941 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4942 | "%s: PROTOCOL set master clock: " |
| 4943 | "card(%d) port(%d)\n", |
| 4944 | __func__, HFC_cnt + 1, pt + 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4945 | if (dch->dev.D.protocol != ISDN_P_TE_S0) { |
| 4946 | printk(KERN_ERR "Error: Master clock " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4947 | "for port(%d) of card(%d) is only" |
| 4948 | " possible with TE-mode\n", |
| 4949 | pt + 1, HFC_cnt + 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4950 | ret = -EINVAL; |
| 4951 | goto free_chan; |
| 4952 | } |
| 4953 | if (hc->masterclk >= 0) { |
| 4954 | printk(KERN_ERR "Error: Master clock " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4955 | "for port(%d) of card(%d) already " |
| 4956 | "defined for port(%d)\n", |
| 4957 | pt + 1, HFC_cnt + 1, hc->masterclk + 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4958 | ret = -EINVAL; |
| 4959 | goto free_chan; |
| 4960 | } |
| 4961 | hc->masterclk = pt; |
| 4962 | } |
| 4963 | /* set transmitter line to non capacitive */ |
| 4964 | if (port[Port_cnt] & 0x002) { |
| 4965 | if (debug & DEBUG_HFCMULTI_INIT) |
| 4966 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4967 | "%s: PROTOCOL set non capacitive " |
| 4968 | "transmitter: card(%d) port(%d)\n", |
| 4969 | __func__, HFC_cnt + 1, pt + 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4970 | test_and_set_bit(HFC_CFG_NONCAP_TX, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4971 | &hc->chan[i + 2].cfg); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4972 | } |
| 4973 | /* disable E-channel */ |
| 4974 | if (port[Port_cnt] & 0x004) { |
Karsten Keil | eac74af | 2009-05-22 11:04:56 +0000 | [diff] [blame] | 4975 | if (debug & DEBUG_HFCMULTI_INIT) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4976 | printk(KERN_DEBUG |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4977 | "%s: PROTOCOL disable E-channel: " |
| 4978 | "card(%d) port(%d)\n", |
| 4979 | __func__, HFC_cnt + 1, pt + 1); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4980 | test_and_set_bit(HFC_CFG_DIS_ECHANNEL, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4981 | &hc->chan[i + 2].cfg); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4982 | } |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 4983 | if (hc->ctype == HFC_TYPE_XHFC) { |
| 4984 | snprintf(name, MISDN_MAX_IDLEN - 1, "xhfc.%d-%d", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4985 | HFC_cnt + 1, pt + 1); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 4986 | ret = mISDN_register_device(&dch->dev, NULL, name); |
| 4987 | } else { |
| 4988 | snprintf(name, MISDN_MAX_IDLEN - 1, "hfc-%ds.%d-%d", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 4989 | hc->ctype, HFC_cnt + 1, pt + 1); |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 4990 | ret = mISDN_register_device(&dch->dev, &hc->pci_dev->dev, name); |
| 4991 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 4992 | if (ret) |
| 4993 | goto free_chan; |
| 4994 | hc->created[pt] = 1; |
| 4995 | return ret; |
| 4996 | free_chan: |
| 4997 | release_port(hc, dch); |
| 4998 | return ret; |
| 4999 | } |
| 5000 | |
| 5001 | static int |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 5002 | hfcmulti_init(struct hm_map *m, struct pci_dev *pdev, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5003 | const struct pci_device_id *ent) |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5004 | { |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5005 | int ret_err = 0; |
| 5006 | int pt; |
| 5007 | struct hfc_multi *hc; |
| 5008 | u_long flags; |
| 5009 | u_char dips = 0, pmj = 0; /* dip settings, port mode Jumpers */ |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 5010 | int i, ch; |
| 5011 | u_int maskcheck; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5012 | |
| 5013 | if (HFC_cnt >= MAX_CARDS) { |
| 5014 | printk(KERN_ERR "too many cards (max=%d).\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5015 | MAX_CARDS); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5016 | return -EINVAL; |
| 5017 | } |
| 5018 | if ((type[HFC_cnt] & 0xff) && (type[HFC_cnt] & 0xff) != m->type) { |
| 5019 | printk(KERN_WARNING "HFC-MULTI: Card '%s:%s' type %d found but " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5020 | "type[%d] %d was supplied as module parameter\n", |
| 5021 | m->vendor_name, m->card_name, m->type, HFC_cnt, |
| 5022 | type[HFC_cnt] & 0xff); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5023 | printk(KERN_WARNING "HFC-MULTI: Load module without parameters " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5024 | "first, to see cards and their types."); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5025 | return -EINVAL; |
| 5026 | } |
| 5027 | if (debug & DEBUG_HFCMULTI_INIT) |
| 5028 | printk(KERN_DEBUG "%s: Registering %s:%s chip type %d (0x%x)\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5029 | __func__, m->vendor_name, m->card_name, m->type, |
| 5030 | type[HFC_cnt]); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5031 | |
| 5032 | /* allocate card+fifo structure */ |
| 5033 | hc = kzalloc(sizeof(struct hfc_multi), GFP_KERNEL); |
| 5034 | if (!hc) { |
| 5035 | printk(KERN_ERR "No kmem for HFC-Multi card\n"); |
| 5036 | return -ENOMEM; |
| 5037 | } |
| 5038 | spin_lock_init(&hc->lock); |
| 5039 | hc->mtyp = m; |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 5040 | hc->ctype = m->type; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5041 | hc->ports = m->ports; |
| 5042 | hc->id = HFC_cnt; |
| 5043 | hc->pcm = pcm[HFC_cnt]; |
| 5044 | hc->io_mode = iomode[HFC_cnt]; |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 5045 | if (hc->ctype == HFC_TYPE_E1 && dmask[E1_cnt]) { |
| 5046 | /* fragment card */ |
| 5047 | pt = 0; |
| 5048 | maskcheck = 0; |
| 5049 | for (ch = 0; ch <= 31; ch++) { |
| 5050 | if (!((1 << ch) & dmask[E1_cnt])) |
| 5051 | continue; |
| 5052 | hc->dnum[pt] = ch; |
| 5053 | hc->bmask[pt] = bmask[bmask_cnt++]; |
| 5054 | if ((maskcheck & hc->bmask[pt]) |
| 5055 | || (dmask[E1_cnt] & hc->bmask[pt])) { |
| 5056 | printk(KERN_INFO |
| 5057 | "HFC-E1 #%d has overlapping B-channels on fragment #%d\n", |
| 5058 | E1_cnt + 1, pt); |
| 5059 | return -EINVAL; |
| 5060 | } |
| 5061 | maskcheck |= hc->bmask[pt]; |
| 5062 | printk(KERN_INFO |
| 5063 | "HFC-E1 #%d uses D-channel on slot %d and a B-channel map of 0x%08x\n", |
| 5064 | E1_cnt + 1, ch, hc->bmask[pt]); |
| 5065 | pt++; |
| 5066 | } |
| 5067 | hc->ports = pt; |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 5068 | } |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 5069 | if (hc->ctype == HFC_TYPE_E1 && !dmask[E1_cnt]) { |
| 5070 | /* default card layout */ |
| 5071 | hc->dnum[0] = 16; |
| 5072 | hc->bmask[0] = 0xfffefffe; |
| 5073 | hc->ports = 1; |
| 5074 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5075 | |
| 5076 | /* set chip specific features */ |
| 5077 | hc->masterclk = -1; |
| 5078 | if (type[HFC_cnt] & 0x100) { |
| 5079 | test_and_set_bit(HFC_CHIP_ULAW, &hc->chip); |
Andreas Eversberg | 8dd2f36 | 2008-08-02 22:51:52 +0200 | [diff] [blame] | 5080 | hc->silence = 0xff; /* ulaw silence */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5081 | } else |
Andreas Eversberg | 8dd2f36 | 2008-08-02 22:51:52 +0200 | [diff] [blame] | 5082 | hc->silence = 0x2a; /* alaw silence */ |
| 5083 | if ((poll >> 1) > sizeof(hc->silence_data)) { |
| 5084 | printk(KERN_ERR "HFCMULTI error: silence_data too small, " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5085 | "please fix\n"); |
Andreas Eversberg | 8dd2f36 | 2008-08-02 22:51:52 +0200 | [diff] [blame] | 5086 | return -EINVAL; |
| 5087 | } |
| 5088 | for (i = 0; i < (poll >> 1); i++) |
| 5089 | hc->silence_data[i] = hc->silence; |
| 5090 | |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 5091 | if (hc->ctype != HFC_TYPE_XHFC) { |
| 5092 | if (!(type[HFC_cnt] & 0x200)) |
| 5093 | test_and_set_bit(HFC_CHIP_DTMF, &hc->chip); |
| 5094 | test_and_set_bit(HFC_CHIP_CONF, &hc->chip); |
| 5095 | } |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5096 | |
| 5097 | if (type[HFC_cnt] & 0x800) |
| 5098 | test_and_set_bit(HFC_CHIP_PCM_SLAVE, &hc->chip); |
| 5099 | if (type[HFC_cnt] & 0x1000) { |
| 5100 | test_and_set_bit(HFC_CHIP_PCM_MASTER, &hc->chip); |
| 5101 | test_and_clear_bit(HFC_CHIP_PCM_SLAVE, &hc->chip); |
| 5102 | } |
| 5103 | if (type[HFC_cnt] & 0x4000) |
| 5104 | test_and_set_bit(HFC_CHIP_EXRAM_128, &hc->chip); |
| 5105 | if (type[HFC_cnt] & 0x8000) |
| 5106 | test_and_set_bit(HFC_CHIP_EXRAM_512, &hc->chip); |
| 5107 | hc->slots = 32; |
| 5108 | if (type[HFC_cnt] & 0x10000) |
| 5109 | hc->slots = 64; |
| 5110 | if (type[HFC_cnt] & 0x20000) |
| 5111 | hc->slots = 128; |
| 5112 | if (type[HFC_cnt] & 0x80000) { |
| 5113 | test_and_set_bit(HFC_CHIP_WATCHDOG, &hc->chip); |
| 5114 | hc->wdcount = 0; |
| 5115 | hc->wdbyte = V_GPIO_OUT2; |
| 5116 | printk(KERN_NOTICE "Watchdog enabled\n"); |
| 5117 | } |
| 5118 | |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 5119 | if (pdev && ent) |
| 5120 | /* setup pci, hc->slots may change due to PLXSD */ |
| 5121 | ret_err = setup_pci(hc, pdev, ent); |
| 5122 | else |
| 5123 | #ifdef CONFIG_MISDN_HFCMULTI_8xx |
| 5124 | ret_err = setup_embedded(hc, m); |
| 5125 | #else |
| 5126 | { |
| 5127 | printk(KERN_WARNING "Embedded IO Mode not selected\n"); |
| 5128 | ret_err = -EIO; |
| 5129 | } |
| 5130 | #endif |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5131 | if (ret_err) { |
| 5132 | if (hc == syncmaster) |
| 5133 | syncmaster = NULL; |
| 5134 | kfree(hc); |
| 5135 | return ret_err; |
| 5136 | } |
| 5137 | |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 5138 | hc->HFC_outb_nodebug = hc->HFC_outb; |
| 5139 | hc->HFC_inb_nodebug = hc->HFC_inb; |
| 5140 | hc->HFC_inw_nodebug = hc->HFC_inw; |
| 5141 | hc->HFC_wait_nodebug = hc->HFC_wait; |
| 5142 | #ifdef HFC_REGISTER_DEBUG |
| 5143 | hc->HFC_outb = HFC_outb_debug; |
| 5144 | hc->HFC_inb = HFC_inb_debug; |
| 5145 | hc->HFC_inw = HFC_inw_debug; |
| 5146 | hc->HFC_wait = HFC_wait_debug; |
| 5147 | #endif |
| 5148 | /* create channels */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5149 | for (pt = 0; pt < hc->ports; pt++) { |
| 5150 | if (Port_cnt >= MAX_PORTS) { |
| 5151 | printk(KERN_ERR "too many ports (max=%d).\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5152 | MAX_PORTS); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5153 | ret_err = -EINVAL; |
| 5154 | goto free_card; |
| 5155 | } |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 5156 | if (hc->ctype == HFC_TYPE_E1) |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 5157 | ret_err = init_e1_port(hc, m, pt); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5158 | else |
| 5159 | ret_err = init_multi_port(hc, pt); |
| 5160 | if (debug & DEBUG_HFCMULTI_INIT) |
| 5161 | printk(KERN_DEBUG |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 5162 | "%s: Registering D-channel, card(%d) port(%d) " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5163 | "result %d\n", |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 5164 | __func__, HFC_cnt + 1, pt + 1, ret_err); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5165 | |
| 5166 | if (ret_err) { |
| 5167 | while (pt) { /* release already registered ports */ |
| 5168 | pt--; |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 5169 | if (hc->ctype == HFC_TYPE_E1) |
| 5170 | release_port(hc, |
| 5171 | hc->chan[hc->dnum[pt]].dch); |
| 5172 | else |
| 5173 | release_port(hc, |
| 5174 | hc->chan[(pt << 2) + 2].dch); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5175 | } |
| 5176 | goto free_card; |
| 5177 | } |
Andreas Eversberg | 0700340 | 2012-04-24 20:52:14 +0000 | [diff] [blame] | 5178 | if (hc->ctype != HFC_TYPE_E1) |
| 5179 | Port_cnt++; /* for each S0 port */ |
| 5180 | } |
| 5181 | if (hc->ctype == HFC_TYPE_E1) { |
| 5182 | Port_cnt++; /* for each E1 port */ |
| 5183 | E1_cnt++; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5184 | } |
| 5185 | |
| 5186 | /* disp switches */ |
| 5187 | switch (m->dip_type) { |
| 5188 | case DIP_4S: |
| 5189 | /* |
Karsten Keil | 69e656c | 2009-01-07 00:00:59 +0100 | [diff] [blame] | 5190 | * Get DIP setting for beroNet 1S/2S/4S cards |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5191 | * DIP Setting: (collect GPIO 13/14/15 (R_GPIO_IN1) + |
| 5192 | * GPI 19/23 (R_GPI_IN2)) |
| 5193 | */ |
| 5194 | dips = ((~HFC_inb(hc, R_GPIO_IN1) & 0xE0) >> 5) | |
| 5195 | ((~HFC_inb(hc, R_GPI_IN2) & 0x80) >> 3) | |
| 5196 | (~HFC_inb(hc, R_GPI_IN2) & 0x08); |
| 5197 | |
| 5198 | /* Port mode (TE/NT) jumpers */ |
| 5199 | pmj = ((HFC_inb(hc, R_GPI_IN3) >> 4) & 0xf); |
| 5200 | |
| 5201 | if (test_bit(HFC_CHIP_B410P, &hc->chip)) |
| 5202 | pmj = ~pmj & 0xf; |
| 5203 | |
| 5204 | printk(KERN_INFO "%s: %s DIPs(0x%x) jumpers(0x%x)\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5205 | m->vendor_name, m->card_name, dips, pmj); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5206 | break; |
| 5207 | case DIP_8S: |
| 5208 | /* |
Karsten Keil | 69e656c | 2009-01-07 00:00:59 +0100 | [diff] [blame] | 5209 | * Get DIP Setting for beroNet 8S0+ cards |
| 5210 | * Enable PCI auxbridge function |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5211 | */ |
| 5212 | HFC_outb(hc, R_BRG_PCM_CFG, 1 | V_PCM_CLK); |
| 5213 | /* prepare access to auxport */ |
| 5214 | outw(0x4000, hc->pci_iobase + 4); |
| 5215 | /* |
| 5216 | * some dummy reads are required to |
| 5217 | * read valid DIP switch data |
| 5218 | */ |
| 5219 | dips = inb(hc->pci_iobase); |
| 5220 | dips = inb(hc->pci_iobase); |
| 5221 | dips = inb(hc->pci_iobase); |
| 5222 | dips = ~inb(hc->pci_iobase) & 0x3F; |
| 5223 | outw(0x0, hc->pci_iobase + 4); |
| 5224 | /* disable PCI auxbridge function */ |
| 5225 | HFC_outb(hc, R_BRG_PCM_CFG, V_PCM_CLK); |
| 5226 | printk(KERN_INFO "%s: %s DIPs(0x%x)\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5227 | m->vendor_name, m->card_name, dips); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5228 | break; |
| 5229 | case DIP_E1: |
| 5230 | /* |
| 5231 | * get DIP Setting for beroNet E1 cards |
| 5232 | * DIP Setting: collect GPI 4/5/6/7 (R_GPI_IN0) |
| 5233 | */ |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5234 | dips = (~HFC_inb(hc, R_GPI_IN0) & 0xF0) >> 4; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5235 | printk(KERN_INFO "%s: %s DIPs(0x%x)\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5236 | m->vendor_name, m->card_name, dips); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5237 | break; |
| 5238 | } |
| 5239 | |
| 5240 | /* add to list */ |
| 5241 | spin_lock_irqsave(&HFClock, flags); |
| 5242 | list_add_tail(&hc->list, &HFClist); |
| 5243 | spin_unlock_irqrestore(&HFClock, flags); |
| 5244 | |
Andreas Eversberg | 3bd69ad | 2008-09-06 09:03:46 +0200 | [diff] [blame] | 5245 | /* use as clock source */ |
| 5246 | if (clock == HFC_cnt + 1) |
| 5247 | hc->iclock = mISDN_register_clock("HFCMulti", 0, clockctl, hc); |
| 5248 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5249 | /* initialize hardware */ |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 5250 | hc->irq = (m->irq) ? : hc->pci_dev->irq; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5251 | ret_err = init_card(hc); |
| 5252 | if (ret_err) { |
| 5253 | printk(KERN_ERR "init card returns %d\n", ret_err); |
| 5254 | release_card(hc); |
| 5255 | return ret_err; |
| 5256 | } |
| 5257 | |
| 5258 | /* start IRQ and return */ |
| 5259 | spin_lock_irqsave(&hc->lock, flags); |
| 5260 | enable_hwirq(hc); |
| 5261 | spin_unlock_irqrestore(&hc->lock, flags); |
| 5262 | return 0; |
| 5263 | |
| 5264 | free_card: |
| 5265 | release_io_hfcmulti(hc); |
| 5266 | if (hc == syncmaster) |
| 5267 | syncmaster = NULL; |
| 5268 | kfree(hc); |
| 5269 | return ret_err; |
| 5270 | } |
| 5271 | |
| 5272 | static void __devexit hfc_remove_pci(struct pci_dev *pdev) |
| 5273 | { |
| 5274 | struct hfc_multi *card = pci_get_drvdata(pdev); |
| 5275 | u_long flags; |
| 5276 | |
| 5277 | if (debug) |
| 5278 | printk(KERN_INFO "removing hfc_multi card vendor:%x " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5279 | "device:%x subvendor:%x subdevice:%x\n", |
| 5280 | pdev->vendor, pdev->device, |
| 5281 | pdev->subsystem_vendor, pdev->subsystem_device); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5282 | |
| 5283 | if (card) { |
| 5284 | spin_lock_irqsave(&HFClock, flags); |
| 5285 | release_card(card); |
| 5286 | spin_unlock_irqrestore(&HFClock, flags); |
| 5287 | } else { |
| 5288 | if (debug) |
Uwe Kleine-König | 698f931 | 2010-07-02 20:41:51 +0200 | [diff] [blame] | 5289 | printk(KERN_DEBUG "%s: drvdata already removed\n", |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5290 | __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5291 | } |
| 5292 | } |
| 5293 | |
| 5294 | #define VENDOR_CCD "Cologne Chip AG" |
| 5295 | #define VENDOR_BN "beroNet GmbH" |
| 5296 | #define VENDOR_DIG "Digium Inc." |
| 5297 | #define VENDOR_JH "Junghanns.NET GmbH" |
| 5298 | #define VENDOR_PRIM "PrimuX" |
| 5299 | |
| 5300 | static const struct hm_map hfcm_map[] = { |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5301 | /*0*/ {VENDOR_BN, "HFC-1S Card (mini PCI)", 4, 1, 1, 3, 0, DIP_4S, 0, 0}, |
| 5302 | /*1*/ {VENDOR_BN, "HFC-2S Card", 4, 2, 1, 3, 0, DIP_4S, 0, 0}, |
| 5303 | /*2*/ {VENDOR_BN, "HFC-2S Card (mini PCI)", 4, 2, 1, 3, 0, DIP_4S, 0, 0}, |
| 5304 | /*3*/ {VENDOR_BN, "HFC-4S Card", 4, 4, 1, 2, 0, DIP_4S, 0, 0}, |
| 5305 | /*4*/ {VENDOR_BN, "HFC-4S Card (mini PCI)", 4, 4, 1, 2, 0, 0, 0, 0}, |
| 5306 | /*5*/ {VENDOR_CCD, "HFC-4S Eval (old)", 4, 4, 0, 0, 0, 0, 0, 0}, |
| 5307 | /*6*/ {VENDOR_CCD, "HFC-4S IOB4ST", 4, 4, 1, 2, 0, DIP_4S, 0, 0}, |
| 5308 | /*7*/ {VENDOR_CCD, "HFC-4S", 4, 4, 1, 2, 0, 0, 0, 0}, |
| 5309 | /*8*/ {VENDOR_DIG, "HFC-4S Card", 4, 4, 0, 2, 0, 0, HFC_IO_MODE_REGIO, 0}, |
| 5310 | /*9*/ {VENDOR_CCD, "HFC-4S Swyx 4xS0 SX2 QuadBri", 4, 4, 1, 2, 0, 0, 0, 0}, |
| 5311 | /*10*/ {VENDOR_JH, "HFC-4S (junghanns 2.0)", 4, 4, 1, 2, 0, 0, 0, 0}, |
| 5312 | /*11*/ {VENDOR_PRIM, "HFC-2S Primux Card", 4, 2, 0, 0, 0, 0, 0, 0}, |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5313 | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5314 | /*12*/ {VENDOR_BN, "HFC-8S Card", 8, 8, 1, 0, 0, 0, 0, 0}, |
| 5315 | /*13*/ {VENDOR_BN, "HFC-8S Card (+)", 8, 8, 1, 8, 0, DIP_8S, |
| 5316 | HFC_IO_MODE_REGIO, 0}, |
| 5317 | /*14*/ {VENDOR_CCD, "HFC-8S Eval (old)", 8, 8, 0, 0, 0, 0, 0, 0}, |
| 5318 | /*15*/ {VENDOR_CCD, "HFC-8S IOB4ST Recording", 8, 8, 1, 0, 0, 0, 0, 0}, |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5319 | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5320 | /*16*/ {VENDOR_CCD, "HFC-8S IOB8ST", 8, 8, 1, 0, 0, 0, 0, 0}, |
| 5321 | /*17*/ {VENDOR_CCD, "HFC-8S", 8, 8, 1, 0, 0, 0, 0, 0}, |
| 5322 | /*18*/ {VENDOR_CCD, "HFC-8S", 8, 8, 1, 0, 0, 0, 0, 0}, |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5323 | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5324 | /*19*/ {VENDOR_BN, "HFC-E1 Card", 1, 1, 0, 1, 0, DIP_E1, 0, 0}, |
| 5325 | /*20*/ {VENDOR_BN, "HFC-E1 Card (mini PCI)", 1, 1, 0, 1, 0, 0, 0, 0}, |
| 5326 | /*21*/ {VENDOR_BN, "HFC-E1+ Card (Dual)", 1, 1, 0, 1, 0, DIP_E1, 0, 0}, |
| 5327 | /*22*/ {VENDOR_BN, "HFC-E1 Card (Dual)", 1, 1, 0, 1, 0, DIP_E1, 0, 0}, |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5328 | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5329 | /*23*/ {VENDOR_CCD, "HFC-E1 Eval (old)", 1, 1, 0, 0, 0, 0, 0, 0}, |
| 5330 | /*24*/ {VENDOR_CCD, "HFC-E1 IOB1E1", 1, 1, 0, 1, 0, 0, 0, 0}, |
| 5331 | /*25*/ {VENDOR_CCD, "HFC-E1", 1, 1, 0, 1, 0, 0, 0, 0}, |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5332 | |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5333 | /*26*/ {VENDOR_CCD, "HFC-4S Speech Design", 4, 4, 0, 0, 0, 0, |
| 5334 | HFC_IO_MODE_PLXSD, 0}, |
| 5335 | /*27*/ {VENDOR_CCD, "HFC-E1 Speech Design", 1, 1, 0, 0, 0, 0, |
| 5336 | HFC_IO_MODE_PLXSD, 0}, |
| 5337 | /*28*/ {VENDOR_CCD, "HFC-4S OpenVox", 4, 4, 1, 0, 0, 0, 0, 0}, |
| 5338 | /*29*/ {VENDOR_CCD, "HFC-2S OpenVox", 4, 2, 1, 0, 0, 0, 0, 0}, |
| 5339 | /*30*/ {VENDOR_CCD, "HFC-8S OpenVox", 8, 8, 1, 0, 0, 0, 0, 0}, |
| 5340 | /*31*/ {VENDOR_CCD, "XHFC-4S Speech Design", 5, 4, 0, 0, 0, 0, |
| 5341 | HFC_IO_MODE_EMBSD, XHFC_IRQ}, |
| 5342 | /*32*/ {VENDOR_JH, "HFC-8S (junghanns)", 8, 8, 1, 0, 0, 0, 0, 0}, |
| 5343 | /*33*/ {VENDOR_BN, "HFC-2S Beronet Card PCIe", 4, 2, 1, 3, 0, DIP_4S, 0, 0}, |
| 5344 | /*34*/ {VENDOR_BN, "HFC-4S Beronet Card PCIe", 4, 4, 1, 2, 0, DIP_4S, 0, 0}, |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5345 | }; |
| 5346 | |
| 5347 | #undef H |
| 5348 | #define H(x) ((unsigned long)&hfcm_map[x]) |
| 5349 | static struct pci_device_id hfmultipci_ids[] __devinitdata = { |
| 5350 | |
| 5351 | /* Cards with HFC-4S Chip */ |
| 5352 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC4S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5353 | PCI_SUBDEVICE_ID_CCD_BN1SM, 0, 0, H(0)}, /* BN1S mini PCI */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5354 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC4S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5355 | PCI_SUBDEVICE_ID_CCD_BN2S, 0, 0, H(1)}, /* BN2S */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5356 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC4S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5357 | PCI_SUBDEVICE_ID_CCD_BN2SM, 0, 0, H(2)}, /* BN2S mini PCI */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5358 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC4S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5359 | PCI_SUBDEVICE_ID_CCD_BN4S, 0, 0, H(3)}, /* BN4S */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5360 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC4S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5361 | PCI_SUBDEVICE_ID_CCD_BN4SM, 0, 0, H(4)}, /* BN4S mini PCI */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5362 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC4S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5363 | PCI_DEVICE_ID_CCD_HFC4S, 0, 0, H(5)}, /* Old Eval */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5364 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC4S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5365 | PCI_SUBDEVICE_ID_CCD_IOB4ST, 0, 0, H(6)}, /* IOB4ST */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5366 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC4S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5367 | PCI_SUBDEVICE_ID_CCD_HFC4S, 0, 0, H(7)}, /* 4S */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5368 | { PCI_VENDOR_ID_DIGIUM, PCI_DEVICE_ID_DIGIUM_HFC4S, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5369 | PCI_VENDOR_ID_DIGIUM, PCI_DEVICE_ID_DIGIUM_HFC4S, 0, 0, H(8)}, |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5370 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC4S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5371 | PCI_SUBDEVICE_ID_CCD_SWYX4S, 0, 0, H(9)}, /* 4S Swyx */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5372 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC4S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5373 | PCI_SUBDEVICE_ID_CCD_JH4S20, 0, 0, H(10)}, |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5374 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC4S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5375 | PCI_SUBDEVICE_ID_CCD_PMX2S, 0, 0, H(11)}, /* Primux */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5376 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC4S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5377 | PCI_SUBDEVICE_ID_CCD_OV4S, 0, 0, H(28)}, /* OpenVox 4 */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5378 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC4S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5379 | PCI_SUBDEVICE_ID_CCD_OV2S, 0, 0, H(29)}, /* OpenVox 2 */ |
Lars Ellenberg | d00561a | 2010-03-15 19:09:28 -0700 | [diff] [blame] | 5380 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC4S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5381 | 0xb761, 0, 0, H(33)}, /* BN2S PCIe */ |
Lars Ellenberg | d00561a | 2010-03-15 19:09:28 -0700 | [diff] [blame] | 5382 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC4S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5383 | 0xb762, 0, 0, H(34)}, /* BN4S PCIe */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5384 | |
| 5385 | /* Cards with HFC-8S Chip */ |
| 5386 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC8S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5387 | PCI_SUBDEVICE_ID_CCD_BN8S, 0, 0, H(12)}, /* BN8S */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5388 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC8S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5389 | PCI_SUBDEVICE_ID_CCD_BN8SP, 0, 0, H(13)}, /* BN8S+ */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5390 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC8S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5391 | PCI_DEVICE_ID_CCD_HFC8S, 0, 0, H(14)}, /* old Eval */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5392 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC8S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5393 | PCI_SUBDEVICE_ID_CCD_IOB8STR, 0, 0, H(15)}, /* IOB8ST Recording */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5394 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC8S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5395 | PCI_SUBDEVICE_ID_CCD_IOB8ST, 0, 0, H(16)}, /* IOB8ST */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5396 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC8S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5397 | PCI_SUBDEVICE_ID_CCD_IOB8ST_1, 0, 0, H(17)}, /* IOB8ST */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5398 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC8S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5399 | PCI_SUBDEVICE_ID_CCD_HFC8S, 0, 0, H(18)}, /* 8S */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5400 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC8S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5401 | PCI_SUBDEVICE_ID_CCD_OV8S, 0, 0, H(30)}, /* OpenVox 8 */ |
Andreas Eversberg | 7245a2f | 2009-05-22 11:04:55 +0000 | [diff] [blame] | 5402 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFC8S, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5403 | PCI_SUBDEVICE_ID_CCD_JH8S, 0, 0, H(32)}, /* Junganns 8S */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5404 | |
| 5405 | |
| 5406 | /* Cards with HFC-E1 Chip */ |
| 5407 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFCE1, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5408 | PCI_SUBDEVICE_ID_CCD_BNE1, 0, 0, H(19)}, /* BNE1 */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5409 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFCE1, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5410 | PCI_SUBDEVICE_ID_CCD_BNE1M, 0, 0, H(20)}, /* BNE1 mini PCI */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5411 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFCE1, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5412 | PCI_SUBDEVICE_ID_CCD_BNE1DP, 0, 0, H(21)}, /* BNE1 + (Dual) */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5413 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFCE1, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5414 | PCI_SUBDEVICE_ID_CCD_BNE1D, 0, 0, H(22)}, /* BNE1 (Dual) */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5415 | |
| 5416 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFCE1, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5417 | PCI_DEVICE_ID_CCD_HFCE1, 0, 0, H(23)}, /* Old Eval */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5418 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFCE1, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5419 | PCI_SUBDEVICE_ID_CCD_IOB1E1, 0, 0, H(24)}, /* IOB1E1 */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5420 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFCE1, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5421 | PCI_SUBDEVICE_ID_CCD_HFCE1, 0, 0, H(25)}, /* E1 */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5422 | |
| 5423 | { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9030, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5424 | PCI_SUBDEVICE_ID_CCD_SPD4S, 0, 0, H(26)}, /* PLX PCI Bridge */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5425 | { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9030, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5426 | PCI_SUBDEVICE_ID_CCD_SPDE1, 0, 0, H(27)}, /* PLX PCI Bridge */ |
Andreas Eversberg | daebafe | 2009-05-25 00:56:56 -0700 | [diff] [blame] | 5427 | |
| 5428 | { PCI_VENDOR_ID_CCD, PCI_DEVICE_ID_CCD_HFCE1, PCI_VENDOR_ID_CCD, |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5429 | PCI_SUBDEVICE_ID_CCD_JHSE1, 0, 0, H(25)}, /* Junghanns E1 */ |
Andreas Eversberg | daebafe | 2009-05-25 00:56:56 -0700 | [diff] [blame] | 5430 | |
Peter Huewe | 9db9f27 | 2010-07-15 09:05:38 +0000 | [diff] [blame] | 5431 | { PCI_VDEVICE(CCD, PCI_DEVICE_ID_CCD_HFC4S), 0 }, |
| 5432 | { PCI_VDEVICE(CCD, PCI_DEVICE_ID_CCD_HFC8S), 0 }, |
| 5433 | { PCI_VDEVICE(CCD, PCI_DEVICE_ID_CCD_HFCE1), 0 }, |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5434 | {0, } |
| 5435 | }; |
| 5436 | #undef H |
| 5437 | |
| 5438 | MODULE_DEVICE_TABLE(pci, hfmultipci_ids); |
| 5439 | |
| 5440 | static int |
| 5441 | hfcmulti_probe(struct pci_dev *pdev, const struct pci_device_id *ent) |
| 5442 | { |
| 5443 | struct hm_map *m = (struct hm_map *)ent->driver_data; |
| 5444 | int ret; |
| 5445 | |
Karsten Keil | 69e656c | 2009-01-07 00:00:59 +0100 | [diff] [blame] | 5446 | if (m == NULL && ent->vendor == PCI_VENDOR_ID_CCD && ( |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5447 | ent->device == PCI_DEVICE_ID_CCD_HFC4S || |
| 5448 | ent->device == PCI_DEVICE_ID_CCD_HFC8S || |
| 5449 | ent->device == PCI_DEVICE_ID_CCD_HFCE1)) { |
Karsten Keil | 69e656c | 2009-01-07 00:00:59 +0100 | [diff] [blame] | 5450 | printk(KERN_ERR |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5451 | "Unknown HFC multiport controller (vendor:%04x device:%04x " |
| 5452 | "subvendor:%04x subdevice:%04x)\n", pdev->vendor, |
| 5453 | pdev->device, pdev->subsystem_vendor, |
| 5454 | pdev->subsystem_device); |
Karsten Keil | 69e656c | 2009-01-07 00:00:59 +0100 | [diff] [blame] | 5455 | printk(KERN_ERR |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5456 | "Please contact the driver maintainer for support.\n"); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5457 | return -ENODEV; |
| 5458 | } |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 5459 | ret = hfcmulti_init(m, pdev, ent); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5460 | if (ret) |
| 5461 | return ret; |
| 5462 | HFC_cnt++; |
| 5463 | printk(KERN_INFO "%d devices registered\n", HFC_cnt); |
| 5464 | return 0; |
| 5465 | } |
| 5466 | |
| 5467 | static struct pci_driver hfcmultipci_driver = { |
| 5468 | .name = "hfc_multi", |
| 5469 | .probe = hfcmulti_probe, |
| 5470 | .remove = __devexit_p(hfc_remove_pci), |
| 5471 | .id_table = hfmultipci_ids, |
| 5472 | }; |
| 5473 | |
| 5474 | static void __exit |
| 5475 | HFCmulti_cleanup(void) |
| 5476 | { |
| 5477 | struct hfc_multi *card, *next; |
| 5478 | |
Karsten Keil | 69e656c | 2009-01-07 00:00:59 +0100 | [diff] [blame] | 5479 | /* get rid of all devices of this driver */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5480 | list_for_each_entry_safe(card, next, &HFClist, list) |
| 5481 | release_card(card); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5482 | pci_unregister_driver(&hfcmultipci_driver); |
| 5483 | } |
| 5484 | |
| 5485 | static int __init |
| 5486 | HFCmulti_init(void) |
| 5487 | { |
| 5488 | int err; |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 5489 | int i, xhfc = 0; |
| 5490 | struct hm_map m; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5491 | |
Karsten Keil | 69e656c | 2009-01-07 00:00:59 +0100 | [diff] [blame] | 5492 | printk(KERN_INFO "mISDN: HFC-multi driver %s\n", HFC_MULTI_VERSION); |
| 5493 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5494 | #ifdef IRQ_DEBUG |
Karsten Keil | 69e656c | 2009-01-07 00:00:59 +0100 | [diff] [blame] | 5495 | printk(KERN_DEBUG "%s: IRQ_DEBUG IS ENABLED!\n", __func__); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5496 | #endif |
| 5497 | |
| 5498 | spin_lock_init(&HFClock); |
| 5499 | spin_lock_init(&plx_lock); |
| 5500 | |
| 5501 | if (debug & DEBUG_HFCMULTI_INIT) |
| 5502 | printk(KERN_DEBUG "%s: init entered\n", __func__); |
| 5503 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5504 | switch (poll) { |
| 5505 | case 0: |
| 5506 | poll_timer = 6; |
| 5507 | poll = 128; |
| 5508 | break; |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5509 | case 8: |
| 5510 | poll_timer = 2; |
| 5511 | break; |
| 5512 | case 16: |
| 5513 | poll_timer = 3; |
| 5514 | break; |
| 5515 | case 32: |
| 5516 | poll_timer = 4; |
| 5517 | break; |
| 5518 | case 64: |
| 5519 | poll_timer = 5; |
| 5520 | break; |
| 5521 | case 128: |
| 5522 | poll_timer = 6; |
| 5523 | break; |
| 5524 | case 256: |
| 5525 | poll_timer = 7; |
| 5526 | break; |
| 5527 | default: |
| 5528 | printk(KERN_ERR |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5529 | "%s: Wrong poll value (%d).\n", __func__, poll); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5530 | err = -EINVAL; |
| 5531 | return err; |
| 5532 | |
| 5533 | } |
| 5534 | |
Andreas Eversberg | 3bd69ad | 2008-09-06 09:03:46 +0200 | [diff] [blame] | 5535 | if (!clock) |
| 5536 | clock = 1; |
| 5537 | |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 5538 | /* Register the embedded devices. |
| 5539 | * This should be done before the PCI cards registration */ |
| 5540 | switch (hwid) { |
| 5541 | case HWID_MINIP4: |
| 5542 | xhfc = 1; |
| 5543 | m = hfcm_map[31]; |
| 5544 | break; |
| 5545 | case HWID_MINIP8: |
| 5546 | xhfc = 2; |
| 5547 | m = hfcm_map[31]; |
| 5548 | break; |
| 5549 | case HWID_MINIP16: |
| 5550 | xhfc = 4; |
| 5551 | m = hfcm_map[31]; |
| 5552 | break; |
| 5553 | default: |
| 5554 | xhfc = 0; |
| 5555 | } |
| 5556 | |
| 5557 | for (i = 0; i < xhfc; ++i) { |
| 5558 | err = hfcmulti_init(&m, NULL, NULL); |
| 5559 | if (err) { |
| 5560 | printk(KERN_ERR "error registering embedded driver: " |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 5561 | "%x\n", err); |
Roel Kluin | 2c554e1 | 2009-11-15 21:18:13 -0800 | [diff] [blame] | 5562 | return err; |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 5563 | } |
| 5564 | HFC_cnt++; |
| 5565 | printk(KERN_INFO "%d devices registered\n", HFC_cnt); |
| 5566 | } |
| 5567 | |
| 5568 | /* Register the PCI cards */ |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5569 | err = pci_register_driver(&hfcmultipci_driver); |
| 5570 | if (err < 0) { |
| 5571 | printk(KERN_ERR "error registering pci driver: %x\n", err); |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5572 | return err; |
| 5573 | } |
Karsten Keil | db9bb63 | 2009-05-22 11:04:53 +0000 | [diff] [blame] | 5574 | |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 5575 | return 0; |
| 5576 | } |
| 5577 | |
| 5578 | |
| 5579 | module_init(HFCmulti_init); |
| 5580 | module_exit(HFCmulti_cleanup); |