• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * SiliconBackplane Chipcommon core hardware definitions.
3  *
4  * The chipcommon core provides chip identification, SB control,
5  * JTAG, 0/1/2 UARTs, clock frequency control, a watchdog interrupt timer,
6  * GPIO interface, extbus, and support for serial and parallel flashes.
7  *
8  * $Id: sbchipc.h 825481 2019-06-14 10:06:03Z $
9  *
10  * Copyright (C) 1999-2019, Broadcom.
11  *
12  *      Unless you and Broadcom execute a separate written software license
13  * agreement governing use of this software, this software is licensed to you
14  * under the terms of the GNU General Public License version 2 (the "GPL"),
15  * available at http://www.broadcom.com/licenses/GPLv2.php, with the
16  * following added to such license:
17  *
18  *      As a special exception, the copyright holders of this software give you
19  * permission to link this software with independent modules, and to copy and
20  * distribute the resulting executable under terms of your choice, provided that
21  * you also meet, for each linked independent module, the terms and conditions
22  * of the license of that module.  An independent module is a module which is
23  * not derived from this software.  The special exception does not apply to any
24  * modifications of the software.
25  *
26  *      Notwithstanding the above, under no circumstances may you combine this
27  * software in any way with any other Broadcom software provided under a license
28  * other than the GPL, without Broadcom's express prior written consent.
29  *
30  *
31  * <<Broadcom-WL-IPTag/Open:>>
32  */
33 
34 #ifndef _SBCHIPC_H
35 #define _SBCHIPC_H
36 
37 #if !defined(_LANGUAGE_ASSEMBLY) && !defined(__ASSEMBLY__)
38 
39 /* cpp contortions to concatenate w/arg prescan */
40 #ifndef PAD
41 #define _PADLINE(line) pad##line
42 #define _XSTR(line) _PADLINE(line)
43 #define PAD _XSTR(__LINE__)
44 #endif /* PAD */
45 
46 #define BCM_MASK32(msb, lsb) ((~0u >> (32u - (msb)-1u)) & (~0u << (lsb)))
47 
48 /**
49  * In chipcommon rev 49 the pmu registers have been moved from chipc to the pmu
50  * core if the 'AOBPresent' bit of 'CoreCapabilitiesExt' is set. If this field
51  * is set, the traditional chipc to [pmu|gci|sreng] register interface is
52  * deprecated and removed. These register blocks would instead be assigned their
53  * respective chipc-specific address space and connected to the Always On
54  * Backplane via the APB interface.
55  */
56 typedef volatile struct {
57     uint32 PAD[384];
58     uint32 pmucontrol;      /* 0x600 */
59     uint32 pmucapabilities; /* 0x604 */
60     uint32 pmustatus;       /* 0x608 */
61     uint32 res_state;       /* 0x60C */
62     uint32 res_pending;     /* 0x610 */
63     uint32 pmutimer;        /* 0x614 */
64     uint32 min_res_mask;    /* 0x618 */
65     uint32 max_res_mask;    /* 0x61C */
66     uint32 res_table_sel;   /* 0x620 */
67     uint32 res_dep_mask;
68     uint32 res_updn_timer;
69     uint32 res_timer;
70     uint32 clkstretch;
71     uint32 pmuwatchdog;
72     uint32 gpiosel;           /* 0x638, rev >= 1 */
73     uint32 gpioenable;        /* 0x63c, rev >= 1 */
74     uint32 res_req_timer_sel; /* 0x640 */
75     uint32 res_req_timer;     /* 0x644 */
76     uint32 res_req_mask;      /* 0x648 */
77     uint32 core_cap_ext;      /* 0x64C */
78     uint32 chipcontrol_addr;  /* 0x650 */
79     uint32 chipcontrol_data;  /* 0x654 */
80     uint32 regcontrol_addr;
81     uint32 regcontrol_data;
82     uint32 pllcontrol_addr;
83     uint32 pllcontrol_data;
84     uint32 pmustrapopt;   /* 0x668, corerev >= 28 */
85     uint32 pmu_xtalfreq;  /* 0x66C, pmurev >= 10 */
86     uint32 retention_ctl; /* 0x670 */
87     uint32 ILPPeriod;     /* 0x674 */
88     uint32 PAD[2];
89     uint32 retention_grpidx;  /* 0x680 */
90     uint32 retention_grpctl;  /* 0x684 */
91     uint32 mac_res_req_timer; /* 0x688 */
92     uint32 mac_res_req_mask;  /* 0x68c */
93     uint32 PAD[18];
94     uint32 pmucontrol_ext;      /* 0x6d8 */
95     uint32 slowclkperiod;       /* 0x6dc */
96     uint32 pmu_statstimer_addr; /* 0x6e0 */
97     uint32 pmu_statstimer_ctrl; /* 0x6e4 */
98     uint32 pmu_statstimer_N;    /* 0x6e8 */
99     uint32 PAD[1];
100     uint32 mac_res_req_timer1; /* 0x6f0 */
101     uint32 mac_res_req_mask1;  /* 0x6f4 */
102     uint32 PAD[2];
103     uint32 pmuintmask0; /* 0x700 */
104     uint32 pmuintmask1; /* 0x704 */
105     uint32 PAD[14];
106     uint32 pmuintstatus;      /* 0x740 */
107     uint32 extwakeupstatus;   /* 0x744 */
108     uint32 watchdog_res_mask; /* 0x748 */
109     uint32 PAD[1];            /* 0x74C */
110     uint32 swscratch;         /* 0x750 */
111     uint32 PAD[3];            /* 0x754-0x75C */
112     uint32 extwakemask0;      /* 0x760 */
113     uint32 extwakemask1;      /* 0x764 */
114     uint32 PAD[2];            /* 0x768-0x76C */
115     uint32 extwakereqmask[2]; /* 0x770-0x774 */
116     uint32 PAD[2];            /* 0x778-0x77C */
117     uint32 pmuintctrl0;       /* 0x780 */
118     uint32 pmuintctrl1;       /* 0x784 */
119     uint32 PAD[2];
120     uint32 extwakectrl[2]; /* 0x790 */
121     uint32 PAD[7];
122     uint32 fis_ctrl_status;  /* 0x7b4 */
123     uint32 fis_min_res_mask; /* 0x7b8 */
124     uint32 PAD[1];
125     uint32 PrecisionTmrCtrlStatus; /* 0x7c0 */
126 } pmuregs_t;
127 
128 typedef struct eci_prerev35 {
129     uint32 eci_output;
130     uint32 eci_control;
131     uint32 eci_inputlo;
132     uint32 eci_inputmi;
133     uint32 eci_inputhi;
134     uint32 eci_inputintpolaritylo;
135     uint32 eci_inputintpolaritymi;
136     uint32 eci_inputintpolarityhi;
137     uint32 eci_intmasklo;
138     uint32 eci_intmaskmi;
139     uint32 eci_intmaskhi;
140     uint32 eci_eventlo;
141     uint32 eci_eventmi;
142     uint32 eci_eventhi;
143     uint32 eci_eventmasklo;
144     uint32 eci_eventmaskmi;
145     uint32 eci_eventmaskhi;
146     uint32 PAD[3];
147 } eci_prerev35_t;
148 
149 typedef struct eci_rev35 {
150     uint32 eci_outputlo;
151     uint32 eci_outputhi;
152     uint32 eci_controllo;
153     uint32 eci_controlhi;
154     uint32 eci_inputlo;
155     uint32 eci_inputhi;
156     uint32 eci_inputintpolaritylo;
157     uint32 eci_inputintpolarityhi;
158     uint32 eci_intmasklo;
159     uint32 eci_intmaskhi;
160     uint32 eci_eventlo;
161     uint32 eci_eventhi;
162     uint32 eci_eventmasklo;
163     uint32 eci_eventmaskhi;
164     uint32 eci_auxtx;
165     uint32 eci_auxrx;
166     uint32 eci_datatag;
167     uint32 eci_uartescvalue;
168     uint32 eci_autobaudctr;
169     uint32 eci_uartfifolevel;
170 } eci_rev35_t;
171 
172 typedef struct flash_config {
173     uint32 PAD[19];
174     /* Flash struct configuration registers (0x18c) for BCM4706 (corerev = 31)
175      */
176     uint32 flashstrconfig;
177 } flash_config_t;
178 
179 typedef volatile struct {
180     uint32 chipid; /* 0x0 */
181     uint32 capabilities;
182     uint32 corecontrol; /* corerev >= 1 */
183     uint32 bist;
184 
185     /* OTP */
186     uint32 otpstatus; /* 0x10, corerev >= 10 */
187     uint32 otpcontrol;
188     uint32 otpprog;
189     uint32 otplayout; /* corerev >= 23 */
190 
191     /* Interrupt control */
192     uint32 intstatus; /* 0x20 */
193     uint32 intmask;
194 
195     /* Chip specific regs */
196     uint32 chipcontrol; /* 0x28, rev >= 11 */
197     uint32 chipstatus;  /* 0x2c, rev >= 11 */
198 
199     /* Jtag Master */
200     uint32 jtagcmd; /* 0x30, rev >= 10 */
201     uint32 jtagir;
202     uint32 jtagdr;
203     uint32 jtagctrl;
204 
205     /* serial flash interface registers */
206     uint32 flashcontrol; /* 0x40 */
207     uint32 flashaddress;
208     uint32 flashdata;
209     uint32 otplayoutextension; /* rev >= 35 */
210 
211     /* Silicon backplane configuration broadcast control */
212     uint32 broadcastaddress; /* 0x50 */
213     uint32 broadcastdata;
214 
215     /* gpio - cleared only by power-on-reset */
216     uint32 gpiopullup;      /* 0x58, corerev >= 20 */
217     uint32 gpiopulldown;    /* 0x5c, corerev >= 20 */
218     uint32 gpioin;          /* 0x60 */
219     uint32 gpioout;         /* 0x64 */
220     uint32 gpioouten;       /* 0x68 */
221     uint32 gpiocontrol;     /* 0x6C */
222     uint32 gpiointpolarity; /* 0x70 */
223     uint32 gpiointmask;     /* 0x74 */
224 
225     /* GPIO events corerev >= 11 */
226     uint32 gpioevent;
227     uint32 gpioeventintmask;
228 
229     /* Watchdog timer */
230     uint32 watchdog; /* 0x80 */
231 
232     /* GPIO events corerev >= 11 */
233     uint32 gpioeventintpolarity;
234 
235     /* GPIO based LED powersave registers corerev >= 16 */
236     uint32 gpiotimerval; /* 0x88 */
237     uint32 gpiotimeroutmask;
238 
239     /* clock control */
240     uint32 clockcontrol_n;   /* 0x90 */
241     uint32 clockcontrol_sb;  /* aka m0 */
242     uint32 clockcontrol_pci; /* aka m1 */
243     uint32 clockcontrol_m2;  /* mii/uart/mipsref */
244     uint32 clockcontrol_m3;  /* cpu */
245     uint32 clkdiv;           /* corerev >= 3 */
246     uint32 gpiodebugsel;     /* corerev >= 28 */
247     uint32 capabilities_ext; /* 0xac  */
248 
249     /* pll delay registers (corerev >= 4) */
250     uint32 pll_on_delay; /* 0xb0 */
251     uint32 fref_sel_delay;
252     uint32 slow_clk_ctl; /* 5 < corerev < 10 */
253     uint32 PAD;
254 
255     /* Instaclock registers (corerev >= 10) */
256     uint32 system_clk_ctl; /* 0xc0 */
257     uint32 clkstatestretch;
258     uint32 PAD[2];
259 
260     /* Indirect backplane access (corerev >= 22) */
261     uint32 bp_addrlow; /* 0xd0 */
262     uint32 bp_addrhigh;
263     uint32 bp_data;
264     uint32 PAD;
265     uint32 bp_indaccess;
266     /* SPI registers, corerev >= 37 */
267     uint32 gsioctrl;
268     uint32 gsioaddress;
269     uint32 gsiodata;
270 
271     /* More clock dividers (corerev >= 32) */
272     uint32 clkdiv2;
273     /* FAB ID (corerev >= 40) */
274     uint32 otpcontrol1;
275     uint32 fabid; /* 0xf8 */
276 
277     /* In AI chips, pointer to erom */
278     uint32 eromptr; /* 0xfc */
279 
280     /* ExtBus control registers (corerev >= 3) */
281     uint32 pcmcia_config; /* 0x100 */
282     uint32 pcmcia_memwait;
283     uint32 pcmcia_attrwait;
284     uint32 pcmcia_iowait;
285     uint32 ide_config;
286     uint32 ide_memwait;
287     uint32 ide_attrwait;
288     uint32 ide_iowait;
289     uint32 prog_config;
290     uint32 prog_waitcount;
291     uint32 flash_config;
292     uint32 flash_waitcount;
293     uint32 SECI_config; /* 0x130 SECI configuration */
294     uint32 SECI_status;
295     uint32 SECI_statusmask;
296     uint32 SECI_rxnibchanged;
297 
298     uint32 PAD[20];
299 
300     /* SROM interface (corerev >= 32) */
301     uint32 sromcontrol; /* 0x190 */
302     uint32 sromaddress;
303     uint32 sromdata;
304     uint32 PAD[1]; /* 0x19C */
305     /* NAND flash registers for BCM4706 (corerev = 31) */
306     uint32 nflashctrl; /* 0x1a0 */
307     uint32 nflashconf;
308     uint32 nflashcoladdr;
309     uint32 nflashrowaddr;
310     uint32 nflashdata;
311     uint32 nflashwaitcnt0; /* 0x1b4 */
312     uint32 PAD[2];
313 
314     uint32 seci_uart_data; /* 0x1C0 */
315     uint32 seci_uart_bauddiv;
316     uint32 seci_uart_fcr;
317     uint32 seci_uart_lcr;
318     uint32 seci_uart_mcr;
319     uint32 seci_uart_lsr;
320     uint32 seci_uart_msr;
321     uint32 seci_uart_baudadj;
322     /* Clock control and hardware workarounds (corerev >= 20) */
323     uint32 clk_ctl_st; /* 0x1e0 */
324     uint32 hw_war;
325     uint32 powerctl; /* 0x1e8 */
326     uint32 PAD[69];
327 
328     /* UARTs */
329     uint8 uart0data; /* 0x300 */
330     uint8 uart0imr;
331     uint8 uart0fcr;
332     uint8 uart0lcr;
333     uint8 uart0mcr;
334     uint8 uart0lsr;
335     uint8 uart0msr;
336     uint8 uart0scratch;
337     uint8 PAD[248]; /* corerev >= 1 */
338 
339     uint8 uart1data; /* 0x400 */
340     uint8 uart1imr;
341     uint8 uart1fcr;
342     uint8 uart1lcr;
343     uint8 uart1mcr;
344     uint8 uart1lsr;
345     uint8 uart1msr;
346     uint8 uart1scratch; /* 0x407 */
347     uint32 PAD[50];
348     uint32 sr_memrw_addr; /* 0x4d0 */
349     uint32 sr_memrw_data; /* 0x4d4 */
350     uint32 PAD[10];
351 
352     /* save/restore, corerev >= 48 */
353     uint32 sr_capability; /* 0x500 */
354     uint32 sr_control0;   /* 0x504 */
355     uint32 sr_control1;   /* 0x508 */
356     uint32 gpio_control;  /* 0x50C */
357     uint32 PAD[29];
358     /* 2 SR engines case */
359     uint32 sr1_control0; /* 0x584 */
360     uint32 sr1_control1; /* 0x588 */
361     uint32 PAD[29];
362     /* PMU registers (corerev >= 20) */
363     /* Note: all timers driven by ILP clock are updated asynchronously to
364      * HT/ALP. The CPU must read them twice, compare, and retry if different.
365      */
366     uint32 pmucontrol; /* 0x600 */
367     uint32 pmucapabilities;
368     uint32 pmustatus;
369     uint32 res_state;
370     uint32 res_pending;
371     uint32 pmutimer;
372     uint32 min_res_mask;
373     uint32 max_res_mask;
374     uint32 res_table_sel;
375     uint32 res_dep_mask;
376     uint32 res_updn_timer;
377     uint32 res_timer;
378     uint32 clkstretch;
379     uint32 pmuwatchdog;
380     uint32 gpiosel;    /* 0x638, rev >= 1 */
381     uint32 gpioenable; /* 0x63c, rev >= 1 */
382     uint32 res_req_timer_sel;
383     uint32 res_req_timer;
384     uint32 res_req_mask;
385     uint32 core_cap_ext;     /* 0x64c */
386     uint32 chipcontrol_addr; /* 0x650 */
387     uint32 chipcontrol_data; /* 0x654 */
388     uint32 regcontrol_addr;
389     uint32 regcontrol_data;
390     uint32 pllcontrol_addr;
391     uint32 pllcontrol_data;
392     uint32 pmustrapopt;   /* 0x668, corerev >= 28 */
393     uint32 pmu_xtalfreq;  /* 0x66C, pmurev >= 10 */
394     uint32 retention_ctl; /* 0x670 */
395     uint32 ILPPeriod;     /* 0x674 */
396     uint32 PAD[2];
397     uint32 retention_grpidx;  /* 0x680 */
398     uint32 retention_grpctl;  /* 0x684 */
399     uint32 mac_res_req_timer; /* 0x688 */
400     uint32 mac_res_req_mask;  /* 0x68c */
401     uint32 PAD[18];
402     uint32 pmucontrol_ext;      /* 0x6d8 */
403     uint32 slowclkperiod;       /* 0x6dc */
404     uint32 pmu_statstimer_addr; /* 0x6e0 */
405     uint32 pmu_statstimer_ctrl; /* 0x6e4 */
406     uint32 pmu_statstimer_N;    /* 0x6e8 */
407     uint32 PAD[1];
408     uint32 mac_res_req_timer1; /* 0x6f0 */
409     uint32 mac_res_req_mask1;  /* 0x6f4 */
410     uint32 PAD[2];
411     uint32 pmuintmask0; /* 0x700 */
412     uint32 pmuintmask1; /* 0x704 */
413     uint32 PAD[14];
414     uint32 pmuintstatus;    /* 0x740 */
415     uint32 extwakeupstatus; /* 0x744 */
416     uint32 PAD[6];
417     uint32 extwakemask0;      /* 0x760 */
418     uint32 extwakemask1;      /* 0x764 */
419     uint32 PAD[2];            /* 0x768-0x76C */
420     uint32 extwakereqmask[2]; /* 0x770-0x774 */
421     uint32 PAD[2];            /* 0x778-0x77C */
422     uint32 pmuintctrl0;       /* 0x780 */
423     uint32 PAD[3];            /* 0x784 - 0x78c */
424     uint32 extwakectrl[1];    /* 0x790 */
425     uint32 PAD[8];
426     uint32 fis_ctrl_status;  /* 0x7b4 */
427     uint32 fis_min_res_mask; /* 0x7b8 */
428     uint32 PAD[17];
429     uint16 sromotp[512]; /* 0x800 */
430 #ifdef CCNFLASH_SUPPORT
431     /* Nand flash MLC controller registers (corerev >= 38) */
432     uint32 nand_revision; /* 0xC00 */
433     uint32 nand_cmd_start;
434     uint32 nand_cmd_addr_x;
435     uint32 nand_cmd_addr;
436     uint32 nand_cmd_end_addr;
437     uint32 nand_cs_nand_select;
438     uint32 nand_cs_nand_xor;
439     uint32 PAD;
440     uint32 nand_spare_rd0;
441     uint32 nand_spare_rd4;
442     uint32 nand_spare_rd8;
443     uint32 nand_spare_rd12;
444     uint32 nand_spare_wr0;
445     uint32 nand_spare_wr4;
446     uint32 nand_spare_wr8;
447     uint32 nand_spare_wr12;
448     uint32 nand_acc_control;
449     uint32 PAD;
450     uint32 nand_config;
451     uint32 PAD;
452     uint32 nand_timing_1;
453     uint32 nand_timing_2;
454     uint32 nand_semaphore;
455     uint32 PAD;
456     uint32 nand_devid;
457     uint32 nand_devid_x;
458     uint32 nand_block_lock_status;
459     uint32 nand_intfc_status;
460     uint32 nand_ecc_corr_addr_x;
461     uint32 nand_ecc_corr_addr;
462     uint32 nand_ecc_unc_addr_x;
463     uint32 nand_ecc_unc_addr;
464     uint32 nand_read_error_count;
465     uint32 nand_corr_stat_threshold;
466     uint32 PAD[2];
467     uint32 nand_read_addr_x;
468     uint32 nand_read_addr;
469     uint32 nand_page_program_addr_x;
470     uint32 nand_page_program_addr;
471     uint32 nand_copy_back_addr_x;
472     uint32 nand_copy_back_addr;
473     uint32 nand_block_erase_addr_x;
474     uint32 nand_block_erase_addr;
475     uint32 nand_inv_read_addr_x;
476     uint32 nand_inv_read_addr;
477     uint32 PAD[2];
478     uint32 nand_blk_wr_protect;
479     uint32 PAD[3];
480     uint32 nand_acc_control_cs1;
481     uint32 nand_config_cs1;
482     uint32 nand_timing_1_cs1;
483     uint32 nand_timing_2_cs1;
484     uint32 PAD[20];
485     uint32 nand_spare_rd16;
486     uint32 nand_spare_rd20;
487     uint32 nand_spare_rd24;
488     uint32 nand_spare_rd28;
489     uint32 nand_cache_addr;
490     uint32 nand_cache_data;
491     uint32 nand_ctrl_config;
492     uint32 nand_ctrl_status;
493 #endif                    /* CCNFLASH_SUPPORT */
494     uint32 gci_corecaps0; /* GCI starting at 0xC00 */
495     uint32 gci_corecaps1;
496     uint32 gci_corecaps2;
497     uint32 gci_corectrl;
498     uint32 gci_corestat;     /* 0xC10 */
499     uint32 gci_intstat;      /* 0xC14 */
500     uint32 gci_intmask;      /* 0xC18 */
501     uint32 gci_wakemask;     /* 0xC1C */
502     uint32 gci_levelintstat; /* 0xC20 */
503     uint32 gci_eventintstat; /* 0xC24 */
504     uint32 PAD[6];
505     uint32 gci_indirect_addr; /* 0xC40 */
506     uint32 gci_gpioctl;       /* 0xC44 */
507     uint32 gci_gpiostatus;
508     uint32 gci_gpiomask;     /* 0xC4C */
509     uint32 gci_eventsummary; /* 0xC50 */
510     uint32 gci_miscctl;      /* 0xC54 */
511     uint32 gci_gpiointmask;
512     uint32 gci_gpiowakemask;
513     uint32 gci_input[32];    /* C60 */
514     uint32 gci_event[32];    /* CE0 */
515     uint32 gci_output[4];    /* D60 */
516     uint32 gci_control_0;    /* 0xD70 */
517     uint32 gci_control_1;    /* 0xD74 */
518     uint32 gci_intpolreg;    /* 0xD78 */
519     uint32 gci_levelintmask; /* 0xD7C */
520     uint32 gci_eventintmask; /* 0xD80 */
521     uint32 PAD[3];
522     uint32 gci_inbandlevelintmask; /* 0xD90 */
523     uint32 gci_inbandeventintmask; /* 0xD94 */
524     uint32 PAD[2];
525     uint32 gci_seciauxtx;          /* 0xDA0 */
526     uint32 gci_seciauxrx;          /* 0xDA4 */
527     uint32 gci_secitx_datatag;     /* 0xDA8 */
528     uint32 gci_secirx_datatag;     /* 0xDAC */
529     uint32 gci_secitx_datamask;    /* 0xDB0 */
530     uint32 gci_seciusef0tx_reg;    /* 0xDB4 */
531     uint32 gci_secif0tx_offset;    /* 0xDB8 */
532     uint32 gci_secif0rx_offset;    /* 0xDBC */
533     uint32 gci_secif1tx_offset;    /* 0xDC0 */
534     uint32 gci_rxfifo_common_ctrl; /* 0xDC4 */
535     uint32 gci_rxfifoctrl;         /* 0xDC8 */
536     uint32 gci_uartreadid;         /* DCC */
537     uint32 gci_seciuartescval;     /* DD0 */
538     uint32 PAD;
539     uint32 gci_secififolevel; /* DD8 */
540     uint32 gci_seciuartdata;  /* DDC */
541     uint32 gci_secibauddiv;   /* DE0 */
542     uint32 gci_secifcr;       /* DE4 */
543     uint32 gci_secilcr;       /* DE8 */
544     uint32 gci_secimcr;       /* DEC */
545     uint32 gci_secilsr;       /* DF0 */
546     uint32 gci_secimsr;       /* DF4 */
547     uint32 gci_baudadj;       /* DF8 */
548     uint32 PAD;
549     uint32 gci_chipctrl;           /* 0xE00 */
550     uint32 gci_chipsts;            /* 0xE04 */
551     uint32 gci_gpioout;            /* 0xE08 */
552     uint32 gci_gpioout_read;       /* 0xE0C */
553     uint32 gci_mpwaketx;           /* 0xE10 */
554     uint32 gci_mpwakedetect;       /* 0xE14 */
555     uint32 gci_seciin_ctrl;        /* 0xE18 */
556     uint32 gci_seciout_ctrl;       /* 0xE1C */
557     uint32 gci_seciin_auxfifo_en;  /* 0xE20 */
558     uint32 gci_seciout_txen_txbr;  /* 0xE24 */
559     uint32 gci_seciin_rxbrstatus;  /* 0xE28 */
560     uint32 gci_seciin_rxerrstatus; /* 0xE2C */
561     uint32 gci_seciin_fcstatus;    /* 0xE30 */
562     uint32 gci_seciout_txstatus;   /* 0xE34 */
563     uint32 gci_seciout_txbrstatus; /* 0xE38 */
564 } chipcregs_t;
565 
566 #endif /* !_LANGUAGE_ASSEMBLY && !__ASSEMBLY__ */
567 
568 #define CC_CHIPID 0
569 #define CC_CAPABILITIES 4
570 #define CC_CHIPST 0x2c
571 #define CC_EROMPTR 0xfc
572 
573 #define CC_OTPST 0x10
574 #define CC_INTSTATUS 0x20
575 #define CC_INTMASK 0x24
576 #define CC_JTAGCMD 0x30
577 #define CC_JTAGIR 0x34
578 #define CC_JTAGDR 0x38
579 #define CC_JTAGCTRL 0x3c
580 #define CC_GPIOPU 0x58
581 #define CC_GPIOPD 0x5c
582 #define CC_GPIOIN 0x60
583 #define CC_GPIOOUT 0x64
584 #define CC_GPIOOUTEN 0x68
585 #define CC_GPIOCTRL 0x6c
586 #define CC_GPIOPOL 0x70
587 #define CC_GPIOINTM 0x74
588 #define CC_GPIOEVENT 0x78
589 #define CC_GPIOEVENTMASK 0x7c
590 #define CC_WATCHDOG 0x80
591 #define CC_GPIOEVENTPOL 0x84
592 #define CC_CLKC_N 0x90
593 #define CC_CLKC_M0 0x94
594 #define CC_CLKC_M1 0x98
595 #define CC_CLKC_M2 0x9c
596 #define CC_CLKC_M3 0xa0
597 #define CC_CLKDIV 0xa4
598 #define CC_CAP_EXT 0xac
599 #define CC_SYS_CLK_CTL 0xc0
600 #define CC_CLKDIV2 0xf0
601 #define CC_CLK_CTL_ST SI_CLK_CTL_ST
602 #define PMU_CTL 0x600
603 #define PMU_CAP 0x604
604 #define PMU_ST 0x608
605 #define PMU_RES_STATE 0x60c
606 #define PMU_RES_PENDING 0x610
607 #define PMU_TIMER 0x614
608 #define PMU_MIN_RES_MASK 0x618
609 #define PMU_MAX_RES_MASK 0x61c
610 #define CC_CHIPCTL_ADDR 0x650
611 #define CC_CHIPCTL_DATA 0x654
612 #define PMU_REG_CONTROL_ADDR 0x658
613 #define PMU_REG_CONTROL_DATA 0x65C
614 #define PMU_PLL_CONTROL_ADDR 0x660
615 #define PMU_PLL_CONTROL_DATA 0x664
616 
617 #define CC_SROM_CTRL 0x190
618 #define CC_SROM_ADDRESS 0x194u
619 #define CC_SROM_DATA 0x198u
620 #ifdef SROM16K_4364_ADDRSPACE
621 #define CC_SROM_OTP 0xa000 /* SROM/OTP address space */
622 #else
623 #define CC_SROM_OTP 0x0800
624 #endif // endif
625 #define CC_GCI_INDIRECT_ADDR_REG 0xC40
626 #define CC_GCI_CHIP_CTRL_REG 0xE00
627 #define CC_GCI_CC_OFFSET_2 2
628 #define CC_GCI_CC_OFFSET_5 5
629 #define CC_SWD_CTRL 0x380
630 #define CC_SWD_REQACK 0x384
631 #define CC_SWD_DATA 0x388
632 #define GPIO_SEL_0 0x00001111
633 #define GPIO_SEL_1 0x11110000
634 #define GPIO_SEL_8 0x00001111
635 #define GPIO_SEL_9 0x11110000
636 
637 #define CHIPCTRLREG0 0x0
638 #define CHIPCTRLREG1 0x1
639 #define CHIPCTRLREG2 0x2
640 #define CHIPCTRLREG3 0x3
641 #define CHIPCTRLREG4 0x4
642 #define CHIPCTRLREG5 0x5
643 #define CHIPCTRLREG6 0x6
644 #define REGCTRLREG4 0x4
645 #define REGCTRLREG5 0x5
646 #define REGCTRLREG6 0x6
647 #define MINRESMASKREG 0x618
648 #define MAXRESMASKREG 0x61c
649 #define CHIPCTRLADDR 0x650
650 #define CHIPCTRLDATA 0x654
651 #define RSRCTABLEADDR 0x620
652 #define PMU_RES_DEP_MASK 0x624
653 #define RSRCUPDWNTIME 0x628
654 #define PMUREG_RESREQ_MASK 0x68c
655 #define PMUREG_RESREQ_TIMER 0x688
656 #define PMUREG_RESREQ_MASK1 0x6f4
657 #define PMUREG_RESREQ_TIMER1 0x6f0
658 #define EXT_LPO_AVAIL 0x100
659 #define LPO_SEL (1 << 0)
660 #define CC_EXT_LPO_PU 0x200000
661 #define GC_EXT_LPO_PU 0x2
662 #define CC_INT_LPO_PU 0x100000
663 #define GC_INT_LPO_PU 0x1
664 #define EXT_LPO_SEL 0x8
665 #define INT_LPO_SEL 0x4
666 #define ENABLE_FINE_CBUCK_CTRL (1 << 30)
667 #define REGCTRL5_PWM_AUTO_CTRL_MASK 0x007e0000
668 #define REGCTRL5_PWM_AUTO_CTRL_SHIFT 17
669 #define REGCTRL6_PWM_AUTO_CTRL_MASK 0x3fff0000
670 #define REGCTRL6_PWM_AUTO_CTRL_SHIFT 16
671 #define CC_BP_IND_ACCESS_START_SHIFT 9
672 #define CC_BP_IND_ACCESS_START_MASK (1 << CC_BP_IND_ACCESS_START_SHIFT)
673 #define CC_BP_IND_ACCESS_RDWR_SHIFT 8
674 #define CC_BP_IND_ACCESS_RDWR_MASK (1 << CC_BP_IND_ACCESS_RDWR_SHIFT)
675 #define CC_BP_IND_ACCESS_ERROR_SHIFT 10
676 #define CC_BP_IND_ACCESS_ERROR_MASK (1 << CC_BP_IND_ACCESS_ERROR_SHIFT)
677 
678 #define LPO_SEL_TIMEOUT 1000
679 
680 #define LPO_FINAL_SEL_SHIFT 18
681 
682 #define LHL_LPO1_SEL 0
683 #define LHL_LPO2_SEL 0x1
684 #define LHL_32k_SEL 0x2
685 #define LHL_EXT_SEL 0x3
686 
687 #define EXTLPO_BUF_PD 0x40
688 #define LPO1_PD_EN 0x1
689 #define LPO1_PD_SEL 0x6
690 #define LPO1_PD_SEL_VAL 0x4
691 #define LPO2_PD_EN 0x8
692 #define LPO2_PD_SEL 0x30
693 #define LPO2_PD_SEL_VAL 0x20
694 #define OSC_32k_PD 0x80
695 
696 #define LHL_CLK_DET_CTL_AD_CNTR_CLK_SEL 0x3
697 
698 #define LHL_LPO_AUTO 0x0
699 #define LHL_LPO1_ENAB 0x1
700 #define LHL_LPO2_ENAB 0x2
701 #define LHL_OSC_32k_ENAB 0x3
702 #define LHL_EXT_LPO_ENAB 0x4
703 #define RADIO_LPO_ENAB 0x5
704 
705 #define LHL_CLK_DET_CTL_ADR_LHL_CNTR_EN 0x4
706 #define LHL_CLK_DET_CTL_ADR_LHL_CNTR_CLR 0x8
707 #define LHL_CLK_DET_CNT 0xF0
708 #define LHL_CLK_DET_CNT_SHIFT 4
709 #define LPO_SEL_SHIFT 9
710 
711 #define LHL_MAIN_CTL_ADR_FINAL_CLK_SEL 0x3C0000
712 #define LHL_MAIN_CTL_ADR_LHL_WLCLK_SEL 0x600
713 
714 #define CLK_DET_CNT_THRESH 8
715 
716 #ifdef SR_DEBUG
717 #define SUBCORE_POWER_ON 0x0001
718 #define PHY_POWER_ON 0x0010
719 #define VDDM_POWER_ON 0x0100
720 #define MEMLPLDO_POWER_ON 0x1000
721 #define SUBCORE_POWER_ON_CHK 0x00040000
722 #define PHY_POWER_ON_CHK 0x00080000
723 #define VDDM_POWER_ON_CHK 0x00100000
724 #define MEMLPLDO_POWER_ON_CHK 0x00200000
725 #endif /* SR_DEBUG */
726 
727 #ifdef CCNFLASH_SUPPORT
728 /* NAND flash support */
729 #define CC_NAND_REVISION 0xC00
730 #define CC_NAND_CMD_START 0xC04
731 #define CC_NAND_CMD_ADDR 0xC0C
732 #define CC_NAND_SPARE_RD_0 0xC20
733 #define CC_NAND_SPARE_RD_4 0xC24
734 #define CC_NAND_SPARE_RD_8 0xC28
735 #define CC_NAND_SPARE_RD_C 0xC2C
736 #define CC_NAND_CONFIG 0xC48
737 #define CC_NAND_DEVID 0xC60
738 #define CC_NAND_DEVID_EXT 0xC64
739 #define CC_NAND_INTFC_STATUS 0xC6C
740 #endif /* CCNFLASH_SUPPORT */
741 
742 /* chipid */
743 #define CID_ID_MASK 0x0000ffff  /**< Chip Id mask */
744 #define CID_REV_MASK 0x000f0000 /**< Chip Revision mask */
745 #define CID_REV_SHIFT 16        /**< Chip Revision shift */
746 #define CID_PKG_MASK 0x00f00000 /**< Package Option mask */
747 #define CID_PKG_SHIFT 20        /**< Package Option shift */
748 #define CID_CC_MASK 0x0f000000  /**< CoreCount (corerev >= 4) */
749 #define CID_CC_SHIFT 24
750 #define CID_TYPE_MASK 0xf0000000 /**< Chip Type */
751 #define CID_TYPE_SHIFT 28
752 
753 /* capabilities */
754 #define CC_CAP_UARTS_MASK 0x00000003 /**< Number of UARTs */
755 #define CC_CAP_MIPSEB 0x00000004     /**< MIPS is in big-endian mode */
756 #define CC_CAP_UCLKSEL 0x00000018    /**< UARTs clock select */
757 #define CC_CAP_UINTCLK                                                         \
758     0x00000008 /**< UARTs are driven by internal divided clock */
759 #define CC_CAP_UARTGPIO 0x00000020    /**< UARTs own GPIOs 15:12 */
760 #define CC_CAP_EXTBUS_MASK 0x000000c0 /**< External bus mask */
761 #define CC_CAP_EXTBUS_NONE 0x00000000 /**< No ExtBus present */
762 #define CC_CAP_EXTBUS_FULL 0x00000040 /**< ExtBus: PCMCIA, IDE & Prog */
763 #define CC_CAP_EXTBUS_PROG 0x00000080 /**< ExtBus: ProgIf only */
764 #define CC_CAP_FLASH_MASK 0x00000700  /**< Type of flash */
765 #define CC_CAP_PLL_MASK 0x00038000    /**< Type of PLL */
766 #define CC_CAP_PWR_CTL 0x00040000     /**< Power control */
767 #define CC_CAP_OTPSIZE 0x00380000     /**< OTP Size (0 = none) */
768 #define CC_CAP_OTPSIZE_SHIFT 19       /**< OTP Size shift */
769 #define CC_CAP_OTPSIZE_BASE 5         /**< OTP Size base */
770 #define CC_CAP_JTAGP 0x00400000       /**< JTAG Master Present */
771 #define CC_CAP_ROM 0x00800000         /**< Internal boot rom active */
772 #define CC_CAP_BKPLN64 0x08000000     /**< 64-bit backplane */
773 #define CC_CAP_PMU 0x10000000         /**< PMU Present, rev >= 20 */
774 #define CC_CAP_ECI 0x20000000         /**< ECI Present, rev >= 21 */
775 #define CC_CAP_SROM 0x40000000        /**< Srom Present, rev >= 32 */
776 #define CC_CAP_NFLASH 0x80000000      /**< Nand flash present, rev >= 35 */
777 
778 #define CC_CAP2_SECI 0x00000001 /**< SECI Present, rev >= 36 */
779 #define CC_CAP2_GSIO 0x00000002 /**< GSIO (spi/i2c) present, rev >= 37 */
780 
781 /* capabilities extension */
782 #define CC_CAP_EXT_SECI_PRESENT 0x00000001       /**< SECI present */
783 #define CC_CAP_EXT_GSIO_PRESENT 0x00000002       /**< GSIO present */
784 #define CC_CAP_EXT_GCI_PRESENT 0x00000004        /**< GCI present */
785 #define CC_CAP_EXT_SECI_PUART_PRESENT 0x00000008 /**< UART present */
786 #define CC_CAP_EXT_AOB_PRESENT 0x00000040        /**< AOB present */
787 #define CC_CAP_EXT_SWD_PRESENT 0x00000400        /**< SWD present */
788 
789 /* WL Channel Info to BT via GCI - bits 40 - 47 */
790 #define GCI_WL_CHN_INFO_MASK (0xFF00)
791 /* WL indication of MCHAN enabled/disabled to BT in awdl mode- bit 36 */
792 #define GCI_WL_MCHAN_BIT_MASK (0x0010)
793 
794 #ifdef WLC_SW_DIVERSITY
795 /* WL indication of SWDIV enabled/disabled to BT - bit 33 */
796 #define GCI_WL_SWDIV_ANT_VALID_BIT_MASK (0x0002)
797 #define GCI_SWDIV_ANT_VALID_SHIFT 0x1
798 #define GCI_SWDIV_ANT_VALID_DISABLE 0x0
799 #endif // endif
800 
801 /* WL Strobe to BT */
802 #define GCI_WL_STROBE_BIT_MASK (0x0020)
803 /* bits [51:48] - reserved for wlan TX pwr index */
804 /* bits [55:52] btc mode indication */
805 #define GCI_WL_BTC_MODE_SHIFT (20)
806 #define GCI_WL_BTC_MODE_MASK (0xF << GCI_WL_BTC_MODE_SHIFT)
807 #define GCI_WL_ANT_BIT_MASK (0x00c0)
808 #define GCI_WL_ANT_SHIFT_BITS (6)
809 /* PLL type */
810 #define PLL_NONE 0x00000000
811 #define PLL_TYPE1 0x00010000 /**< 48MHz base, 3 dividers */
812 #define PLL_TYPE2 0x00020000 /**< 48MHz, 4 dividers */
813 #define PLL_TYPE3 0x00030000 /**< 25MHz, 2 dividers */
814 #define PLL_TYPE4 0x00008000 /**< 48MHz, 4 dividers */
815 #define PLL_TYPE5 0x00018000 /**< 25MHz, 4 dividers */
816 #define PLL_TYPE6 0x00028000 /**< 100/200 or 120/240 only */
817 #define PLL_TYPE7 0x00038000 /**< 25MHz, 4 dividers */
818 
819 /* ILP clock */
820 #define ILP_CLOCK 32000
821 
822 /* ALP clock on pre-PMU chips */
823 #define ALP_CLOCK 20000000
824 
825 #ifdef CFG_SIM
826 #define NS_ALP_CLOCK 84922
827 #define NS_SLOW_ALP_CLOCK 84922
828 #define NS_CPU_CLOCK 534500
829 #define NS_SLOW_CPU_CLOCK 534500
830 #define NS_SI_CLOCK 271750
831 #define NS_SLOW_SI_CLOCK 271750
832 #define NS_FAST_MEM_CLOCK 271750
833 #define NS_MEM_CLOCK 271750
834 #define NS_SLOW_MEM_CLOCK 271750
835 #else
836 #define NS_ALP_CLOCK 125000000
837 #define NS_SLOW_ALP_CLOCK 100000000
838 #define NS_CPU_CLOCK 1000000000
839 #define NS_SLOW_CPU_CLOCK 800000000
840 #define NS_SI_CLOCK 250000000
841 #define NS_SLOW_SI_CLOCK 200000000
842 #define NS_FAST_MEM_CLOCK 800000000
843 #define NS_MEM_CLOCK 533000000
844 #define NS_SLOW_MEM_CLOCK 400000000
845 #endif /* CFG_SIM */
846 
847 #define ALP_CLOCK_53573 40000000
848 
849 /* HT clock */
850 #define HT_CLOCK 80000000
851 
852 /* corecontrol */
853 #define CC_UARTCLKO 0x00000001 /**< Drive UART with internal clock */
854 #define CC_SE 0x00000002       /**< sync clk out enable (corerev >= 3) */
855 #define CC_ASYNCGPIO                                                           \
856     0x00000004 /**< 1=generate GPIO interrupt without backplane clock */
857 #define CC_UARTCLKEN 0x00000008 /**< enable UART Clock (corerev > = 21 */
858 
859 /* retention_ctl */
860 #define RCTL_MEM_RET_SLEEP_LOG_SHIFT 29
861 #define RCTL_MEM_RET_SLEEP_LOG_MASK (1 << RCTL_MEM_RET_SLEEP_LOG_SHIFT)
862 
863 /* 4321 chipcontrol */
864 #define CHIPCTRL_4321_PLL_DOWN 0x800000 /**< serdes PLL down override */
865 
866 /* Fields in the otpstatus register in rev >= 21 */
867 #define OTPS_OL_MASK 0x000000ff
868 #define OTPS_OL_MFG 0x00000001 /**< manuf row is locked */
869 #define OTPS_OL_OR1 0x00000002 /**< otp redundancy row 1 is locked */
870 #define OTPS_OL_OR2 0x00000004 /**< otp redundancy row 2 is locked */
871 #define OTPS_OL_GU 0x00000008  /**< general use region is locked */
872 #define OTPS_GUP_MASK 0x00000f00
873 #define OTPS_GUP_SHIFT 8
874 #define OTPS_GUP_HW 0x00000100   /**< h/w subregion is programmed */
875 #define OTPS_GUP_SW 0x00000200   /**< s/w subregion is programmed */
876 #define OTPS_GUP_CI 0x00000400   /**< chipid/pkgopt subregion is programmed */
877 #define OTPS_GUP_FUSE 0x00000800 /**< fuse subregion is programmed */
878 #define OTPS_READY 0x00001000
879 #define OTPS_RV(x) (1 << (16 + (x))) /**< redundancy entry valid */
880 #define OTPS_RV_MASK 0x0fff0000
881 #define OTPS_PROGOK 0x40000000
882 
883 /* Fields in the otpcontrol register in rev >= 21 */
884 #define OTPC_PROGSEL 0x00000001
885 #define OTPC_PCOUNT_MASK 0x0000000e
886 #define OTPC_PCOUNT_SHIFT 1
887 #define OTPC_VSEL_MASK 0x000000f0
888 #define OTPC_VSEL_SHIFT 4
889 #define OTPC_TMM_MASK 0x00000700
890 #define OTPC_TMM_SHIFT 8
891 #define OTPC_ODM 0x00000800
892 #define OTPC_PROGEN 0x80000000
893 
894 /* Fields in the 40nm otpcontrol register in rev >= 40 */
895 #define OTPC_40NM_PROGSEL_SHIFT 0
896 #define OTPC_40NM_PCOUNT_SHIFT 1
897 #define OTPC_40NM_PCOUNT_WR 0xA
898 #define OTPC_40NM_PCOUNT_V1X 0xB
899 #define OTPC_40NM_REGCSEL_SHIFT 5
900 #define OTPC_40NM_REGCSEL_DEF 0x4
901 #define OTPC_40NM_PROGIN_SHIFT 8
902 #define OTPC_40NM_R2X_SHIFT 10
903 #define OTPC_40NM_ODM_SHIFT 11
904 #define OTPC_40NM_DF_SHIFT 15
905 #define OTPC_40NM_VSEL_SHIFT 16
906 #define OTPC_40NM_VSEL_WR 0xA
907 #define OTPC_40NM_VSEL_V1X 0xA
908 #define OTPC_40NM_VSEL_R1X 0x5
909 #define OTPC_40NM_COFAIL_SHIFT 30
910 
911 #define OTPC1_CPCSEL_SHIFT 0
912 #define OTPC1_CPCSEL_DEF 6
913 #define OTPC1_TM_SHIFT 8
914 #define OTPC1_TM_WR 0x84
915 #define OTPC1_TM_V1X 0x84
916 #define OTPC1_TM_R1X 0x4
917 #define OTPC1_CLK_EN_MASK 0x00020000
918 #define OTPC1_CLK_DIV_MASK 0x00FC0000
919 
920 /* Fields in otpprog in rev >= 21 and HND OTP */
921 #define OTPP_COL_MASK 0x000000ff
922 #define OTPP_COL_SHIFT 0
923 #define OTPP_ROW_MASK 0x0000ff00
924 #define OTPP_ROW_MASK9 0x0001ff00 /* for ccrev >= 49 */
925 #define OTPP_ROW_SHIFT 8
926 #define OTPP_OC_MASK 0x0f000000
927 #define OTPP_OC_SHIFT 24
928 #define OTPP_READERR 0x10000000
929 #define OTPP_VALUE_MASK 0x20000000
930 #define OTPP_VALUE_SHIFT 29
931 #define OTPP_START_BUSY 0x80000000
932 #define OTPP_READ 0x40000000 /* HND OTP */
933 
934 /* Fields in otplayout register */
935 #define OTPL_HWRGN_OFF_MASK 0x00000FFF
936 #define OTPL_HWRGN_OFF_SHIFT 0
937 #define OTPL_WRAP_REVID_MASK 0x00F80000
938 #define OTPL_WRAP_REVID_SHIFT 19
939 #define OTPL_WRAP_TYPE_MASK 0x00070000
940 #define OTPL_WRAP_TYPE_SHIFT 16
941 #define OTPL_WRAP_TYPE_65NM 0
942 #define OTPL_WRAP_TYPE_40NM 1
943 #define OTPL_WRAP_TYPE_28NM 2
944 #define OTPL_ROW_SIZE_MASK 0x0000F000
945 #define OTPL_ROW_SIZE_SHIFT 12
946 
947 /* otplayout reg corerev >= 36 */
948 #define OTP_CISFORMAT_NEW 0x80000000
949 
950 /* Opcodes for OTPP_OC field */
951 #define OTPPOC_READ 0
952 #define OTPPOC_BIT_PROG 1
953 #define OTPPOC_VERIFY 3
954 #define OTPPOC_INIT 4
955 #define OTPPOC_SET 5
956 #define OTPPOC_RESET 6
957 #define OTPPOC_OCST 7
958 #define OTPPOC_ROW_LOCK 8
959 #define OTPPOC_PRESCN_TEST 9
960 
961 /* Opcodes for OTPP_OC field (40NM) */
962 #define OTPPOC_READ_40NM 0
963 #define OTPPOC_PROG_ENABLE_40NM 1
964 #define OTPPOC_PROG_DISABLE_40NM 2
965 #define OTPPOC_VERIFY_40NM 3
966 #define OTPPOC_WORD_VERIFY_1_40NM 4
967 #define OTPPOC_ROW_LOCK_40NM 5
968 #define OTPPOC_STBY_40NM 6
969 #define OTPPOC_WAKEUP_40NM 7
970 #define OTPPOC_WORD_VERIFY_0_40NM 8
971 #define OTPPOC_PRESCN_TEST_40NM 9
972 #define OTPPOC_BIT_PROG_40NM 10
973 #define OTPPOC_WORDPROG_40NM 11
974 #define OTPPOC_BURNIN_40NM 12
975 #define OTPPOC_AUTORELOAD_40NM 13
976 #define OTPPOC_OVST_READ_40NM 14
977 #define OTPPOC_OVST_PROG_40NM 15
978 
979 /* Opcodes for OTPP_OC field (28NM) */
980 #define OTPPOC_READ_28NM 0
981 #define OTPPOC_READBURST_28NM 1
982 #define OTPPOC_PROG_ENABLE_28NM 2
983 #define OTPPOC_PROG_DISABLE_28NM 3
984 #define OTPPOC_PRESCREEN_28NM 4
985 #define OTPPOC_PRESCREEN_RP_28NM 5
986 #define OTPPOC_FLUSH_28NM 6
987 #define OTPPOC_NOP_28NM 7
988 #define OTPPOC_PROG_ECC_28NM 8
989 #define OTPPOC_PROG_ECC_READ_28NM 9
990 #define OTPPOC_PROG_28NM 10
991 #define OTPPOC_PROGRAM_RP_28NM 11
992 #define OTPPOC_PROGRAM_OVST_28NM 12
993 #define OTPPOC_RELOAD_28NM 13
994 #define OTPPOC_ERASE_28NM 14
995 #define OTPPOC_LOAD_RF_28NM 15
996 #define OTPPOC_CTRL_WR_28NM 16
997 #define OTPPOC_CTRL_RD_28NM 17
998 #define OTPPOC_READ_HP_28NM 18
999 #define OTPPOC_READ_OVST_28NM 19
1000 #define OTPPOC_READ_VERIFY0_28NM 20
1001 #define OTPPOC_READ_VERIFY1_28NM 21
1002 #define OTPPOC_READ_FORCE0_28NM 22
1003 #define OTPPOC_READ_FORCE1_28NM 23
1004 #define OTPPOC_BURNIN_28NM 24
1005 #define OTPPOC_PROGRAM_LOCK_28NM 25
1006 #define OTPPOC_PROGRAM_TESTCOL_28NM 26
1007 #define OTPPOC_READ_TESTCOL_28NM 27
1008 #define OTPPOC_READ_FOUT_28NM 28
1009 #define OTPPOC_SFT_RESET_28NM 29
1010 
1011 #define OTPP_OC_MASK_28NM 0x0f800000
1012 #define OTPP_OC_SHIFT_28NM 23
1013 #define OTPC_PROGEN_28NM 0x8
1014 #define OTPC_DBLERRCLR 0x20
1015 #define OTPC_CLK_EN_MASK 0x00000040
1016 #define OTPC_CLK_DIV_MASK 0x00000F80
1017 
1018 /* Fields in otplayoutextension */
1019 #define OTPLAYOUTEXT_FUSE_MASK 0x3FF
1020 
1021 /* Jtagm characteristics that appeared at a given corerev */
1022 #define JTAGM_CREV_OLD 10 /**< Old command set, 16bit max IR */
1023 #define JTAGM_CREV_IRP 22 /**< Able to do pause-ir */
1024 #define JTAGM_CREV_RTI 28 /**< Able to do return-to-idle */
1025 
1026 /* jtagcmd */
1027 #define JCMD_START 0x80000000
1028 #define JCMD_BUSY 0x80000000
1029 #define JCMD_STATE_MASK 0x60000000
1030 #define JCMD_STATE_TLR 0x00000000 /**< Test-logic-reset */
1031 #define JCMD_STATE_PIR 0x20000000 /**< Pause IR */
1032 #define JCMD_STATE_PDR 0x40000000 /**< Pause DR */
1033 #define JCMD_STATE_RTI 0x60000000 /**< Run-test-idle */
1034 #define JCMD0_ACC_MASK 0x0000f000
1035 #define JCMD0_ACC_IRDR 0x00000000
1036 #define JCMD0_ACC_DR 0x00001000
1037 #define JCMD0_ACC_IR 0x00002000
1038 #define JCMD0_ACC_RESET 0x00003000
1039 #define JCMD0_ACC_IRPDR 0x00004000
1040 #define JCMD0_ACC_PDR 0x00005000
1041 #define JCMD0_IRW_MASK 0x00000f00
1042 #define JCMD_ACC_MASK 0x000f0000 /**< Changes for corerev 11 */
1043 #define JCMD_ACC_IRDR 0x00000000
1044 #define JCMD_ACC_DR 0x00010000
1045 #define JCMD_ACC_IR 0x00020000
1046 #define JCMD_ACC_RESET 0x00030000
1047 #define JCMD_ACC_IRPDR 0x00040000
1048 #define JCMD_ACC_PDR 0x00050000
1049 #define JCMD_ACC_PIR 0x00060000
1050 #define JCMD_ACC_IRDR_I 0x00070000 /**< rev 28: return to run-test-idle */
1051 #define JCMD_ACC_DR_I 0x00080000   /**< rev 28: return to run-test-idle */
1052 #define JCMD_IRW_MASK 0x00001f00
1053 #define JCMD_IRW_SHIFT 8
1054 #define JCMD_DRW_MASK 0x0000003f
1055 
1056 /* jtagctrl */
1057 #define JCTRL_FORCE_CLK 4           /**< Force clock */
1058 #define JCTRL_EXT_EN 2              /**< Enable external targets */
1059 #define JCTRL_EN 1                  /**< Enable Jtag master */
1060 #define JCTRL_TAPSEL_BIT 0x00000008 /**< JtagMasterCtrl tap_sel bit */
1061 
1062 /* swdmasterctrl */
1063 #define SWDCTRL_INT_EN 8    /**< Enable internal targets */
1064 #define SWDCTRL_FORCE_CLK 4 /**< Force clock */
1065 #define SWDCTRL_OVJTAG 2    /**< Enable shared SWD/JTAG pins */
1066 #define SWDCTRL_EN 1        /**< Enable Jtag master */
1067 
1068 /* Fields in clkdiv */
1069 #define CLKD_SFLASH 0x1f000000
1070 #define CLKD_SFLASH_SHIFT 24
1071 #define CLKD_OTP 0x000f0000
1072 #define CLKD_OTP_SHIFT 16
1073 #define CLKD_JTAG 0x00000f00
1074 #define CLKD_JTAG_SHIFT 8
1075 #define CLKD_UART 0x000000ff
1076 
1077 #define CLKD2_SROM 0x00000007
1078 #define CLKD2_SROMDIV_32 0
1079 #define CLKD2_SROMDIV_64 1
1080 #define CLKD2_SROMDIV_96 2
1081 #define CLKD2_SROMDIV_128 3
1082 #define CLKD2_SROMDIV_192 4
1083 #define CLKD2_SROMDIV_256 5
1084 #define CLKD2_SROMDIV_384 6
1085 #define CLKD2_SROMDIV_512 7
1086 #define CLKD2_SWD 0xf8000000
1087 #define CLKD2_SWD_SHIFT 27
1088 
1089 /* intstatus/intmask */
1090 #define CI_GPIO 0x00000001    /**< gpio intr */
1091 #define CI_EI 0x00000002      /**< extif intr (corerev >= 3) */
1092 #define CI_TEMP 0x00000004    /**< temp. ctrl intr (corerev >= 15) */
1093 #define CI_SIRQ 0x00000008    /**< serial IRQ intr (corerev >= 15) */
1094 #define CI_ECI 0x00000010     /**< eci intr (corerev >= 21) */
1095 #define CI_PMU 0x00000020     /**< pmu intr (corerev >= 21) */
1096 #define CI_UART 0x00000040    /**< uart intr (corerev >= 21) */
1097 #define CI_WECI 0x00000080    /* eci wakeup intr (corerev >= 21) */
1098 #define CI_WDRESET 0x80000000 /**< watchdog reset occurred */
1099 
1100 /* slow_clk_ctl */
1101 #define SCC_SS_MASK 0x00000007 /**< slow clock source mask */
1102 #define SCC_SS_LPO 0x00000000  /**< source of slow clock is LPO */
1103 #define SCC_SS_XTAL 0x00000001 /**< source of slow clock is crystal */
1104 #define SCC_SS_PCI 0x00000002  /**< source of slow clock is PCI */
1105 #define SCC_LF 0x00000200      /**< LPOFreqSel, 1: 160Khz, 0: 32KHz */
1106 #define SCC_LP                                                                 \
1107     0x00000400 /**< LPOPowerDown, 1: LPO is disabled,                          \
1108                 * 0: LPO is enabled                                            \
1109                 */
1110 #define SCC_FS                                                                 \
1111     0x00000800 /**< ForceSlowClk, 1: sb/cores running on slow clock,           \
1112                 * 0: power logic control                                       \
1113                 */
1114 #define SCC_IP                                                                 \
1115     0x00001000 /**< IgnorePllOffReq, 1/0: power logic ignores/honors           \
1116                 * PLL clock disable requests from core                         \
1117                 */
1118 #define SCC_XC                                                                 \
1119     0x00002000            /**< XtalControlEn, 1/0: power logic does/doesn't    \
1120                            * disable crystal when appropriate                  \
1121                            */
1122 #define SCC_XP 0x00004000 /**< XtalPU (RO), 1/0: crystal running/disabled */
1123 #define SCC_CD_MASK 0xffff0000 /**< ClockDivider (SlowClk = 1/(4+divisor)) */
1124 #define SCC_CD_SHIFT 16
1125 
1126 /* system_clk_ctl */
1127 #define SYCC_IE 0x00000001      /**< ILPen: Enable Idle Low Power */
1128 #define SYCC_AE 0x00000002      /**< ALPen: Enable Active Low Power */
1129 #define SYCC_FP 0x00000004      /**< ForcePLLOn */
1130 #define SYCC_AR 0x00000008      /**< Force ALP (or HT if ALPen is not set */
1131 #define SYCC_HR 0x00000010      /**< Force HT */
1132 #define SYCC_CD_MASK 0xffff0000 /**< ClkDiv  (ILP = 1/(4 * (divisor + 1)) */
1133 #define SYCC_CD_SHIFT 16
1134 
1135 /* watchdogcounter */
1136 /* WL sub-system reset */
1137 #define WD_SSRESET_PCIE_F0_EN 0x10000000
1138 /* BT sub-system reset */
1139 #define WD_SSRESET_PCIE_F1_EN 0x20000000
1140 #define WD_SSRESET_PCIE_F2_EN 0x40000000
1141 /* Both WL and BT sub-system reset */
1142 #define WD_SSRESET_PCIE_ALL_FN_EN 0x80000000
1143 #define WD_COUNTER_MASK 0x0fffffff
1144 #define WD_ENABLE_MASK                                                         \
1145     (WD_SSRESET_PCIE_F0_EN | WD_SSRESET_PCIE_F1_EN | WD_SSRESET_PCIE_F2_EN |   \
1146      WD_SSRESET_PCIE_ALL_FN_EN)
1147 
1148 /* Indirect backplane access */
1149 #define BPIA_BYTEEN 0x0000000f
1150 #define BPIA_SZ1 0x00000001
1151 #define BPIA_SZ2 0x00000003
1152 #define BPIA_SZ4 0x00000007
1153 #define BPIA_SZ8 0x0000000f
1154 #define BPIA_WRITE 0x00000100
1155 #define BPIA_START 0x00000200
1156 #define BPIA_BUSY 0x00000200
1157 #define BPIA_ERROR 0x00000400
1158 
1159 /* pcmcia/prog/flash_config */
1160 #define CF_EN 0x00000001      /**< enable */
1161 #define CF_EM_MASK 0x0000000e /**< mode */
1162 #define CF_EM_SHIFT 1
1163 #define CF_EM_FLASH 0         /**< flash/asynchronous mode */
1164 #define CF_EM_SYNC 2          /**< synchronous mode */
1165 #define CF_EM_PCMCIA 4        /**< pcmcia mode */
1166 #define CF_DS 0x00000010      /**< destsize:  0=8bit, 1=16bit */
1167 #define CF_BS 0x00000020      /**< byteswap */
1168 #define CF_CD_MASK 0x000000c0 /**< clock divider */
1169 #define CF_CD_SHIFT 6
1170 #define CF_CD_DIV2 0x00000000 /**< backplane/2 */
1171 #define CF_CD_DIV3 0x00000040 /**< backplane/3 */
1172 #define CF_CD_DIV4 0x00000080 /**< backplane/4 */
1173 #define CF_CE 0x00000100      /**< clock enable */
1174 #define CF_SB 0x00000200      /**< size/bytestrobe (synch only) */
1175 
1176 /* pcmcia_memwait */
1177 #define PM_W0_MASK 0x0000003f /**< waitcount0 */
1178 #define PM_W1_MASK 0x00001f00 /**< waitcount1 */
1179 #define PM_W1_SHIFT 8
1180 #define PM_W2_MASK 0x001f0000 /**< waitcount2 */
1181 #define PM_W2_SHIFT 16
1182 #define PM_W3_MASK 0x1f000000 /**< waitcount3 */
1183 #define PM_W3_SHIFT 24
1184 
1185 /* pcmcia_attrwait */
1186 #define PA_W0_MASK 0x0000003f /**< waitcount0 */
1187 #define PA_W1_MASK 0x00001f00 /**< waitcount1 */
1188 #define PA_W1_SHIFT 8
1189 #define PA_W2_MASK 0x001f0000 /**< waitcount2 */
1190 #define PA_W2_SHIFT 16
1191 #define PA_W3_MASK 0x1f000000 /**< waitcount3 */
1192 #define PA_W3_SHIFT 24
1193 
1194 /* pcmcia_iowait */
1195 #define PI_W0_MASK 0x0000003f /**< waitcount0 */
1196 #define PI_W1_MASK 0x00001f00 /**< waitcount1 */
1197 #define PI_W1_SHIFT 8
1198 #define PI_W2_MASK 0x001f0000 /**< waitcount2 */
1199 #define PI_W2_SHIFT 16
1200 #define PI_W3_MASK 0x1f000000 /**< waitcount3 */
1201 #define PI_W3_SHIFT 24
1202 
1203 /* prog_waitcount */
1204 #define PW_W0_MASK 0x0000001f /**< waitcount0 */
1205 #define PW_W1_MASK 0x00001f00 /**< waitcount1 */
1206 #define PW_W1_SHIFT 8
1207 #define PW_W2_MASK 0x001f0000 /**< waitcount2 */
1208 #define PW_W2_SHIFT 16
1209 #define PW_W3_MASK 0x1f000000 /**< waitcount3 */
1210 #define PW_W3_SHIFT 24
1211 
1212 #define PW_W0 0x0000000c
1213 #define PW_W1 0x00000a00
1214 #define PW_W2 0x00020000
1215 #define PW_W3 0x01000000
1216 
1217 /* flash_waitcount */
1218 #define FW_W0_MASK 0x0000003f /**< waitcount0 */
1219 #define FW_W1_MASK 0x00001f00 /**< waitcount1 */
1220 #define FW_W1_SHIFT 8
1221 #define FW_W2_MASK 0x001f0000 /**< waitcount2 */
1222 #define FW_W2_SHIFT 16
1223 #define FW_W3_MASK 0x1f000000 /**< waitcount3 */
1224 #define FW_W3_SHIFT 24
1225 
1226 /* When Srom support present, fields in sromcontrol */
1227 #define SRC_START 0x80000000
1228 #define SRC_BUSY 0x80000000
1229 #define SRC_OPCODE 0x60000000
1230 #define SRC_OP_READ 0x00000000
1231 #define SRC_OP_WRITE 0x20000000
1232 #define SRC_OP_WRDIS 0x40000000
1233 #define SRC_OP_WREN 0x60000000
1234 #define SRC_OTPSEL 0x00000010
1235 #define SRC_OTPPRESENT 0x00000020
1236 #define SRC_LOCK 0x00000008
1237 #define SRC_SIZE_MASK 0x00000006
1238 #define SRC_SIZE_1K 0x00000000
1239 #define SRC_SIZE_4K 0x00000002
1240 #define SRC_SIZE_16K 0x00000004
1241 #define SRC_SIZE_SHIFT 1
1242 #define SRC_PRESENT 0x00000001
1243 
1244 /* Fields in pmucontrol */
1245 #define PCTL_ILP_DIV_MASK 0xffff0000
1246 #define PCTL_ILP_DIV_SHIFT 16
1247 #define PCTL_LQ_REQ_EN 0x00008000
1248 #define PCTL_PLL_PLLCTL_UPD 0x00000400 /**< rev 2 */
1249 #define PCTL_NOILP_ON_WAIT 0x00000200  /**< rev 1 */
1250 #define PCTL_HT_REQ_EN 0x00000100
1251 #define PCTL_ALP_REQ_EN 0x00000080
1252 #define PCTL_XTALFREQ_MASK 0x0000007c
1253 #define PCTL_XTALFREQ_SHIFT 2
1254 #define PCTL_ILP_DIV_EN 0x00000002
1255 #define PCTL_LPO_SEL 0x00000001
1256 
1257 /* Fields in pmucontrol_ext */
1258 #define PCTL_EXT_USE_LHL_TIMER 0x00000010
1259 #define PCTL_EXT_FASTLPO_ENAB 0x00000080
1260 #define PCTL_EXT_FASTLPO_SWENAB 0x00000200
1261 #define PCTL_EXT_FASTSEQ_ENAB 0x00001000
1262 #define PCTL_EXT_FASTLPO_PCIE_SWENAB 0x00004000 /**< rev33 for FLL1M */
1263 
1264 #define DEFAULT_43012_MIN_RES_MASK 0x0f8bfe77
1265 
1266 /*  Retention Control */
1267 #define PMU_RCTL_CLK_DIV_SHIFT 0
1268 #define PMU_RCTL_CHAIN_LEN_SHIFT 12
1269 #define PMU_RCTL_MACPHY_DISABLE_SHIFT 26
1270 #define PMU_RCTL_MACPHY_DISABLE_MASK (1 << 26)
1271 #define PMU_RCTL_LOGIC_DISABLE_SHIFT 27
1272 #define PMU_RCTL_LOGIC_DISABLE_MASK (1 << 27)
1273 #define PMU_RCTL_MEMSLP_LOG_SHIFT 28
1274 #define PMU_RCTL_MEMSLP_LOG_MASK (1 << 28)
1275 #define PMU_RCTL_MEMRETSLP_LOG_SHIFT 29
1276 #define PMU_RCTL_MEMRETSLP_LOG_MASK (1 << 29)
1277 
1278 /*  Retention Group Control */
1279 #define PMU_RCTLGRP_CHAIN_LEN_SHIFT 0
1280 #define PMU_RCTLGRP_RMODE_ENABLE_SHIFT 14
1281 #define PMU_RCTLGRP_RMODE_ENABLE_MASK (1 << 14)
1282 #define PMU_RCTLGRP_DFT_ENABLE_SHIFT 15
1283 #define PMU_RCTLGRP_DFT_ENABLE_MASK (1 << 15)
1284 #define PMU_RCTLGRP_NSRST_DISABLE_SHIFT 16
1285 #define PMU_RCTLGRP_NSRST_DISABLE_MASK (1 << 16)
1286 
1287 /* Fields in clkstretch */
1288 #define CSTRETCH_HT 0xffff0000
1289 #define CSTRETCH_ALP 0x0000ffff
1290 #define CSTRETCH_REDUCE_8 0x00080008
1291 
1292 /* gpiotimerval */
1293 #define GPIO_ONTIME_SHIFT 16
1294 
1295 /* clockcontrol_n */
1296 #define CN_N1_MASK 0x3f   /**< n1 control */
1297 #define CN_N2_MASK 0x3f00 /**< n2 control */
1298 #define CN_N2_SHIFT 8
1299 #define CN_PLLC_MASK 0xf0000 /**< pll control */
1300 #define CN_PLLC_SHIFT 16
1301 
1302 /* clockcontrol_sb/pci/uart */
1303 #define CC_M1_MASK 0x3f   /**< m1 control */
1304 #define CC_M2_MASK 0x3f00 /**< m2 control */
1305 #define CC_M2_SHIFT 8
1306 #define CC_M3_MASK 0x3f0000 /**< m3 control */
1307 #define CC_M3_SHIFT 16
1308 #define CC_MC_MASK 0x1f000000 /**< mux control */
1309 #define CC_MC_SHIFT 24
1310 
1311 /* N3M Clock control magic field values */
1312 #define CC_F6_2 0x02 /**< A factor of 2 in */
1313 #define CC_F6_3 0x03 /**< 6-bit fields like */
1314 #define CC_F6_4 0x05 /**< N1, M1 or M3 */
1315 #define CC_F6_5 0x09
1316 #define CC_F6_6 0x11
1317 #define CC_F6_7 0x21
1318 
1319 #define CC_F5_BIAS 5 /**< 5-bit fields get this added */
1320 
1321 #define CC_MC_BYPASS 0x08
1322 #define CC_MC_M1 0x04
1323 #define CC_MC_M1M2 0x02
1324 #define CC_MC_M1M2M3 0x01
1325 #define CC_MC_M1M3 0x11
1326 
1327 /* Type 2 Clock control magic field values */
1328 #define CC_T2_BIAS 2   /**< n1, n2, m1 & m3 bias */
1329 #define CC_T2M2_BIAS 3 /**< m2 bias */
1330 
1331 #define CC_T2MC_M1BYP 1
1332 #define CC_T2MC_M2BYP 2
1333 #define CC_T2MC_M3BYP 4
1334 
1335 /* Type 6 Clock control magic field values */
1336 #define CC_T6_MMASK 1      /**< bits of interest in m */
1337 #define CC_T6_M0 120000000 /**< sb clock for m = 0 */
1338 #define CC_T6_M1 100000000 /**< sb clock for m = 1 */
1339 #define SB2MIPS_T6(sb) (2 * (sb))
1340 
1341 /* Common clock base */
1342 #define CC_CLOCK_BASE1 24000000 /**< Half the clock freq */
1343 #define CC_CLOCK_BASE2 12500000 /**< Alternate crystal on some PLLs */
1344 
1345 /* Clock control values for 200MHz in 5350 */
1346 #define CLKC_5350_N 0x0311
1347 #define CLKC_5350_M 0x04020009
1348 
1349 /* Flash types in the chipcommon capabilities register */
1350 #define FLASH_NONE 0x000 /**< No flash */
1351 #define SFLASH_ST 0x100  /**< ST serial flash */
1352 #define SFLASH_AT 0x200  /**< Atmel serial flash */
1353 #define NFLASH 0x300
1354 #define PFLASH 0x700 /**< Parallel flash */
1355 #define QSPIFLASH_ST 0x800
1356 #define QSPIFLASH_AT 0x900
1357 
1358 /* Bits in the ExtBus config registers */
1359 #define CC_CFG_EN 0x0001        /**< Enable */
1360 #define CC_CFG_EM_MASK 0x000e   /**< Extif Mode */
1361 #define CC_CFG_EM_ASYNC 0x0000  /**<   Async/Parallel flash */
1362 #define CC_CFG_EM_SYNC 0x0002   /**<   Synchronous */
1363 #define CC_CFG_EM_PCMCIA 0x0004 /**<   PCMCIA */
1364 #define CC_CFG_EM_IDE 0x0006    /**<   IDE */
1365 #define CC_CFG_DS 0x0010        /**< Data size, 0=8bit, 1=16bit */
1366 #define CC_CFG_CD_MASK 0x00e0   /**< Sync: Clock divisor, rev >= 20 */
1367 #define CC_CFG_CE 0x0100        /**< Sync: Clock enable, rev >= 20 */
1368 #define CC_CFG_SB 0x0200        /**< Sync: Size/Bytestrobe, rev >= 20 */
1369 #define CC_CFG_IS 0x0400        /**< Extif Sync Clk Select, rev >= 20 */
1370 
1371 /* ExtBus address space */
1372 #define CC_EB_BASE 0x1a000000        /**< Chipc ExtBus base address */
1373 #define CC_EB_PCMCIA_MEM 0x1a000000  /**< PCMCIA 0 memory base address */
1374 #define CC_EB_PCMCIA_IO 0x1a200000   /**< PCMCIA 0 I/O base address */
1375 #define CC_EB_PCMCIA_CFG 0x1a400000  /**< PCMCIA 0 config base address */
1376 #define CC_EB_IDE 0x1a800000         /**< IDE memory base */
1377 #define CC_EB_PCMCIA1_MEM 0x1a800000 /**< PCMCIA 1 memory base address */
1378 #define CC_EB_PCMCIA1_IO 0x1aa00000  /**< PCMCIA 1 I/O base address */
1379 #define CC_EB_PCMCIA1_CFG 0x1ac00000 /**< PCMCIA 1 config base address */
1380 #define CC_EB_PROGIF 0x1b000000      /**< ProgIF Async/Sync base address */
1381 
1382 /* Start/busy bit in flashcontrol */
1383 #define SFLASH_OPCODE 0x000000ff
1384 #define SFLASH_ACTION 0x00000700
1385 #define SFLASH_CS_ACTIVE 0x00001000 /**< Chip Select Active, rev >= 20 */
1386 #define SFLASH_START 0x80000000
1387 #define SFLASH_BUSY SFLASH_START
1388 
1389 /* flashcontrol action codes */
1390 #define SFLASH_ACT_OPONLY 0x0000 /**< Issue opcode only */
1391 #define SFLASH_ACT_OP1D 0x0100   /**< opcode + 1 data byte */
1392 #define SFLASH_ACT_OP3A 0x0200   /**< opcode + 3 addr bytes */
1393 #define SFLASH_ACT_OP3A1D 0x0300 /**< opcode + 3 addr & 1 data bytes */
1394 #define SFLASH_ACT_OP3A4D 0x0400 /**< opcode + 3 addr & 4 data bytes */
1395 #define SFLASH_ACT_OP3A4X4D                                                    \
1396     0x0500 /**< opcode + 3 addr, 4 don't care & 4 data bytes */
1397 #define SFLASH_ACT_OP3A1X4D                                                    \
1398     0x0700 /**< opcode + 3 addr, 1 don't care & 4 data bytes */
1399 
1400 /* flashcontrol action+opcodes for ST flashes */
1401 #define SFLASH_ST_WREN 0x0006  /**< Write Enable */
1402 #define SFLASH_ST_WRDIS 0x0004 /**< Write Disable */
1403 #define SFLASH_ST_RDSR 0x0105  /**< Read Status Register */
1404 #define SFLASH_ST_WRSR 0x0101  /**< Write Status Register */
1405 #define SFLASH_ST_READ 0x0303  /**< Read Data Bytes */
1406 #define SFLASH_ST_PP 0x0302    /**< Page Program */
1407 #define SFLASH_ST_SE 0x02d8    /**< Sector Erase */
1408 #define SFLASH_ST_BE 0x00c7    /**< Bulk Erase */
1409 #define SFLASH_ST_DP 0x00b9    /**< Deep Power-down */
1410 #define SFLASH_ST_RES 0x03ab   /**< Read Electronic Signature */
1411 #define SFLASH_ST_CSA 0x1000   /**< Keep chip select asserted */
1412 #define SFLASH_ST_SSE 0x0220   /**< Sub-sector Erase */
1413 
1414 #define SFLASH_ST_READ4B 0x6313 /* Read Data Bytes in 4Byte address */
1415 #define SFLASH_ST_PP4B 0x6312   /* Page Program in 4Byte address */
1416 #define SFLASH_ST_SE4B 0x62dc   /* Sector Erase in 4Byte address */
1417 #define SFLASH_ST_SSE4B 0x6221  /* Sub-sector Erase */
1418 
1419 #define SFLASH_MXIC_RDID 0x0390 /* Read Manufacture ID */
1420 #define SFLASH_MXIC_MFID 0xc2   /* MXIC Manufacture ID */
1421 
1422 /* Status register bits for ST flashes */
1423 #define SFLASH_ST_WIP 0x01     /**< Write In Progress */
1424 #define SFLASH_ST_WEL 0x02     /**< Write Enable Latch */
1425 #define SFLASH_ST_BP_MASK 0x1c /**< Block Protect */
1426 #define SFLASH_ST_BP_SHIFT 2
1427 #define SFLASH_ST_SRWD 0x80 /**< Status Register Write Disable */
1428 
1429 /* flashcontrol action+opcodes for Atmel flashes */
1430 #define SFLASH_AT_READ 0x07e8
1431 #define SFLASH_AT_PAGE_READ 0x07d2
1432 #define SFLASH_AT_BUF1_READ
1433 #define SFLASH_AT_BUF2_READ
1434 #define SFLASH_AT_STATUS 0x01d7
1435 #define SFLASH_AT_BUF1_WRITE 0x0384
1436 #define SFLASH_AT_BUF2_WRITE 0x0387
1437 #define SFLASH_AT_BUF1_ERASE_PROGRAM 0x0283
1438 #define SFLASH_AT_BUF2_ERASE_PROGRAM 0x0286
1439 #define SFLASH_AT_BUF1_PROGRAM 0x0288
1440 #define SFLASH_AT_BUF2_PROGRAM 0x0289
1441 #define SFLASH_AT_PAGE_ERASE 0x0281
1442 #define SFLASH_AT_BLOCK_ERASE 0x0250
1443 #define SFLASH_AT_BUF1_WRITE_ERASE_PROGRAM 0x0382
1444 #define SFLASH_AT_BUF2_WRITE_ERASE_PROGRAM 0x0385
1445 #define SFLASH_AT_BUF1_LOAD 0x0253
1446 #define SFLASH_AT_BUF2_LOAD 0x0255
1447 #define SFLASH_AT_BUF1_COMPARE 0x0260
1448 #define SFLASH_AT_BUF2_COMPARE 0x0261
1449 #define SFLASH_AT_BUF1_REPROGRAM 0x0258
1450 #define SFLASH_AT_BUF2_REPROGRAM 0x0259
1451 
1452 /* Status register bits for Atmel flashes */
1453 #define SFLASH_AT_READY 0x80
1454 #define SFLASH_AT_MISMATCH 0x40
1455 #define SFLASH_AT_ID_MASK 0x38
1456 #define SFLASH_AT_ID_SHIFT 3
1457 
1458 /* SPI register bits, corerev >= 37 */
1459 #define GSIO_START 0x80000000
1460 #define GSIO_BUSY GSIO_START
1461 
1462 /* GCI UART Function sel related */
1463 #define MUXENAB_GCI_UART_MASK (0x00000f00)
1464 #define MUXENAB_GCI_UART_SHIFT 8
1465 #define MUXENAB_GCI_UART_FNSEL_MASK (0x00003000)
1466 #define MUXENAB_GCI_UART_FNSEL_SHIFT 12
1467 
1468 /*
1469  * These are the UART port assignments, expressed as offsets from the base
1470  * register.  These assignments should hold for any serial port based on
1471  * a 8250, 16450, or 16550(A).
1472  */
1473 
1474 #define UART_RX 0             /**< In:  Receive buffer (DLAB=0) */
1475 #define UART_TX 0             /**< Out: Transmit buffer (DLAB=0) */
1476 #define UART_DLL 0            /**< Out: Divisor Latch Low (DLAB=1) */
1477 #define UART_IER 1            /**< In/Out: Interrupt Enable Register (DLAB=0) */
1478 #define UART_DLM 1            /**< Out: Divisor Latch High (DLAB=1) */
1479 #define UART_IIR 2            /**< In: Interrupt Identity Register  */
1480 #define UART_FCR 2            /**< Out: FIFO Control Register */
1481 #define UART_LCR 3            /**< Out: Line Control Register */
1482 #define UART_MCR 4            /**< Out: Modem Control Register */
1483 #define UART_LSR 5            /**< In:  Line Status Register */
1484 #define UART_MSR 6            /**< In:  Modem Status Register */
1485 #define UART_SCR 7            /**< I/O: Scratch Register */
1486 #define UART_LCR_DLAB 0x80    /**< Divisor latch access bit */
1487 #define UART_LCR_WLEN8 0x03   /**< Word length: 8 bits */
1488 #define UART_MCR_OUT2 0x08    /**< MCR GPIO out 2 */
1489 #define UART_MCR_LOOP 0x10    /**< Enable loopback test mode */
1490 #define UART_LSR_RX_FIFO 0x80 /**< Receive FIFO error */
1491 #define UART_LSR_TDHR 0x40    /**< Data-hold-register empty */
1492 #define UART_LSR_THRE 0x20    /**< Transmit-hold-register empty */
1493 #define UART_LSR_BREAK 0x10   /**< Break interrupt */
1494 #define UART_LSR_FRAMING 0x08 /**< Framing error */
1495 #define UART_LSR_PARITY 0x04  /**< Parity error */
1496 #define UART_LSR_OVERRUN 0x02 /**< Overrun error */
1497 #define UART_LSR_RXRDY 0x01   /**< Receiver ready */
1498 #define UART_FCR_FIFO_ENABLE                                                   \
1499     1 /**< FIFO control register bit controlling FIFO enable/disable */
1500 
1501 /* Interrupt Identity Register (IIR) bits */
1502 #define UART_IIR_FIFO_MASK 0xc0  /**< IIR FIFO disable/enabled mask */
1503 #define UART_IIR_INT_MASK 0xf    /**< IIR interrupt ID source */
1504 #define UART_IIR_MDM_CHG 0x0     /**< Modem status changed */
1505 #define UART_IIR_NOINT 0x1       /**< No interrupt pending */
1506 #define UART_IIR_THRE 0x2        /**< THR empty */
1507 #define UART_IIR_RCVD_DATA 0x4   /**< Received data available */
1508 #define UART_IIR_RCVR_STATUS 0x6 /**< Receiver status */
1509 #define UART_IIR_CHAR_TIME 0xc   /**< Character time */
1510 
1511 /* Interrupt Enable Register (IER) bits */
1512 #define UART_IER_PTIME 128 /**< Programmable THRE Interrupt Mode Enable */
1513 #define UART_IER_EDSSI 8   /**< enable modem status interrupt */
1514 #define UART_IER_ELSI 4    /**< enable receiver line status interrupt */
1515 #define UART_IER_ETBEI                                                         \
1516     2 /**< enable transmitter holding register empty interrupt */
1517 #define UART_IER_ERBFI 1 /**< enable data available interrupt */
1518 
1519 /* pmustatus */
1520 #define PST_SLOW_WR_PENDING 0x0400
1521 #define PST_EXTLPOAVAIL 0x0100
1522 #define PST_WDRESET 0x0080
1523 #define PST_INTPEND 0x0040
1524 #define PST_SBCLKST 0x0030
1525 #define PST_SBCLKST_ILP 0x0010
1526 #define PST_SBCLKST_ALP 0x0020
1527 #define PST_SBCLKST_HT 0x0030
1528 #define PST_ALPAVAIL 0x0008
1529 #define PST_HTAVAIL 0x0004
1530 #define PST_RESINIT 0x0003
1531 #define PST_ILPFASTLPO 0x00010000
1532 
1533 /* pmucapabilities */
1534 #define PCAP_REV_MASK 0x000000ff
1535 #define PCAP_RC_MASK 0x00001f00
1536 #define PCAP_RC_SHIFT 8
1537 #define PCAP_TC_MASK 0x0001e000
1538 #define PCAP_TC_SHIFT 13
1539 #define PCAP_PC_MASK 0x001e0000
1540 #define PCAP_PC_SHIFT 17
1541 #define PCAP_VC_MASK 0x01e00000
1542 #define PCAP_VC_SHIFT 21
1543 #define PCAP_CC_MASK 0x1e000000
1544 #define PCAP_CC_SHIFT 25
1545 #define PCAP5_PC_MASK 0x003e0000 /**< PMU corerev >= 5 */
1546 #define PCAP5_PC_SHIFT 17
1547 #define PCAP5_VC_MASK 0x07c00000
1548 #define PCAP5_VC_SHIFT 22
1549 #define PCAP5_CC_MASK 0xf8000000
1550 #define PCAP5_CC_SHIFT 27
1551 
1552 /* pmucapabilities ext */
1553 #define PCAP_EXT_ST_NUM_SHIFT (8) /* stat timer number */
1554 #define PCAP_EXT_ST_NUM_MASK (0xf << PCAP_EXT_ST_NUM_SHIFT)
1555 #define PCAP_EXT_ST_SRC_NUM_SHIFT (12) /* stat timer source number */
1556 #define PCAP_EXT_ST_SRC_NUM_MASK (0xf << PCAP_EXT_ST_SRC_NUM_SHIFT)
1557 
1558 /* pmustattimer ctrl */
1559 #define PMU_ST_SRC_SHIFT (0) /* stat timer source number */
1560 #define PMU_ST_SRC_MASK (0xff << PMU_ST_SRC_SHIFT)
1561 #define PMU_ST_CNT_MODE_SHIFT (10) /* stat timer count mode */
1562 #define PMU_ST_CNT_MODE_MASK (0x3 << PMU_ST_CNT_MODE_SHIFT)
1563 #define PMU_ST_EN_SHIFT (8) /* stat timer enable */
1564 #define PMU_ST_EN_MASK (0x1 << PMU_ST_EN_SHIFT)
1565 #define PMU_ST_ENAB 1
1566 #define PMU_ST_DISAB 0
1567 #define PMU_ST_INT_EN_SHIFT (9) /* stat timer enable */
1568 #define PMU_ST_INT_EN_MASK (0x1 << PMU_ST_INT_EN_SHIFT)
1569 #define PMU_ST_INT_ENAB 1
1570 #define PMU_ST_INT_DISAB 0
1571 
1572 /* CoreCapabilitiesExtension */
1573 #define PCAP_EXT_USE_MUXED_ILP_CLK_MASK 0x04000000
1574 
1575 /* PMU Resource Request Timer registers */
1576 /* This is based on PmuRev0 */
1577 #define PRRT_TIME_MASK 0x03ff
1578 #define PRRT_INTEN 0x0400
1579 /* ReqActive	25
1580  * The hardware sets this field to 1 when the timer expires.
1581  * Software writes this field to 1 to make immediate resource requests.
1582  */
1583 #define PRRT_REQ_ACTIVE 0x0800        /* To check h/w status */
1584 #define PRRT_IMMEDIATE_RES_REQ 0x0800 /* macro for sw immediate res req */
1585 #define PRRT_ALP_REQ 0x1000
1586 #define PRRT_HT_REQ 0x2000
1587 #define PRRT_HQ_REQ 0x4000
1588 
1589 /* PMU Int Control register bits */
1590 #define PMU_INTC_ALP_REQ 0x1
1591 #define PMU_INTC_HT_REQ 0x2
1592 #define PMU_INTC_HQ_REQ 0x4
1593 
1594 /* bit 0 of the PMU interrupt vector is asserted if this mask is enabled */
1595 #define RSRC_INTR_MASK_TIMER_INT_0 1
1596 #define PMU_INTR_MASK_EXTWAKE_REQ_ACTIVE_0 (1 << 20)
1597 
1598 /* bit 16 of the PMU interrupt vector - Stats Timer Interrupt */
1599 #define PMU_INT_STAT_TIMER_INT_SHIFT 16
1600 #define PMU_INT_STAT_TIMER_INT_MASK (1 << PMU_INT_STAT_TIMER_INT_SHIFT)
1601 
1602 /* PMU resource bit position */
1603 #define PMURES_BIT(bit) (1 << (bit))
1604 
1605 /* PMU resource number limit */
1606 #define PMURES_MAX_RESNUM 30
1607 
1608 /* PMU chip control0 register */
1609 #define PMU_CHIPCTL0 0
1610 
1611 #define PMU_CC0_4369_XTALCORESIZE_BIAS_ADJ_START_VAL (0x20 << 0)
1612 #define PMU_CC0_4369_XTALCORESIZE_BIAS_ADJ_START_MASK (0x3F << 0)
1613 #define PMU_CC0_4369_XTALCORESIZE_BIAS_ADJ_NORMAL_VAL (0xF << 6)
1614 #define PMU_CC0_4369_XTALCORESIZE_BIAS_ADJ_NORMAL_MASK (0x3F << 6)
1615 #define PMU_CC0_4369_XTAL_RES_BYPASS_START_VAL (0 << 12)
1616 #define PMU_CC0_4369_XTAL_RES_BYPASS_START_MASK (0x7 << 12)
1617 #define PMU_CC0_4369_XTAL_RES_BYPASS_NORMAL_VAL (0x1 << 15)
1618 #define PMU_CC0_4369_XTAL_RES_BYPASS_NORMAL_MASK (0x7 << 15)
1619 
1620 /* clock req types */
1621 #define PMU_CC1_CLKREQ_TYPE_SHIFT 19
1622 #define PMU_CC1_CLKREQ_TYPE_MASK (1 << PMU_CC1_CLKREQ_TYPE_SHIFT)
1623 
1624 #define CLKREQ_TYPE_CONFIG_OPENDRAIN 0
1625 #define CLKREQ_TYPE_CONFIG_PUSHPULL 1
1626 
1627 /* Power Control */
1628 #define PWRCTL_ENAB_MEM_CLK_GATE_SHIFT 5
1629 #define PWRCTL_AUTO_MEM_STBYRET 28
1630 
1631 /* PMU chip control1 register */
1632 #define PMU_CHIPCTL1 1
1633 #define PMU_CC1_RXC_DLL_BYPASS 0x00010000
1634 #define PMU_CC1_ENABLE_BBPLL_PWR_DOWN 0x00000010
1635 
1636 #define PMU_CC1_IF_TYPE_MASK 0x00000030
1637 #define PMU_CC1_IF_TYPE_RMII 0x00000000
1638 #define PMU_CC1_IF_TYPE_MII 0x00000010
1639 #define PMU_CC1_IF_TYPE_RGMII 0x00000020
1640 
1641 #define PMU_CC1_SW_TYPE_MASK 0x000000c0
1642 #define PMU_CC1_SW_TYPE_EPHY 0x00000000
1643 #define PMU_CC1_SW_TYPE_EPHYMII 0x00000040
1644 #define PMU_CC1_SW_TYPE_EPHYRMII 0x00000080
1645 #define PMU_CC1_SW_TYPE_RGMII 0x000000c0
1646 
1647 #define PMU_CC1_ENABLE_CLOSED_LOOP_MASK 0x00000080
1648 #define PMU_CC1_ENABLE_CLOSED_LOOP 0x00000000
1649 
1650 #define PMU_CC1_PWRSW_CLKSTRSTP_DELAY_MASK 0x00003F00u
1651 #define PMU_CC1_PWRSW_CLKSTRSTP_DELAY 0x00000400u
1652 
1653 /* PMU chip control2 register */
1654 #define PMU_CC2_RFLDO3P3_PU_FORCE_ON (1 << 15)
1655 #define PMU_CC2_RFLDO3P3_PU_CLEAR 0x00000000
1656 
1657 #define PMU_CC2_WL2CDIG_I_PMU_SLEEP (1 << 16)
1658 #define PMU_CHIPCTL2 2
1659 #define PMU_CC2_FORCE_SUBCORE_PWR_SWITCH_ON (1 << 18)
1660 #define PMU_CC2_FORCE_PHY_PWR_SWITCH_ON (1 << 19)
1661 #define PMU_CC2_FORCE_VDDM_PWR_SWITCH_ON (1 << 20)
1662 #define PMU_CC2_FORCE_MEMLPLDO_PWR_SWITCH_ON (1 << 21)
1663 #define PMU_CC2_MASK_WL_DEV_WAKE (1 << 22)
1664 #define PMU_CC2_INV_GPIO_POLARITY_PMU_WAKE (1 << 25)
1665 #define PMU_CC2_GCI2_WAKE (1 << 31)
1666 
1667 #define PMU_CC2_4369_XTALCORESIZE_BIAS_ADJ_START_VAL (0x3 << 26)
1668 #define PMU_CC2_4369_XTALCORESIZE_BIAS_ADJ_START_MASK (0x3 << 26)
1669 #define PMU_CC2_4369_XTALCORESIZE_BIAS_ADJ_NORMAL_VAL (0x0 << 28)
1670 #define PMU_CC2_4369_XTALCORESIZE_BIAS_ADJ_NORMAL_MASK (0x3 << 28)
1671 
1672 /* PMU chip control3 register */
1673 #define PMU_CHIPCTL3 3
1674 #define PMU_CC3_ENABLE_SDIO_WAKEUP_SHIFT 19
1675 #define PMU_CC3_ENABLE_RF_SHIFT 22
1676 #define PMU_CC3_RF_DISABLE_IVALUE_SHIFT 23
1677 
1678 #define PMU_CC3_4369_XTALCORESIZE_PMOS_START_VAL (0x3F << 0)
1679 #define PMU_CC3_4369_XTALCORESIZE_PMOS_START_MASK (0x3F << 0)
1680 #define PMU_CC3_4369_XTALCORESIZE_PMOS_NORMAL_VAL (0x3F << 15)
1681 #define PMU_CC3_4369_XTALCORESIZE_PMOS_NORMAL_MASK (0x3F << 15)
1682 #define PMU_CC3_4369_XTALCORESIZE_NMOS_START_VAL (0x3F << 6)
1683 #define PMU_CC3_4369_XTALCORESIZE_NMOS_START_MASK (0x3F << 6)
1684 #define PMU_CC3_4369_XTALCORESIZE_NMOS_NORMAL_VAL (0x3F << 21)
1685 #define PMU_CC3_4369_XTALCORESIZE_NMOS_NORMAL_MASK (0x3F << 21)
1686 #define PMU_CC3_4369_XTALSEL_BIAS_RES_START_VAL (0x2 << 12)
1687 #define PMU_CC3_4369_XTALSEL_BIAS_RES_START_MASK (0x7 << 12)
1688 #define PMU_CC3_4369_XTALSEL_BIAS_RES_NORMAL_VAL (0x6 << 27)
1689 #define PMU_CC3_4369_XTALSEL_BIAS_RES_NORMAL_MASK (0x7 << 27)
1690 
1691 /* PMU chip control4 register */
1692 #define PMU_CHIPCTL4 4
1693 
1694 /* 53537 series moved switch_type and gmac_if_type to CC4 [15:14] and [13:12] */
1695 #define PMU_CC4_IF_TYPE_MASK 0x00003000
1696 #define PMU_CC4_IF_TYPE_RMII 0x00000000
1697 #define PMU_CC4_IF_TYPE_MII 0x00001000
1698 #define PMU_CC4_IF_TYPE_RGMII 0x00002000
1699 
1700 #define PMU_CC4_SW_TYPE_MASK 0x0000c000
1701 #define PMU_CC4_SW_TYPE_EPHY 0x00000000
1702 #define PMU_CC4_SW_TYPE_EPHYMII 0x00004000
1703 #define PMU_CC4_SW_TYPE_EPHYRMII 0x00008000
1704 #define PMU_CC4_SW_TYPE_RGMII 0x0000c000
1705 #define PMU_CC4_DISABLE_LQ_AVAIL (1 << 27)
1706 
1707 #define PMU_CC4_4369_MAIN_PD_CBUCK2VDDB_ON (1u << 15u)
1708 #define PMU_CC4_4369_MAIN_PD_CBUCK2VDDRET_ON (1u << 16u)
1709 #define PMU_CC4_4369_MAIN_PD_MEMLPLDO2VDDB_ON (1u << 17u)
1710 #define PMU_CC4_4369_MAIN_PD_MEMLPDLO2VDDRET_ON (1u << 18u)
1711 
1712 #define PMU_CC4_4369_AUX_PD_CBUCK2VDDB_ON (1u << 21u)
1713 #define PMU_CC4_4369_AUX_PD_CBUCK2VDDRET_ON (1u << 22u)
1714 #define PMU_CC4_4369_AUX_PD_MEMLPLDO2VDDB_ON (1u << 23u)
1715 #define PMU_CC4_4369_AUX_PD_MEMLPLDO2VDDRET_ON (1u << 24u)
1716 
1717 /* PMU chip control5 register */
1718 #define PMU_CHIPCTL5 5
1719 
1720 #define PMU_CC5_4369_SUBCORE_CBUCK2VDDB_ON (1u << 9u)
1721 #define PMU_CC5_4369_SUBCORE_CBUCK2VDDRET_ON (1u << 10u)
1722 #define PMU_CC5_4369_SUBCORE_MEMLPLDO2VDDB_ON (1u << 11u)
1723 #define PMU_CC5_4369_SUBCORE_MEMLPLDO2VDDRET_ON (1u << 12u)
1724 
1725 /* PMU chip control6 register */
1726 #define PMU_CHIPCTL6 6
1727 #define PMU_CC6_ENABLE_CLKREQ_WAKEUP (1 << 4)
1728 #define PMU_CC6_ENABLE_PMU_WAKEUP_ALP (1 << 6)
1729 #define PMU_CC6_ENABLE_PCIE_RETENTION (1 << 12)
1730 #define PMU_CC6_ENABLE_PMU_EXT_PERST (1 << 13)
1731 #define PMU_CC6_ENABLE_PMU_WAKEUP_PERST (1 << 14)
1732 
1733 /* PMU chip control7 register */
1734 #define PMU_CHIPCTL7 7
1735 #define PMU_CC7_ENABLE_L2REFCLKPAD_PWRDWN (1 << 25)
1736 #define PMU_CC7_ENABLE_MDIO_RESET_WAR (1 << 27)
1737 /* 53537 series have gmca1 gmac_if_type in cc7 [7:6](defalut 0b01) */
1738 #define PMU_CC7_IF_TYPE_MASK 0x000000c0
1739 #define PMU_CC7_IF_TYPE_RMII 0x00000000
1740 #define PMU_CC7_IF_TYPE_MII 0x00000040
1741 #define PMU_CC7_IF_TYPE_RGMII 0x00000080
1742 
1743 #define PMU_CHIPCTL8 8
1744 #define PMU_CHIPCTL9 9
1745 
1746 #define PMU_CHIPCTL10 10
1747 #define PMU_CC10_PCIE_PWRSW_RESET0_CNT_SHIFT 0
1748 #define PMU_CC10_PCIE_PWRSW_RESET0_CNT_MASK 0x000000ff
1749 #define PMU_CC10_PCIE_PWRSW_RESET1_CNT_SHIFT 8
1750 #define PMU_CC10_PCIE_PWRSW_RESET1_CNT_MASK 0x0000ff00
1751 #define PMU_CC10_PCIE_PWRSW_UP_DLY_SHIFT 16
1752 #define PMU_CC10_PCIE_PWRSW_UP_DLY_MASK 0x000f0000
1753 #define PMU_CC10_PCIE_PWRSW_FORCE_PWROK_DLY_SHIFT 20
1754 #define PMU_CC10_PCIE_PWRSW_FORCE_PWROK_DLY_MASK 0x00f00000
1755 #define PMU_CC10_FORCE_PCIE_ON (1 << 24)
1756 #define PMU_CC10_FORCE_PCIE_SW_ON (1 << 25)
1757 #define PMU_CC10_FORCE_PCIE_RETNT_ON (1 << 26)
1758 
1759 #define PMU_CC10_PCIE_PWRSW_RESET_CNT_4US 1
1760 #define PMU_CC10_PCIE_PWRSW_RESET_CNT_8US 2
1761 
1762 #define PMU_CC10_PCIE_PWRSW_UP_DLY_0US 0
1763 
1764 #define PMU_CC10_PCIE_PWRSW_FORCE_PWROK_DLY_4US 1
1765 
1766 #define PMU_CHIPCTL11 11
1767 #define PMU_CHIPCTL12 12
1768 
1769 /* PMU chip control13 register */
1770 #define PMU_CHIPCTL13 13
1771 
1772 #define PMU_CC13_SUBCORE_CBUCK2VDDB_OFF (1u << 0u)
1773 #define PMU_CC13_SUBCORE_CBUCK2VDDRET_OFF (1u << 1u)
1774 #define PMU_CC13_SUBCORE_MEMLPLDO2VDDB_OFF (1u << 2u)
1775 #define PMU_CC13_SUBCORE_MEMLPLDO2VDDRET_OFF (1u << 3u)
1776 
1777 #define PMU_CC13_MAIN_CBUCK2VDDB_OFF (1u << 4u)
1778 #define PMU_CC13_MAIN_CBUCK2VDDRET_OFF (1u << 5u)
1779 #define PMU_CC13_MAIN_MEMLPLDO2VDDB_OFF (1u << 6u)
1780 #define PMU_CC13_MAIN_MEMLPLDO2VDDRET_OFF (1u << 7u)
1781 
1782 #define PMU_CC13_AUX_CBUCK2VDDB_OFF (1u << 8u)
1783 #define PMU_CC13_AUX_MEMLPLDO2VDDB_OFF (1u << 10u)
1784 #define PMU_CC13_AUX_MEMLPLDO2VDDRET_OFF (1u << 11u)
1785 #define PMU_CC13_AUX_CBUCK2VDDRET_OFF (1u << 12u)
1786 
1787 #define PMU_CHIPCTL14 14
1788 #define PMU_CHIPCTL15 15
1789 #define PMU_CHIPCTL16 16
1790 #define PMU_CC16_CLK4M_DIS (1 << 4)
1791 #define PMU_CC16_FF_ZERO_ADJ (4 << 5)
1792 
1793 /* PMU chip control14 register */
1794 #define PMU_CC14_MAIN_VDDB2VDDRET_UP_DLY_MASK (0xF)
1795 #define PMU_CC14_MAIN_VDDB2VDD_UP_DLY_MASK (0xF << 4)
1796 #define PMU_CC14_AUX_VDDB2VDDRET_UP_DLY_MASK (0xF << 8)
1797 #define PMU_CC14_AUX_VDDB2VDD_UP_DLY_MASK (0xF << 12)
1798 #define PMU_CC14_PCIE_VDDB2VDDRET_UP_DLY_MASK (0xF << 16)
1799 #define PMU_CC14_PCIE_VDDB2VDD_UP_DLY_MASK (0xF << 20)
1800 
1801 /* PMU corerev and chip specific PLL controls.
1802  * PMU<rev>_PLL<num>_XX where <rev> is PMU corerev and <num> is an arbitrary
1803  * number to differentiate different PLLs controlled by the same PMU rev.
1804  */
1805 /* pllcontrol registers */
1806 /* PDIV, div_phy, div_arm, div_adc, dith_sel, ioff, kpd_scale, lsb_sel,
1807  * mash_sel, lf_c & lf_r */
1808 #define PMU0_PLL0_PLLCTL0 0
1809 #define PMU0_PLL0_PC0_PDIV_MASK 1
1810 #define PMU0_PLL0_PC0_PDIV_FREQ 25000
1811 #define PMU0_PLL0_PC0_DIV_ARM_MASK 0x00000038
1812 #define PMU0_PLL0_PC0_DIV_ARM_SHIFT 3
1813 #define PMU0_PLL0_PC0_DIV_ARM_BASE 8
1814 
1815 /* PC0_DIV_ARM for PLLOUT_ARM */
1816 #define PMU0_PLL0_PC0_DIV_ARM_110MHZ 0
1817 #define PMU0_PLL0_PC0_DIV_ARM_97_7MHZ 1
1818 #define PMU0_PLL0_PC0_DIV_ARM_88MHZ 2
1819 #define PMU0_PLL0_PC0_DIV_ARM_80MHZ 3 /* Default */
1820 #define PMU0_PLL0_PC0_DIV_ARM_73_3MHZ 4
1821 #define PMU0_PLL0_PC0_DIV_ARM_67_7MHZ 5
1822 #define PMU0_PLL0_PC0_DIV_ARM_62_9MHZ 6
1823 #define PMU0_PLL0_PC0_DIV_ARM_58_6MHZ 7
1824 
1825 /* Wildcard base, stop_mod, en_lf_tp, en_cal & lf_r2 */
1826 #define PMU0_PLL0_PLLCTL1 1
1827 #define PMU0_PLL0_PC1_WILD_INT_MASK 0xf0000000
1828 #define PMU0_PLL0_PC1_WILD_INT_SHIFT 28
1829 #define PMU0_PLL0_PC1_WILD_FRAC_MASK 0x0fffff00
1830 #define PMU0_PLL0_PC1_WILD_FRAC_SHIFT 8
1831 #define PMU0_PLL0_PC1_STOP_MOD 0x00000040
1832 
1833 /* Wildcard base, vco_calvar, vco_swc, vco_var_selref, vso_ical & vco_sel_avdd
1834  */
1835 #define PMU0_PLL0_PLLCTL2 2
1836 #define PMU0_PLL0_PC2_WILD_INT_MASK 0xf
1837 #define PMU0_PLL0_PC2_WILD_INT_SHIFT 4
1838 
1839 /* pllcontrol registers */
1840 /* ndiv_pwrdn, pwrdn_ch<x>, refcomp_pwrdn, dly_ch<x>, p1div, p2div,
1841  * _bypass_sdmod */
1842 #define PMU1_PLL0_PLLCTL0 0
1843 #define PMU1_PLL0_PC0_P1DIV_MASK 0x00f00000
1844 #define PMU1_PLL0_PC0_P1DIV_SHIFT 20
1845 #define PMU1_PLL0_PC0_P2DIV_MASK 0x0f000000
1846 #define PMU1_PLL0_PC0_P2DIV_SHIFT 24
1847 
1848 /* m<x>div */
1849 #define PMU1_PLL0_PLLCTL1 1
1850 #define PMU1_PLL0_PC1_M1DIV_MASK 0x000000ff
1851 #define PMU1_PLL0_PC1_M1DIV_SHIFT 0
1852 #define PMU1_PLL0_PC1_M2DIV_MASK 0x0000ff00
1853 #define PMU1_PLL0_PC1_M2DIV_SHIFT 8
1854 #define PMU1_PLL0_PC1_M3DIV_MASK 0x00ff0000
1855 #define PMU1_PLL0_PC1_M3DIV_SHIFT 16
1856 #define PMU1_PLL0_PC1_M4DIV_MASK 0xff000000
1857 #define PMU1_PLL0_PC1_M4DIV_SHIFT 24
1858 #define PMU1_PLL0_PC1_M4DIV_BY_9 9
1859 #define PMU1_PLL0_PC1_M4DIV_BY_18 0x12
1860 #define PMU1_PLL0_PC1_M4DIV_BY_36 0x24
1861 #define PMU1_PLL0_PC1_M4DIV_BY_60 0x3C
1862 #define PMU1_PLL0_PC1_M2_M4DIV_MASK 0xff00ff00
1863 #define PMU1_PLL0_PC1_HOLD_LOAD_CH 0x28
1864 #define DOT11MAC_880MHZ_CLK_DIVISOR_SHIFT 8
1865 #define DOT11MAC_880MHZ_CLK_DIVISOR_MASK                                       \
1866     (0xFF << DOT11MAC_880MHZ_CLK_DIVISOR_SHIFT)
1867 #define DOT11MAC_880MHZ_CLK_DIVISOR_VAL                                        \
1868     (0xE << DOT11MAC_880MHZ_CLK_DIVISOR_SHIFT)
1869 
1870 /* m<x>div, ndiv_dither_mfb, ndiv_mode, ndiv_int */
1871 #define PMU1_PLL0_PLLCTL2 2
1872 #define PMU1_PLL0_PC2_M5DIV_MASK 0x000000ff
1873 #define PMU1_PLL0_PC2_M5DIV_SHIFT 0
1874 #define PMU1_PLL0_PC2_M5DIV_BY_12 0xc
1875 #define PMU1_PLL0_PC2_M5DIV_BY_18 0x12
1876 #define PMU1_PLL0_PC2_M5DIV_BY_31 0x1f
1877 #define PMU1_PLL0_PC2_M5DIV_BY_36 0x24
1878 #define PMU1_PLL0_PC2_M5DIV_BY_42 0x2a
1879 #define PMU1_PLL0_PC2_M5DIV_BY_60 0x3c
1880 #define PMU1_PLL0_PC2_M6DIV_MASK 0x0000ff00
1881 #define PMU1_PLL0_PC2_M6DIV_SHIFT 8
1882 #define PMU1_PLL0_PC2_M6DIV_BY_18 0x12
1883 #define PMU1_PLL0_PC2_M6DIV_BY_36 0x24
1884 #define PMU1_PLL0_PC2_NDIV_MODE_MASK 0x000e0000
1885 #define PMU1_PLL0_PC2_NDIV_MODE_SHIFT 17
1886 #define PMU1_PLL0_PC2_NDIV_MODE_MASH 1
1887 #define PMU1_PLL0_PC2_NDIV_MODE_MFB 2 /**< recommended for 4319 */
1888 #define PMU1_PLL0_PC2_NDIV_INT_MASK 0x1ff00000
1889 #define PMU1_PLL0_PC2_NDIV_INT_SHIFT 20
1890 
1891 /* ndiv_frac */
1892 #define PMU1_PLL0_PLLCTL3 3
1893 #define PMU1_PLL0_PC3_NDIV_FRAC_MASK 0x00ffffff
1894 #define PMU1_PLL0_PC3_NDIV_FRAC_SHIFT 0
1895 
1896 /* pll_ctrl */
1897 #define PMU1_PLL0_PLLCTL4 4
1898 
1899 /* pll_ctrl, vco_rng, clkdrive_ch<x> */
1900 #define PMU1_PLL0_PLLCTL5 5
1901 #define PMU1_PLL0_PC5_CLK_DRV_MASK 0xffffff00
1902 #define PMU1_PLL0_PC5_CLK_DRV_SHIFT 8
1903 #define PMU1_PLL0_PC5_ASSERT_CH_MASK 0x3f000000
1904 #define PMU1_PLL0_PC5_ASSERT_CH_SHIFT 24
1905 #define PMU1_PLL0_PC5_DEASSERT_CH_MASK 0xff000000
1906 
1907 #define PMU1_PLL0_PLLCTL6 6
1908 #define PMU1_PLL0_PLLCTL7 7
1909 #define PMU1_PLL0_PLLCTL8 8
1910 
1911 #define PMU1_PLLCTL8_OPENLOOP_MASK (1 << 1)
1912 #define PMU_PLL4350_OPENLOOP_MASK (1 << 7)
1913 
1914 #define PMU1_PLL0_PLLCTL9 9
1915 
1916 #define PMU1_PLL0_PLLCTL10 10
1917 
1918 /* PMU rev 2 control words */
1919 #define PMU2_PHY_PLL_PLLCTL 4
1920 #define PMU2_SI_PLL_PLLCTL 10
1921 
1922 /* PMU rev 2 */
1923 /* pllcontrol registers */
1924 /* ndiv_pwrdn, pwrdn_ch<x>, refcomp_pwrdn, dly_ch<x>, p1div, p2div,
1925  * _bypass_sdmod */
1926 #define PMU2_PLL_PLLCTL0 0
1927 #define PMU2_PLL_PC0_P1DIV_MASK 0x00f00000
1928 #define PMU2_PLL_PC0_P1DIV_SHIFT 20
1929 #define PMU2_PLL_PC0_P2DIV_MASK 0x0f000000
1930 #define PMU2_PLL_PC0_P2DIV_SHIFT 24
1931 
1932 /* m<x>div */
1933 #define PMU2_PLL_PLLCTL1 1
1934 #define PMU2_PLL_PC1_M1DIV_MASK 0x000000ff
1935 #define PMU2_PLL_PC1_M1DIV_SHIFT 0
1936 #define PMU2_PLL_PC1_M2DIV_MASK 0x0000ff00
1937 #define PMU2_PLL_PC1_M2DIV_SHIFT 8
1938 #define PMU2_PLL_PC1_M3DIV_MASK 0x00ff0000
1939 #define PMU2_PLL_PC1_M3DIV_SHIFT 16
1940 #define PMU2_PLL_PC1_M4DIV_MASK 0xff000000
1941 #define PMU2_PLL_PC1_M4DIV_SHIFT 24
1942 
1943 /* m<x>div, ndiv_dither_mfb, ndiv_mode, ndiv_int */
1944 #define PMU2_PLL_PLLCTL2 2
1945 #define PMU2_PLL_PC2_M5DIV_MASK 0x000000ff
1946 #define PMU2_PLL_PC2_M5DIV_SHIFT 0
1947 #define PMU2_PLL_PC2_M6DIV_MASK 0x0000ff00
1948 #define PMU2_PLL_PC2_M6DIV_SHIFT 8
1949 #define PMU2_PLL_PC2_NDIV_MODE_MASK 0x000e0000
1950 #define PMU2_PLL_PC2_NDIV_MODE_SHIFT 17
1951 #define PMU2_PLL_PC2_NDIV_INT_MASK 0x1ff00000
1952 #define PMU2_PLL_PC2_NDIV_INT_SHIFT 20
1953 
1954 /* ndiv_frac */
1955 #define PMU2_PLL_PLLCTL3 3
1956 #define PMU2_PLL_PC3_NDIV_FRAC_MASK 0x00ffffff
1957 #define PMU2_PLL_PC3_NDIV_FRAC_SHIFT 0
1958 
1959 /* pll_ctrl */
1960 #define PMU2_PLL_PLLCTL4 4
1961 
1962 /* pll_ctrl, vco_rng, clkdrive_ch<x> */
1963 #define PMU2_PLL_PLLCTL5 5
1964 #define PMU2_PLL_PC5_CLKDRIVE_CH1_MASK 0x00000f00
1965 #define PMU2_PLL_PC5_CLKDRIVE_CH1_SHIFT 8
1966 #define PMU2_PLL_PC5_CLKDRIVE_CH2_MASK 0x0000f000
1967 #define PMU2_PLL_PC5_CLKDRIVE_CH2_SHIFT 12
1968 #define PMU2_PLL_PC5_CLKDRIVE_CH3_MASK 0x000f0000
1969 #define PMU2_PLL_PC5_CLKDRIVE_CH3_SHIFT 16
1970 #define PMU2_PLL_PC5_CLKDRIVE_CH4_MASK 0x00f00000
1971 #define PMU2_PLL_PC5_CLKDRIVE_CH4_SHIFT 20
1972 #define PMU2_PLL_PC5_CLKDRIVE_CH5_MASK 0x0f000000
1973 #define PMU2_PLL_PC5_CLKDRIVE_CH5_SHIFT 24
1974 #define PMU2_PLL_PC5_CLKDRIVE_CH6_MASK 0xf0000000
1975 #define PMU2_PLL_PC5_CLKDRIVE_CH6_SHIFT 28
1976 
1977 /* PMU rev 5 (& 6) */
1978 #define PMU5_PLL_P1P2_OFF 0
1979 #define PMU5_PLL_P1_MASK 0x0f000000
1980 #define PMU5_PLL_P1_SHIFT 24
1981 #define PMU5_PLL_P2_MASK 0x00f00000
1982 #define PMU5_PLL_P2_SHIFT 20
1983 #define PMU5_PLL_M14_OFF 1
1984 #define PMU5_PLL_MDIV_MASK 0x000000ff
1985 #define PMU5_PLL_MDIV_WIDTH 8
1986 #define PMU5_PLL_NM5_OFF 2
1987 #define PMU5_PLL_NDIV_MASK 0xfff00000
1988 #define PMU5_PLL_NDIV_SHIFT 20
1989 #define PMU5_PLL_NDIV_MODE_MASK 0x000e0000
1990 #define PMU5_PLL_NDIV_MODE_SHIFT 17
1991 #define PMU5_PLL_FMAB_OFF 3
1992 #define PMU5_PLL_MRAT_MASK 0xf0000000
1993 #define PMU5_PLL_MRAT_SHIFT 28
1994 #define PMU5_PLL_ABRAT_MASK 0x08000000
1995 #define PMU5_PLL_ABRAT_SHIFT 27
1996 #define PMU5_PLL_FDIV_MASK 0x07ffffff
1997 #define PMU5_PLL_PLLCTL_OFF 4
1998 #define PMU5_PLL_PCHI_OFF 5
1999 #define PMU5_PLL_PCHI_MASK 0x0000003f
2000 
2001 /* pmu XtalFreqRatio */
2002 #define PMU_XTALFREQ_REG_ILPCTR_MASK 0x00001FFF
2003 #define PMU_XTALFREQ_REG_MEASURE_MASK 0x80000000
2004 #define PMU_XTALFREQ_REG_MEASURE_SHIFT 31
2005 
2006 /* Divider allocation in 4716/47162/5356/5357 */
2007 #define PMU5_MAINPLL_CPU 1
2008 #define PMU5_MAINPLL_MEM 2
2009 #define PMU5_MAINPLL_SI 3
2010 
2011 #define PMU7_PLL_PLLCTL7 7
2012 #define PMU7_PLL_CTL7_M4DIV_MASK 0xff000000
2013 #define PMU7_PLL_CTL7_M4DIV_SHIFT 24
2014 #define PMU7_PLL_CTL7_M4DIV_BY_6 6
2015 #define PMU7_PLL_CTL7_M4DIV_BY_12 0xc
2016 #define PMU7_PLL_CTL7_M4DIV_BY_24 0x18
2017 #define PMU7_PLL_PLLCTL8 8
2018 #define PMU7_PLL_CTL8_M5DIV_MASK 0x000000ff
2019 #define PMU7_PLL_CTL8_M5DIV_SHIFT 0
2020 #define PMU7_PLL_CTL8_M5DIV_BY_8 8
2021 #define PMU7_PLL_CTL8_M5DIV_BY_12 0xc
2022 #define PMU7_PLL_CTL8_M5DIV_BY_24 0x18
2023 #define PMU7_PLL_CTL8_M6DIV_MASK 0x0000ff00
2024 #define PMU7_PLL_CTL8_M6DIV_SHIFT 8
2025 #define PMU7_PLL_CTL8_M6DIV_BY_12 0xc
2026 #define PMU7_PLL_CTL8_M6DIV_BY_24 0x18
2027 #define PMU7_PLL_PLLCTL11 11
2028 #define PMU7_PLL_PLLCTL11_MASK 0xffffff00
2029 #define PMU7_PLL_PLLCTL11_VAL 0x22222200
2030 
2031 /* PMU rev 15 */
2032 #define PMU15_PLL_PLLCTL0 0
2033 #define PMU15_PLL_PC0_CLKSEL_MASK 0x00000003
2034 #define PMU15_PLL_PC0_CLKSEL_SHIFT 0
2035 #define PMU15_PLL_PC0_FREQTGT_MASK 0x003FFFFC
2036 #define PMU15_PLL_PC0_FREQTGT_SHIFT 2
2037 #define PMU15_PLL_PC0_PRESCALE_MASK 0x00C00000
2038 #define PMU15_PLL_PC0_PRESCALE_SHIFT 22
2039 #define PMU15_PLL_PC0_KPCTRL_MASK 0x07000000
2040 #define PMU15_PLL_PC0_KPCTRL_SHIFT 24
2041 #define PMU15_PLL_PC0_FCNTCTRL_MASK 0x38000000
2042 #define PMU15_PLL_PC0_FCNTCTRL_SHIFT 27
2043 #define PMU15_PLL_PC0_FDCMODE_MASK 0x40000000
2044 #define PMU15_PLL_PC0_FDCMODE_SHIFT 30
2045 #define PMU15_PLL_PC0_CTRLBIAS_MASK 0x80000000
2046 #define PMU15_PLL_PC0_CTRLBIAS_SHIFT 31
2047 
2048 #define PMU15_PLL_PLLCTL1 1
2049 #define PMU15_PLL_PC1_BIAS_CTLM_MASK 0x00000060
2050 #define PMU15_PLL_PC1_BIAS_CTLM_SHIFT 5
2051 #define PMU15_PLL_PC1_BIAS_CTLM_RST_MASK 0x00000040
2052 #define PMU15_PLL_PC1_BIAS_CTLM_RST_SHIFT 6
2053 #define PMU15_PLL_PC1_BIAS_SS_DIVR_MASK 0x0001FF80
2054 #define PMU15_PLL_PC1_BIAS_SS_DIVR_SHIFT 7
2055 #define PMU15_PLL_PC1_BIAS_SS_RSTVAL_MASK 0x03FE0000
2056 #define PMU15_PLL_PC1_BIAS_SS_RSTVAL_SHIFT 17
2057 #define PMU15_PLL_PC1_BIAS_INTG_BW_MASK 0x0C000000
2058 #define PMU15_PLL_PC1_BIAS_INTG_BW_SHIFT 26
2059 #define PMU15_PLL_PC1_BIAS_INTG_BYP_MASK 0x10000000
2060 #define PMU15_PLL_PC1_BIAS_INTG_BYP_SHIFT 28
2061 #define PMU15_PLL_PC1_OPENLP_EN_MASK 0x40000000
2062 #define PMU15_PLL_PC1_OPENLP_EN_SHIFT 30
2063 
2064 #define PMU15_PLL_PLLCTL2 2
2065 #define PMU15_PLL_PC2_CTEN_MASK 0x00000001
2066 #define PMU15_PLL_PC2_CTEN_SHIFT 0
2067 
2068 #define PMU15_PLL_PLLCTL3 3
2069 #define PMU15_PLL_PC3_DITHER_EN_MASK 0x00000001
2070 #define PMU15_PLL_PC3_DITHER_EN_SHIFT 0
2071 #define PMU15_PLL_PC3_DCOCTLSP_MASK 0xFE000000
2072 #define PMU15_PLL_PC3_DCOCTLSP_SHIFT 25
2073 #define PMU15_PLL_PC3_DCOCTLSP_DIV2EN_MASK 0x01
2074 #define PMU15_PLL_PC3_DCOCTLSP_DIV2EN_SHIFT 0
2075 #define PMU15_PLL_PC3_DCOCTLSP_CH0EN_MASK 0x02
2076 #define PMU15_PLL_PC3_DCOCTLSP_CH0EN_SHIFT 1
2077 #define PMU15_PLL_PC3_DCOCTLSP_CH1EN_MASK 0x04
2078 #define PMU15_PLL_PC3_DCOCTLSP_CH1EN_SHIFT 2
2079 #define PMU15_PLL_PC3_DCOCTLSP_CH0SEL_MASK 0x18
2080 #define PMU15_PLL_PC3_DCOCTLSP_CH0SEL_SHIFT 3
2081 #define PMU15_PLL_PC3_DCOCTLSP_CH1SEL_MASK 0x60
2082 #define PMU15_PLL_PC3_DCOCTLSP_CH1SEL_SHIFT 5
2083 #define PMU15_PLL_PC3_DCOCTLSP_CHSEL_OUTP_DIV1 0
2084 #define PMU15_PLL_PC3_DCOCTLSP_CHSEL_OUTP_DIV2 1
2085 #define PMU15_PLL_PC3_DCOCTLSP_CHSEL_OUTP_DIV3 2
2086 #define PMU15_PLL_PC3_DCOCTLSP_CHSEL_OUTP_DIV5 3
2087 
2088 #define PMU15_PLL_PLLCTL4 4
2089 #define PMU15_PLL_PC4_FLLCLK1_DIV_MASK 0x00000007
2090 #define PMU15_PLL_PC4_FLLCLK1_DIV_SHIFT 0
2091 #define PMU15_PLL_PC4_FLLCLK2_DIV_MASK 0x00000038
2092 #define PMU15_PLL_PC4_FLLCLK2_DIV_SHIFT 3
2093 #define PMU15_PLL_PC4_FLLCLK3_DIV_MASK 0x000001C0
2094 #define PMU15_PLL_PC4_FLLCLK3_DIV_SHIFT 6
2095 #define PMU15_PLL_PC4_DBGMODE_MASK 0x00000E00
2096 #define PMU15_PLL_PC4_DBGMODE_SHIFT 9
2097 #define PMU15_PLL_PC4_FLL480_CTLSP_LK_MASK 0x00001000
2098 #define PMU15_PLL_PC4_FLL480_CTLSP_LK_SHIFT 12
2099 #define PMU15_PLL_PC4_FLL480_CTLSP_MASK 0x000FE000
2100 #define PMU15_PLL_PC4_FLL480_CTLSP_SHIFT 13
2101 #define PMU15_PLL_PC4_DINPOL_MASK 0x00100000
2102 #define PMU15_PLL_PC4_DINPOL_SHIFT 20
2103 #define PMU15_PLL_PC4_CLKOUT_PD_MASK 0x00200000
2104 #define PMU15_PLL_PC4_CLKOUT_PD_SHIFT 21
2105 #define PMU15_PLL_PC4_CLKDIV2_PD_MASK 0x00400000
2106 #define PMU15_PLL_PC4_CLKDIV2_PD_SHIFT 22
2107 #define PMU15_PLL_PC4_CLKDIV4_PD_MASK 0x00800000
2108 #define PMU15_PLL_PC4_CLKDIV4_PD_SHIFT 23
2109 #define PMU15_PLL_PC4_CLKDIV8_PD_MASK 0x01000000
2110 #define PMU15_PLL_PC4_CLKDIV8_PD_SHIFT 24
2111 #define PMU15_PLL_PC4_CLKDIV16_PD_MASK 0x02000000
2112 #define PMU15_PLL_PC4_CLKDIV16_PD_SHIFT 25
2113 #define PMU15_PLL_PC4_TEST_EN_MASK 0x04000000
2114 #define PMU15_PLL_PC4_TEST_EN_SHIFT 26
2115 
2116 #define PMU15_PLL_PLLCTL5 5
2117 #define PMU15_PLL_PC5_FREQTGT_MASK 0x000FFFFF
2118 #define PMU15_PLL_PC5_FREQTGT_SHIFT 0
2119 #define PMU15_PLL_PC5_DCOCTLSP_MASK 0x07F00000
2120 #define PMU15_PLL_PC5_DCOCTLSP_SHIFT 20
2121 #define PMU15_PLL_PC5_PRESCALE_MASK 0x18000000
2122 #define PMU15_PLL_PC5_PRESCALE_SHIFT 27
2123 
2124 #define PMU15_PLL_PLLCTL6 6
2125 #define PMU15_PLL_PC6_FREQTGT_MASK 0x000FFFFF
2126 #define PMU15_PLL_PC6_FREQTGT_SHIFT 0
2127 #define PMU15_PLL_PC6_DCOCTLSP_MASK 0x07F00000
2128 #define PMU15_PLL_PC6_DCOCTLSP_SHIFT 20
2129 #define PMU15_PLL_PC6_PRESCALE_MASK 0x18000000
2130 #define PMU15_PLL_PC6_PRESCALE_SHIFT 27
2131 
2132 #define PMU15_FREQTGT_480_DEFAULT 0x19AB1
2133 #define PMU15_FREQTGT_492_DEFAULT 0x1A4F5
2134 #define PMU15_ARM_96MHZ 96000000 /**< 96 Mhz */
2135 #define PMU15_ARM_98MHZ 98400000 /**< 98.4 Mhz */
2136 #define PMU15_ARM_97MHZ 97000000 /**< 97 Mhz */
2137 
2138 #define PMU17_PLLCTL2_NDIVTYPE_MASK 0x00000070
2139 #define PMU17_PLLCTL2_NDIVTYPE_SHIFT 4
2140 
2141 #define PMU17_PLLCTL2_NDIV_MODE_INT 0
2142 #define PMU17_PLLCTL2_NDIV_MODE_INT1B8 1
2143 #define PMU17_PLLCTL2_NDIV_MODE_MASH111 2
2144 #define PMU17_PLLCTL2_NDIV_MODE_MASH111B8 3
2145 
2146 #define PMU17_PLLCTL0_BBPLL_PWRDWN 0
2147 #define PMU17_PLLCTL0_BBPLL_DRST 3
2148 #define PMU17_PLLCTL0_BBPLL_DISBL_CLK 8
2149 
2150 /* PLL usage in 4716/47162 */
2151 #define PMU4716_MAINPLL_PLL0 12
2152 
2153 /* PLL usage in 4335 */
2154 #define PMU4335_PLL0_PC2_P1DIV_MASK 0x000f0000
2155 #define PMU4335_PLL0_PC2_P1DIV_SHIFT 16
2156 #define PMU4335_PLL0_PC2_NDIV_INT_MASK 0xff800000
2157 #define PMU4335_PLL0_PC2_NDIV_INT_SHIFT 23
2158 #define PMU4335_PLL0_PC1_MDIV2_MASK 0x0000ff00
2159 #define PMU4335_PLL0_PC1_MDIV2_SHIFT 8
2160 
2161 /* PLL usage in 4347 */
2162 #define PMU4347_PLL0_PC2_P1DIV_MASK 0x000f0000
2163 #define PMU4347_PLL0_PC2_P1DIV_SHIFT 16
2164 #define PMU4347_PLL0_PC2_NDIV_INT_MASK 0x3ff00000
2165 #define PMU4347_PLL0_PC2_NDIV_INT_SHIFT 20
2166 #define PMU4347_PLL0_PC3_NDIV_FRAC_MASK 0x000fffff
2167 #define PMU4347_PLL0_PC3_NDIV_FRAC_SHIFT 0
2168 #define PMU4347_PLL1_PC5_P1DIV_MASK 0xc0000000
2169 #define PMU4347_PLL1_PC5_P1DIV_SHIFT 30
2170 #define PMU4347_PLL1_PC6_P1DIV_MASK 0x00000003
2171 #define PMU4347_PLL1_PC6_P1DIV_SHIFT 0
2172 #define PMU4347_PLL1_PC6_NDIV_INT_MASK 0x00000ffc
2173 #define PMU4347_PLL1_PC6_NDIV_INT_SHIFT 2
2174 #define PMU4347_PLL1_PC6_NDIV_FRAC_MASK 0xfffff000
2175 #define PMU4347_PLL1_PC6_NDIV_FRAC_SHIFT 12
2176 
2177 /* Even though the masks are same as 4347, separate macros are
2178 created for 4369
2179 */
2180 /* PLL usage in 4369 */
2181 #define PMU4369_PLL0_PC2_PDIV_MASK 0x000f0000
2182 #define PMU4369_PLL0_PC2_PDIV_SHIFT 16
2183 #define PMU4369_PLL0_PC2_NDIV_INT_MASK 0x3ff00000
2184 #define PMU4369_PLL0_PC2_NDIV_INT_SHIFT 20
2185 #define PMU4369_PLL0_PC3_NDIV_FRAC_MASK 0x000fffff
2186 #define PMU4369_PLL0_PC3_NDIV_FRAC_SHIFT 0
2187 #define PMU4369_PLL1_PC5_P1DIV_MASK 0xc0000000
2188 #define PMU4369_PLL1_PC5_P1DIV_SHIFT 30
2189 #define PMU4369_PLL1_PC6_P1DIV_MASK 0x00000003
2190 #define PMU4369_PLL1_PC6_P1DIV_SHIFT 0
2191 #define PMU4369_PLL1_PC6_NDIV_INT_MASK 0x00000ffc
2192 #define PMU4369_PLL1_PC6_NDIV_INT_SHIFT 2
2193 #define PMU4369_PLL1_PC6_NDIV_FRAC_MASK 0xfffff000
2194 #define PMU4369_PLL1_PC6_NDIV_FRAC_SHIFT 12
2195 
2196 /* 5357 Chip specific ChipControl register bits */
2197 #define CCTRL5357_EXTPA (1 << 14)       /* extPA in ChipControl 1, bit 14 */
2198 #define CCTRL5357_ANT_MUX_2o3 (1 << 15) /* 2o3 in ChipControl 1, bit 15 */
2199 #define CCTRL5357_NFLASH (1 << 16)      /* Nandflash in ChipControl 1, bit 16 */
2200 /* 43217 Chip specific ChipControl register bits */
2201 #define CCTRL43217_EXTPA_C0 (1 << 13) /* core0 extPA in ChipControl 1, bit 13  \
2202                                        */
2203 #define CCTRL43217_EXTPA_C1 (1 << 8)  /* core1 extPA in ChipControl 1, bit 8 */
2204 
2205 /* 43236 resources */
2206 #define RES43236_REGULATOR 0
2207 #define RES43236_ILP_REQUEST 1
2208 #define RES43236_XTAL_PU 2
2209 #define RES43236_ALP_AVAIL 3
2210 #define RES43236_SI_PLL_ON 4
2211 #define RES43236_HT_SI_AVAIL 5
2212 
2213 /* 43236 chip-specific ChipControl register bits */
2214 #define CCTRL43236_BT_COEXIST (1 << 0) /**< 0 disable */
2215 #define CCTRL43236_SECI (1 << 1)    /**< 0 SECI is disabled (JATG functional) */
2216 #define CCTRL43236_EXT_LNA (1 << 2) /**< 0 disable */
2217 #define CCTRL43236_ANT_MUX_2o3 (1 << 3) /**< 2o3 mux, chipcontrol bit 3 */
2218 #define CCTRL43236_GSIO (1 << 4)        /**< 0 disable */
2219 
2220 /* 43236 Chip specific ChipStatus register bits */
2221 #define CST43236_SFLASH_MASK 0x00000040
2222 #define CST43236_OTP_SEL_MASK 0x00000080
2223 #define CST43236_OTP_SEL_SHIFT 7
2224 #define CST43236_HSIC_MASK 0x00000100 /**< USB/HSIC */
2225 #define CST43236_BP_CLK 0x00000200    /**< 120/96Mbps */
2226 #define CST43236_BOOT_MASK 0x00001800
2227 #define CST43236_BOOT_SHIFT 11
2228 #define CST43236_BOOT_FROM_SRAM 0  /**< boot from SRAM, ARM in reset */
2229 #define CST43236_BOOT_FROM_ROM 1   /**< boot from ROM */
2230 #define CST43236_BOOT_FROM_FLASH 2 /**< boot from FLASH */
2231 #define CST43236_BOOT_FROM_INVALID 3
2232 
2233 #define PMU1_PLL0_CHIPCTL0 0
2234 #define PMU1_PLL0_CHIPCTL1 1
2235 #define PMU1_PLL0_CHIPCTL2 2
2236 
2237 #define SOCDEVRAM_BP_ADDR 0x1E000000
2238 #define SOCDEVRAM_ARM_ADDR 0x00800000
2239 
2240 #define PMU_VREG0_I_SR_CNTL_EN_SHIFT 0
2241 #define PMU_VREG0_DISABLE_PULLD_BT_SHIFT 2
2242 #define PMU_VREG0_DISABLE_PULLD_WL_SHIFT 3
2243 #define PMU_VREG0_CBUCKFSW_ADJ_SHIFT 7
2244 #define PMU_VREG0_CBUCKFSW_ADJ_MASK 0x1F
2245 #define PMU_VREG0_RAMP_SEL_SHIFT 13
2246 #define PMU_VREG0_RAMP_SEL_MASK 0x7
2247 #define PMU_VREG0_VFB_RSEL_SHIFT 17
2248 #define PMU_VREG0_VFB_RSEL_MASK 3
2249 
2250 #define PMU_VREG4_ADDR 4
2251 
2252 #define PMU_VREG4_CLDO_PWM_SHIFT 4
2253 #define PMU_VREG4_CLDO_PWM_MASK 0x7
2254 
2255 #define PMU_VREG4_LPLDO1_SHIFT 15
2256 #define PMU_VREG4_LPLDO1_MASK 0x7
2257 #define PMU_VREG4_LPLDO1_1p20V 0
2258 #define PMU_VREG4_LPLDO1_1p15V 1
2259 #define PMU_VREG4_LPLDO1_1p10V 2
2260 #define PMU_VREG4_LPLDO1_1p25V 3
2261 #define PMU_VREG4_LPLDO1_1p05V 4
2262 #define PMU_VREG4_LPLDO1_1p00V 5
2263 #define PMU_VREG4_LPLDO1_0p95V 6
2264 #define PMU_VREG4_LPLDO1_0p90V 7
2265 
2266 /* 4350/4345 VREG4 settings */
2267 #define PMU4350_VREG4_LPLDO1_1p10V 0
2268 #define PMU4350_VREG4_LPLDO1_1p15V 1
2269 #define PMU4350_VREG4_LPLDO1_1p21V 2
2270 #define PMU4350_VREG4_LPLDO1_1p24V 3
2271 #define PMU4350_VREG4_LPLDO1_0p90V 4
2272 #define PMU4350_VREG4_LPLDO1_0p96V 5
2273 #define PMU4350_VREG4_LPLDO1_1p01V 6
2274 #define PMU4350_VREG4_LPLDO1_1p04V 7
2275 
2276 #define PMU_VREG4_LPLDO2_LVM_SHIFT 18
2277 #define PMU_VREG4_LPLDO2_LVM_MASK 0x7
2278 #define PMU_VREG4_LPLDO2_HVM_SHIFT 21
2279 #define PMU_VREG4_LPLDO2_HVM_MASK 0x7
2280 #define PMU_VREG4_LPLDO2_LVM_HVM_MASK 0x3f
2281 #define PMU_VREG4_LPLDO2_1p00V 0
2282 #define PMU_VREG4_LPLDO2_1p15V 1
2283 #define PMU_VREG4_LPLDO2_1p20V 2
2284 #define PMU_VREG4_LPLDO2_1p10V 3
2285 #define PMU_VREG4_LPLDO2_0p90V 4 /**< 4 - 7 is 0.90V */
2286 
2287 #define PMU_VREG4_HSICLDO_BYPASS_SHIFT 27
2288 #define PMU_VREG4_HSICLDO_BYPASS_MASK 0x1
2289 
2290 #define PMU_VREG5_ADDR 5
2291 #define PMU_VREG5_HSICAVDD_PD_SHIFT 6
2292 #define PMU_VREG5_HSICAVDD_PD_MASK 0x1
2293 #define PMU_VREG5_HSICDVDD_PD_SHIFT 11
2294 #define PMU_VREG5_HSICDVDD_PD_MASK 0x1
2295 
2296 /* 43228 chipstatus  reg bits */
2297 #define CST43228_OTP_PRESENT 0x2
2298 
2299 /* 4360 Chip specific ChipControl register bits */
2300 #define CCTRL4360_I2C_MODE (1 << 0)
2301 #define CCTRL4360_UART_MODE (1 << 1)
2302 #define CCTRL4360_SECI_MODE (1 << 2)
2303 #define CCTRL4360_BTSWCTRL_MODE (1 << 3)
2304 #define CCTRL4360_DISCRETE_FEMCTRL_MODE (1 << 4)
2305 #define CCTRL4360_DIGITAL_PACTRL_MODE (1 << 5)
2306 #define CCTRL4360_BTSWCTRL_AND_DIGPA_PRESENT (1 << 6)
2307 #define CCTRL4360_EXTRA_GPIO_MODE (1 << 7)
2308 #define CCTRL4360_EXTRA_FEMCTRL_MODE (1 << 8)
2309 #define CCTRL4360_BT_LGCY_MODE (1 << 9)
2310 #define CCTRL4360_CORE2FEMCTRL4_ON (1 << 21)
2311 #define CCTRL4360_SECI_ON_GPIO01 (1 << 24)
2312 
2313 /* 4360 Chip specific Regulator Control register bits */
2314 #define RCTRL4360_RFLDO_PWR_DOWN (1 << 1)
2315 
2316 /* 4360 PMU resources and chip status bits */
2317 #define RES4360_REGULATOR 0
2318 #define RES4360_ILP_AVAIL 1
2319 #define RES4360_ILP_REQ 2
2320 #define RES4360_XTAL_LDO_PU 3
2321 #define RES4360_XTAL_PU 4
2322 #define RES4360_ALP_AVAIL 5
2323 #define RES4360_BBPLLPWRSW_PU 6
2324 #define RES4360_HT_AVAIL 7
2325 #define RES4360_OTP_PU 8
2326 #define RES4360_AVB_PLL_PWRSW_PU 9
2327 #define RES4360_PCIE_TL_CLK_AVAIL 10
2328 
2329 #define CST4360_XTAL_40MZ 0x00000001
2330 #define CST4360_SFLASH 0x00000002
2331 #define CST4360_SPROM_PRESENT 0x00000004
2332 #define CST4360_SFLASH_TYPE 0x00000004
2333 #define CST4360_OTP_ENABLED 0x00000008
2334 #define CST4360_REMAP_ROM 0x00000010
2335 #define CST4360_RSRC_INIT_MODE_MASK 0x00000060
2336 #define CST4360_RSRC_INIT_MODE_SHIFT 5
2337 #define CST4360_ILP_DIVEN 0x00000080
2338 #define CST4360_MODE_USB 0x00000100
2339 #define CST4360_SPROM_SIZE_MASK 0x00000600
2340 #define CST4360_SPROM_SIZE_SHIFT 9
2341 #define CST4360_BBPLL_LOCK 0x00000800
2342 #define CST4360_AVBBPLL_LOCK 0x00001000
2343 #define CST4360_USBBBPLL_LOCK 0x00002000
2344 #define CST4360_RSRC_INIT_MODE(cs)                                             \
2345     ((cs & CST4360_RSRC_INIT_MODE_MASK) >> CST4360_RSRC_INIT_MODE_SHIFT)
2346 
2347 #define CCTRL_4360_UART_SEL 0x2
2348 
2349 #define CST4360_RSRC_INIT_MODE(cs)                                             \
2350     ((cs & CST4360_RSRC_INIT_MODE_MASK) >> CST4360_RSRC_INIT_MODE_SHIFT)
2351 
2352 #define PMU4360_CC1_GPIO7_OVRD (1 << 23) /* GPIO7 override */
2353 
2354 /* 43602 PMU resources based on pmu_params.xls version v0.95 */
2355 #define RES43602_LPLDO_PU 0
2356 #define RES43602_REGULATOR 1
2357 #define RES43602_PMU_SLEEP 2
2358 #define RES43602_RSVD_3 3
2359 #define RES43602_XTALLDO_PU 4
2360 #define RES43602_SERDES_PU 5
2361 #define RES43602_BBPLL_PWRSW_PU 6
2362 #define RES43602_SR_CLK_START 7
2363 #define RES43602_SR_PHY_PWRSW 8
2364 #define RES43602_SR_SUBCORE_PWRSW 9
2365 #define RES43602_XTAL_PU 10
2366 #define RES43602_PERST_OVR 11
2367 #define RES43602_SR_CLK_STABLE 12
2368 #define RES43602_SR_SAVE_RESTORE 13
2369 #define RES43602_SR_SLEEP 14
2370 #define RES43602_LQ_START 15
2371 #define RES43602_LQ_AVAIL 16
2372 #define RES43602_WL_CORE_RDY 17
2373 #define RES43602_ILP_REQ 18
2374 #define RES43602_ALP_AVAIL 19
2375 #define RES43602_RADIO_PU 20
2376 #define RES43602_RFLDO_PU 21
2377 #define RES43602_HT_START 22
2378 #define RES43602_HT_AVAIL 23
2379 #define RES43602_MACPHY_CLKAVAIL 24
2380 #define RES43602_PARLDO_PU 25
2381 #define RES43602_RSVD_26 26
2382 
2383 /* 43602 chip status bits */
2384 #define CST43602_SPROM_PRESENT (1 << 1)
2385 #define CST43602_SPROM_SIZE (1 << 10) /* 0 = 16K, 1 = 4K */
2386 #define CST43602_BBPLL_LOCK (1 << 11)
2387 #define CST43602_RF_LDO_OUT_OK (1 << 15) /* RF LDO output OK */
2388 
2389 #define PMU43602_CC1_GPIO12_OVRD (1 << 28) /* GPIO12 override */
2390 
2391 #define PMU43602_CC2_PCIE_CLKREQ_L_WAKE_EN                                     \
2392     (1 << 1) /* creates gated_pcie_wake, pmu_wakeup logic */
2393 #define PMU43602_CC2_PCIE_PERST_L_WAKE_EN                                      \
2394     (1 << 2) /* creates gated_pcie_wake, pmu_wakeup logic */
2395 #define PMU43602_CC2_ENABLE_L2REFCLKPAD_PWRDWN (1 << 3)
2396 #define PMU43602_CC2_PMU_WAKE_ALP_AVAIL_EN                                     \
2397     (1 << 5) /* enable pmu_wakeup to request for ALP_AVAIL */
2398 #define PMU43602_CC2_PERST_L_EXTEND_EN                                         \
2399     (1 << 9) /* extend perst_l until rsc PERST_OVR comes up */
2400 #define PMU43602_CC2_FORCE_EXT_LPO                                             \
2401     (1 << 19) /* 1=ext LPO clock is the final LPO clock */
2402 #define PMU43602_CC2_XTAL32_SEL (1 << 30) /* 0=ext_clock, 1=xtal */
2403 
2404 #define CC_SR1_43602_SR_ASM_ADDR (0x0)
2405 
2406 /* PLL CTL register values for open loop, used during S/R operation */
2407 #define PMU43602_PLL_CTL6_VAL 0x68000528
2408 #define PMU43602_PLL_CTL7_VAL 0x6
2409 
2410 #define PMU43602_CC3_ARMCR4_DBG_CLK (1 << 29)
2411 
2412 /* 4365 PMU resources */
2413 #define RES4365_REGULATOR_PU 0
2414 #define RES4365_XTALLDO_PU 1
2415 #define RES4365_XTAL_PU 2
2416 #define RES4365_CPU_PLLLDO_PU 3
2417 #define RES4365_CPU_PLL_PU 4
2418 #define RES4365_WL_CORE_RDY 5
2419 #define RES4365_ILP_REQ 6
2420 #define RES4365_ALP_AVAIL 7
2421 #define RES4365_HT_AVAIL 8
2422 #define RES4365_BB_PLLLDO_PU 9
2423 #define RES4365_BB_PLL_PU 10
2424 #define RES4365_MINIMU_PU 11
2425 #define RES4365_RADIO_PU 12
2426 #define RES4365_MACPHY_CLK_AVAIL 13
2427 
2428 /* 43684 PMU resources */
2429 #define RES43684_REGULATOR_PU 0
2430 #define RES43684_PCIE_LDO_BG_PU 1
2431 #define RES43684_XTAL_LDO_PU 2
2432 #define RES43684_XTAL_PU 3
2433 #define RES43684_CPU_PLL_LDO_PU 4
2434 #define RES43684_CPU_PLL_PU 5
2435 #define RES43684_WL_CORE_RDY 6
2436 #define RES43684_ILP_REQ 7
2437 #define RES43684_ALP_AVAIL 8
2438 #define RES43684_HT_AVAIL 9
2439 #define RES43684_BB_PLL_LDO_PU 10
2440 #define RES43684_BB_PLL_PU 11
2441 #define RES43684_MINI_PMU_PU 12
2442 #define RES43684_RADIO_PU 13
2443 #define RES43684_MACPHY_CLK_AVAIL 14
2444 #define RES43684_PCIE_LDO_PU 15
2445 
2446 /* 7271 PMU resources */
2447 #define RES7271_REGULATOR_PU 0
2448 #define RES7271_WL_CORE_RDY 1
2449 #define RES7271_ILP_REQ 2
2450 #define RES7271_ALP_AVAIL 3
2451 #define RES7271_HT_AVAIL 4
2452 #define RES7271_BB_PLL_PU 5
2453 #define RES7271_MINIPMU_PU 6
2454 #define RES7271_RADIO_PU 7
2455 #define RES7271_MACPHY_CLK_AVAIL 8
2456 
2457 /* 4349 related */
2458 #define RES4349_LPLDO_PU 0
2459 #define RES4349_BG_PU 1
2460 #define RES4349_PMU_SLEEP 2
2461 #define RES4349_PALDO3P3_PU 3
2462 #define RES4349_CBUCK_LPOM_PU 4
2463 #define RES4349_CBUCK_PFM_PU 5
2464 #define RES4349_COLD_START_WAIT 6
2465 #define RES4349_RSVD_7 7
2466 #define RES4349_LNLDO_PU 8
2467 #define RES4349_XTALLDO_PU 9
2468 #define RES4349_LDO3P3_PU 10
2469 #define RES4349_OTP_PU 11
2470 #define RES4349_XTAL_PU 12
2471 #define RES4349_SR_CLK_START 13
2472 #define RES4349_LQ_AVAIL 14
2473 #define RES4349_LQ_START 15
2474 #define RES4349_PERST_OVR 16
2475 #define RES4349_WL_CORE_RDY 17
2476 #define RES4349_ILP_REQ 18
2477 #define RES4349_ALP_AVAIL 19
2478 #define RES4349_MINI_PMU 20
2479 #define RES4349_RADIO_PU 21
2480 #define RES4349_SR_CLK_STABLE 22
2481 #define RES4349_SR_SAVE_RESTORE 23
2482 #define RES4349_SR_PHY_PWRSW 24
2483 #define RES4349_SR_VDDM_PWRSW 25
2484 #define RES4349_SR_SUBCORE_PWRSW 26
2485 #define RES4349_SR_SLEEP 27
2486 #define RES4349_HT_START 28
2487 #define RES4349_HT_AVAIL 29
2488 #define RES4349_MACPHY_CLKAVAIL 30
2489 
2490 /* 4373 PMU resources */
2491 #define RES4373_LPLDO_PU 0
2492 #define RES4373_BG_PU 1
2493 #define RES4373_PMU_SLEEP 2
2494 #define RES4373_PALDO3P3_PU 3
2495 #define RES4373_CBUCK_LPOM_PU 4
2496 #define RES4373_CBUCK_PFM_PU 5
2497 #define RES4373_COLD_START_WAIT 6
2498 #define RES4373_RSVD_7 7
2499 #define RES4373_LNLDO_PU 8
2500 #define RES4373_XTALLDO_PU 9
2501 #define RES4373_LDO3P3_PU 10
2502 #define RES4373_OTP_PU 11
2503 #define RES4373_XTAL_PU 12
2504 #define RES4373_SR_CLK_START 13
2505 #define RES4373_LQ_AVAIL 14
2506 #define RES4373_LQ_START 15
2507 #define RES4373_PERST_OVR 16
2508 #define RES4373_WL_CORE_RDY 17
2509 #define RES4373_ILP_REQ 18
2510 #define RES4373_ALP_AVAIL 19
2511 #define RES4373_MINI_PMU 20
2512 #define RES4373_RADIO_PU 21
2513 #define RES4373_SR_CLK_STABLE 22
2514 #define RES4373_SR_SAVE_RESTORE 23
2515 #define RES4373_SR_PHY_PWRSW 24
2516 #define RES4373_SR_VDDM_PWRSW 25
2517 #define RES4373_SR_SUBCORE_PWRSW 26
2518 #define RES4373_SR_SLEEP 27
2519 #define RES4373_HT_START 28
2520 #define RES4373_HT_AVAIL 29
2521 #define RES4373_MACPHY_CLKAVAIL 30
2522 /* SR Control0 bits */
2523 #define CC_SR0_4349_SR_ENG_EN_MASK 0x1
2524 #define CC_SR0_4349_SR_ENG_EN_SHIFT 0
2525 #define CC_SR0_4349_SR_ENG_CLK_EN (1 << 1)
2526 #define CC_SR0_4349_SR_RSRC_TRIGGER (0xC << 2)
2527 #define CC_SR0_4349_SR_WD_MEM_MIN_DIV (0x3 << 6)
2528 #define CC_SR0_4349_SR_MEM_STBY_ALLOW_MSK (1 << 16)
2529 #define CC_SR0_4349_SR_MEM_STBY_ALLOW_SHIFT 16
2530 #define CC_SR0_4349_SR_ENABLE_ILP (1 << 17)
2531 #define CC_SR0_4349_SR_ENABLE_ALP (1 << 18)
2532 #define CC_SR0_4349_SR_ENABLE_HT (1 << 19)
2533 #define CC_SR0_4349_SR_ALLOW_PIC (3 << 20)
2534 #define CC_SR0_4349_SR_PMU_MEM_DISABLE (1 << 30)
2535 /* SR Control0 bits */
2536 #define CC_SR0_4349_SR_ENG_EN_MASK 0x1
2537 #define CC_SR0_4349_SR_ENG_EN_SHIFT 0
2538 #define CC_SR0_4349_SR_ENG_CLK_EN (1 << 1)
2539 #define CC_SR0_4349_SR_RSRC_TRIGGER (0xC << 2)
2540 #define CC_SR0_4349_SR_WD_MEM_MIN_DIV (0x3 << 6)
2541 #define CC_SR0_4349_SR_MEM_STBY_ALLOW (1 << 16)
2542 #define CC_SR0_4349_SR_ENABLE_ILP (1 << 17)
2543 #define CC_SR0_4349_SR_ENABLE_ALP (1 << 18)
2544 #define CC_SR0_4349_SR_ENABLE_HT (1 << 19)
2545 #define CC_SR0_4349_SR_ALLOW_PIC (3 << 20)
2546 #define CC_SR0_4349_SR_PMU_MEM_DISABLE (1 << 30)
2547 
2548 /* SR binary offset is at 8K */
2549 #define CC_SR1_4349_SR_ASM_ADDR (0x10)
2550 #define CST4349_CHIPMODE_SDIOD(cs) (((cs) & (1 << 6)) != 0) /* SDIO */
2551 #define CST4349_CHIPMODE_PCIE(cs) (((cs) & (1 << 7)) != 0)  /* PCIE */
2552 #define CST4349_SPROM_PRESENT 0x00000010
2553 
2554 /* 4373 related */
2555 #define CST4373_CHIPMODE_USB20D(cs) (((cs) & (1 << 8)) != 0) /* USB */
2556 #define CST4373_CHIPMODE_SDIOD(cs) (((cs) & (1 << 7)) != 0)  /* SDIO */
2557 #define CST4373_CHIPMODE_PCIE(cs) (((cs) & (1 << 6)) != 0)   /* PCIE */
2558 #define CST4373_SFLASH_PRESENT 0x00000010
2559 
2560 #define VREG4_4349_MEMLPLDO_PWRUP_MASK (1 << 31)
2561 #define VREG4_4349_MEMLPLDO_PWRUP_SHIFT (31)
2562 #define VREG4_4349_LPLDO1_OUTPUT_VOLT_ADJ_MASK (0x7 << 15)
2563 #define VREG4_4349_LPLDO1_OUTPUT_VOLT_ADJ_SHIFT (15)
2564 #define CC2_4349_PHY_PWRSE_RST_CNT_MASK (0xF << 0)
2565 #define CC2_4349_PHY_PWRSE_RST_CNT_SHIFT (0)
2566 #define CC2_4349_VDDM_PWRSW_EN_MASK (1 << 20)
2567 #define CC2_4349_VDDM_PWRSW_EN_SHIFT (20)
2568 #define CC2_4349_MEMLPLDO_PWRSW_EN_MASK (1 << 21)
2569 #define CC2_4349_MEMLPLDO_PWRSW_EN_SHIFT (21)
2570 #define CC2_4349_SDIO_AOS_WAKEUP_MASK (1 << 24)
2571 #define CC2_4349_SDIO_AOS_WAKEUP_SHIFT (24)
2572 #define CC2_4349_PMUWAKE_EN_MASK (1 << 31)
2573 #define CC2_4349_PMUWAKE_EN_SHIFT (31)
2574 
2575 #define CC5_4349_MAC_PHY_CLK_8_DIV (1 << 27)
2576 
2577 #define CC6_4349_PCIE_CLKREQ_WAKEUP_MASK (1 << 4)
2578 #define CC6_4349_PCIE_CLKREQ_WAKEUP_SHIFT (4)
2579 #define CC6_4349_PMU_WAKEUP_ALPAVAIL_MASK (1 << 6)
2580 #define CC6_4349_PMU_WAKEUP_ALPAVAIL_SHIFT (6)
2581 #define CC6_4349_PMU_EN_EXT_PERST_MASK (1 << 13)
2582 #define CC6_4349_PMU_EN_L2_DEASSERT_MASK (1 << 14)
2583 #define CC6_4349_PMU_EN_L2_DEASSERT_SHIF (14)
2584 #define CC6_4349_PMU_ENABLE_L2REFCLKPAD_PWRDWN (1 << 15)
2585 #define CC6_4349_PMU_EN_MDIO_MASK (1 << 16)
2586 #define CC6_4349_PMU_EN_ASSERT_L2_MASK (1 << 25)
2587 
2588 /* 4349 GCI function sel values */
2589 /*
2590  * Reference
2591  * http://hwnbu-twiki.sj.broadcom.com/bin/view/Mwgroup/ToplevelArchitecture4349B0#Function_Sel
2592  */
2593 #define CC4349_FNSEL_HWDEF (0)
2594 #define CC4349_FNSEL_SAMEASPIN (1)
2595 #define CC4349_FNSEL_GPIO (2)
2596 #define CC4349_FNSEL_FAST_UART (3)
2597 #define CC4349_FNSEL_GCI0 (4)
2598 #define CC4349_FNSEL_GCI1 (5)
2599 #define CC4349_FNSEL_DGB_UART (6)
2600 #define CC4349_FNSEL_I2C (7)
2601 #define CC4349_FNSEL_SPROM (8)
2602 #define CC4349_FNSEL_MISC0 (9)
2603 #define CC4349_FNSEL_MISC1 (10)
2604 #define CC4349_FNSEL_MISC2 (11)
2605 #define CC4349_FNSEL_IND (12)
2606 #define CC4349_FNSEL_PDN (13)
2607 #define CC4349_FNSEL_PUP (14)
2608 #define CC4349_FNSEL_TRISTATE (15)
2609 
2610 /* 4364 related */
2611 #define RES4364_LPLDO_PU 0
2612 #define RES4364_BG_PU 1
2613 #define RES4364_MEMLPLDO_PU 2
2614 #define RES4364_PALDO3P3_PU 3
2615 #define RES4364_CBUCK_1P2 4
2616 #define RES4364_CBUCK_1V8 5
2617 #define RES4364_COLD_START_WAIT 6
2618 #define RES4364_SR_3x3_VDDM_PWRSW 7
2619 #define RES4364_3x3_MACPHY_CLKAVAIL 8
2620 #define RES4364_XTALLDO_PU 9
2621 #define RES4364_LDO3P3_PU 10
2622 #define RES4364_OTP_PU 11
2623 #define RES4364_XTAL_PU 12
2624 #define RES4364_SR_CLK_START 13
2625 #define RES4364_3x3_RADIO_PU 14
2626 #define RES4364_RF_LDO 15
2627 #define RES4364_PERST_OVR 16
2628 #define RES4364_WL_CORE_RDY 17
2629 #define RES4364_ILP_REQ 18
2630 #define RES4364_ALP_AVAIL 19
2631 #define RES4364_1x1_MINI_PMU 20
2632 #define RES4364_1x1_RADIO_PU 21
2633 #define RES4364_SR_CLK_STABLE 22
2634 #define RES4364_SR_SAVE_RESTORE 23
2635 #define RES4364_SR_PHY_PWRSW 24
2636 #define RES4364_SR_VDDM_PWRSW 25
2637 #define RES4364_SR_SUBCORE_PWRSW 26
2638 #define RES4364_SR_SLEEP 27
2639 #define RES4364_HT_START 28
2640 #define RES4364_HT_AVAIL 29
2641 #define RES4364_MACPHY_CLKAVAIL 30
2642 
2643 /* 4349 GPIO */
2644 #define CC4349_PIN_GPIO_00 (0)
2645 #define CC4349_PIN_GPIO_01 (1)
2646 #define CC4349_PIN_GPIO_02 (2)
2647 #define CC4349_PIN_GPIO_03 (3)
2648 #define CC4349_PIN_GPIO_04 (4)
2649 #define CC4349_PIN_GPIO_05 (5)
2650 #define CC4349_PIN_GPIO_06 (6)
2651 #define CC4349_PIN_GPIO_07 (7)
2652 #define CC4349_PIN_GPIO_08 (8)
2653 #define CC4349_PIN_GPIO_09 (9)
2654 #define CC4349_PIN_GPIO_10 (10)
2655 #define CC4349_PIN_GPIO_11 (11)
2656 #define CC4349_PIN_GPIO_12 (12)
2657 #define CC4349_PIN_GPIO_13 (13)
2658 #define CC4349_PIN_GPIO_14 (14)
2659 #define CC4349_PIN_GPIO_15 (15)
2660 #define CC4349_PIN_GPIO_16 (16)
2661 #define CC4349_PIN_GPIO_17 (17)
2662 #define CC4349_PIN_GPIO_18 (18)
2663 #define CC4349_PIN_GPIO_19 (19)
2664 
2665 /* Mask used to decide whether HOSTWAKE MUX to be performed or not */
2666 #define MUXENAB4349_HOSTWAKE_MASK                                              \
2667     (0x000000f0) /* configure GPIO for SDIO host_wake */
2668 #define MUXENAB4349_HOSTWAKE_SHIFT 4
2669 #define MUXENAB4349_GETIX(val, name)                                           \
2670     ((((val)&MUXENAB4349_##name##_MASK) >> MUXENAB4349_##name##_SHIFT) - 1)
2671 
2672 #define CR4_4364_RAM_BASE (0x160000)
2673 
2674 /* SR binary offset is at 8K */
2675 #define CC_SR1_4364_SR_CORE0_ASM_ADDR (0x10)
2676 #define CC_SR1_4364_SR_CORE1_ASM_ADDR (0x10)
2677 
2678 #define CC_SR0_4364_SR_ENG_EN_MASK 0x1
2679 #define CC_SR0_4364_SR_ENG_EN_SHIFT 0
2680 #define CC_SR0_4364_SR_ENG_CLK_EN (1 << 1)
2681 #define CC_SR0_4364_SR_RSRC_TRIGGER (0xC << 2)
2682 #define CC_SR0_4364_SR_WD_MEM_MIN_DIV (0x3 << 6)
2683 #define CC_SR0_4364_SR_MEM_STBY_ALLOW_MSK (1 << 16)
2684 #define CC_SR0_4364_SR_MEM_STBY_ALLOW_SHIFT 16
2685 #define CC_SR0_4364_SR_ENABLE_ILP (1 << 17)
2686 #define CC_SR0_4364_SR_ENABLE_ALP (1 << 18)
2687 #define CC_SR0_4364_SR_ENABLE_HT (1 << 19)
2688 #define CC_SR0_4364_SR_INVERT_CLK (1 << 11)
2689 #define CC_SR0_4364_SR_ALLOW_PIC (3 << 20)
2690 #define CC_SR0_4364_SR_PMU_MEM_DISABLE (1 << 30)
2691 
2692 #define PMU_4364_CC1_ENABLE_BBPLL_PWR_DWN (0x1 << 4)
2693 #define PMU_4364_CC1_BBPLL_ARESET_LQ_TIME (0x1 << 8)
2694 #define PMU_4364_CC1_BBPLL_ARESET_HT_UPTIME (0x1 << 10)
2695 #define PMU_4364_CC1_BBPLL_DRESET_LQ_UPTIME (0x1 << 12)
2696 #define PMU_4364_CC1_BBPLL_DRESET_HT_UPTIME (0x4 << 16)
2697 #define PMU_4364_CC1_SUBCORE_PWRSW_UP_DELAY (0x8 << 20)
2698 #define PMU_4364_CC1_SUBCORE_PWRSW_RESET_CNT (0x4 << 24)
2699 
2700 #define PMU_4364_CC2_PHY_PWRSW_RESET_CNT (0x2 << 0)
2701 #define PMU_4364_CC2_PHY_PWRSW_RESET_MASK (0x7)
2702 #define PMU_4364_CC2_SEL_CHIPC_IF_FOR_SR (1 << 21)
2703 
2704 #define PMU_4364_CC3_MEMLPLDO3x3_PWRSW_FORCE_MASK (1 << 23)
2705 #define PMU_4364_CC3_MEMLPLDO1x1_PWRSW_FORCE_MASK (1 << 24)
2706 #define PMU_4364_CC3_CBUCK1P2_PU_SR_VDDM_REQ_ON (1 << 25)
2707 #define PMU_4364_CC3_MEMLPLDO3x3_PWRSW_FORCE_OFF (0)
2708 #define PMU_4364_CC3_MEMLPLDO1x1_PWRSW_FORCE_OFF (0)
2709 
2710 #define PMU_4364_CC5_DISABLE_BBPLL_CLKOUT6_DIV2_MASK (1 << 26)
2711 #define PMU_4364_CC5_ENABLE_ARMCR4_DEBUG_CLK_MASK (1 << 4)
2712 #define PMU_4364_CC5_DISABLE_BBPLL_CLKOUT6_DIV2 (1 << 26)
2713 #define PMU_4364_CC5_ENABLE_ARMCR4_DEBUG_CLK_OFF (0)
2714 
2715 #define PMU_4364_CC6_MDI_RESET_MASK (1 << 16)
2716 #define PMU_4364_CC6_USE_CLK_REQ_MASK (1 << 18)
2717 #define PMU_4364_CC6_HIGHER_CLK_REQ_ALP_MASK (1 << 20)
2718 #define PMU_4364_CC6_HT_AVAIL_REQ_ALP_AVAIL_MASK (1 << 21)
2719 #define PMU_4364_CC6_PHY_CLK_REQUESTS_ALP_AVAIL_MASK (1 << 22)
2720 #define PMU_4364_CC6_MDI_RESET (1 << 16)
2721 #define PMU_4364_CC6_USE_CLK_REQ (1 << 18)
2722 
2723 #define PMU_4364_CC6_HIGHER_CLK_REQ_ALP (1 << 20)
2724 #define PMU_4364_CC6_HT_AVAIL_REQ_ALP_AVAIL (1 << 21)
2725 #define PMU_4364_CC6_PHY_CLK_REQUESTS_ALP_AVAIL (1 << 22)
2726 
2727 #define PMU_4364_VREG0_DISABLE_BT_PULL_DOWN (1 << 2)
2728 #define PMU_4364_VREG1_DISABLE_WL_PULL_DOWN (1 << 2)
2729 
2730 /* Indices of PMU voltage regulator registers */
2731 #define PMU_VREG_0 (0u)
2732 #define PMU_VREG_1 (1u)
2733 #define PMU_VREG_2 (2u)
2734 #define PMU_VREG_3 (3u)
2735 #define PMU_VREG_4 (4u)
2736 #define PMU_VREG_5 (5u)
2737 #define PMU_VREG_6 (6u)
2738 #define PMU_VREG_7 (7u)
2739 #define PMU_VREG_8 (8u)
2740 #define PMU_VREG_9 (9u)
2741 #define PMU_VREG_10 (10u)
2742 #define PMU_VREG_11 (11u)
2743 #define PMU_VREG_12 (12u)
2744 #define PMU_VREG_13 (13u)
2745 #define PMU_VREG_14 (14u)
2746 #define PMU_VREG_15 (15u)
2747 #define PMU_VREG_16 (16u)
2748 
2749 /* 43012 Chipcommon ChipStatus bits */
2750 #define CST43012_FLL_LOCK (1 << 13)
2751 /* 43012 resources - End */
2752 
2753 /* 43012 related Cbuck modes */
2754 #define PMU_43012_VREG8_DYNAMIC_CBUCK_MODE0 0x00001c03
2755 #define PMU_43012_VREG9_DYNAMIC_CBUCK_MODE0 0x00492490
2756 #define PMU_43012_VREG8_DYNAMIC_CBUCK_MODE1 0x00001c03
2757 #define PMU_43012_VREG9_DYNAMIC_CBUCK_MODE1 0x00490410
2758 
2759 /* 43012 related dynamic cbuck mode mask */
2760 #define PMU_43012_VREG8_DYNAMIC_CBUCK_MODE_MASK 0xFFFFFC07
2761 #define PMU_43012_VREG9_DYNAMIC_CBUCK_MODE_MASK 0xFFFFFFFF
2762 
2763 /* 4369 related VREG masks */
2764 #define PMU_4369_VREG_5_MISCLDO_POWER_UP_MASK (1u << 11u)
2765 #define PMU_4369_VREG_5_MISCLDO_POWER_UP_SHIFT 11u
2766 #define PMU_4369_VREG_5_LPLDO_POWER_UP_MASK (1u << 27u)
2767 #define PMU_4369_VREG_5_LPLDO_POWER_UP_SHIFT 27u
2768 #define PMU_4369_VREG_5_MEMLPLDO_OP_VLT_ADJ_CTRL_MASK BCM_MASK32(31, 28)
2769 #define PMU_4369_VREG_5_MEMLPLDO_OP_VLT_ADJ_CTRL_SHIFT 28u
2770 
2771 #define PMU_4369_VREG_6_MEMLPLDO_POWER_UP_MASK (1u << 3u)
2772 #define PMU_4369_VREG_6_MEMLPLDO_POWER_UP_SHIFT 3u
2773 
2774 #define PMU_4369_VREG_7_PMU_FORCE_HP_MODE_MASK (1u << 27u)
2775 #define PMU_4369_VREG_7_PMU_FORCE_HP_MODE_SHIFT 27u
2776 #define PMU_4369_VREG_7_WL_PMU_LP_MODE_MASK (1u << 28u)
2777 #define PMU_4369_VREG_7_WL_PMU_LP_MODE_SHIFT 28u
2778 #define PMU_4369_VREG_7_WL_PMU_LV_MODE_MASK (1u << 29u)
2779 #define PMU_4369_VREG_7_WL_PMU_LV_MODE_SHIFT 29u
2780 
2781 #define PMU_4369_VREG8_ASR_OVADJ_LPPFM_MASK BCM_MASK32(4, 0)
2782 #define PMU_4369_VREG8_ASR_OVADJ_LPPFM_SHIFT 0u
2783 
2784 #define PMU_4369_VREG13_RSRC_EN_ASR_MASK4_MASK BCM_MASK32(10, 9)
2785 #define PMU_4369_VREG13_RSRC_EN_ASR_MASK4_SHIFT 9u
2786 
2787 #define PMU_4369_VREG14_RSRC_EN_CSR_MASK0_MASK (1u << 23u)
2788 #define PMU_4369_VREG14_RSRC_EN_CSR_MASK0_SHIFT 23u
2789 
2790 #define PMU_4369_VREG16_RSRC0_CBUCK_MODE_MASK BCM_MASK32(2, 0)
2791 #define PMU_4369_VREG16_RSRC0_CBUCK_MODE_SHIFT 0u
2792 #define PMU_4369_VREG16_RSRC0_ABUCK_MODE_MASK BCM_MASK32(17, 15)
2793 #define PMU_4369_VREG16_RSRC0_ABUCK_MODE_SHIFT 15u
2794 #define PMU_4369_VREG16_RSRC1_ABUCK_MODE_MASK BCM_MASK32(20, 18)
2795 #define PMU_4369_VREG16_RSRC1_ABUCK_MODE_SHIFT 18u
2796 
2797 /* 4364 related VREG masks */
2798 #define PMU_4364_VREG3_DISABLE_WPT_REG_ON_PULL_DOWN (1 << 11)
2799 
2800 #define PMU_4364_VREG4_MEMLPLDO_PU_ON (1 << 31)
2801 #define PMU_4364_VREG4_LPLPDO_ADJ (3 << 16)
2802 #define PMU_4364_VREG4_LPLPDO_ADJ_MASK (3 << 16)
2803 #define PMU_4364_VREG5_MAC_CLK_1x1_AUTO (0x1 << 18)
2804 #define PMU_4364_VREG5_SR_AUTO (0x1 << 20)
2805 #define PMU_4364_VREG5_BT_PWM_MASK (0x1 << 21)
2806 #define PMU_4364_VREG5_BT_AUTO (0x1 << 22)
2807 #define PMU_4364_VREG5_WL2CLB_DVFS_EN_MASK (0x1 << 23)
2808 #define PMU_4364_VREG5_BT_PWMK (0)
2809 #define PMU_4364_VREG5_WL2CLB_DVFS_EN (0)
2810 
2811 #define PMU_4364_VREG6_BBPLL_AUTO (0x1 << 17)
2812 #define PMU_4364_VREG6_MINI_PMU_PWM (0x1 << 18)
2813 #define PMU_4364_VREG6_LNLDO_AUTO (0x1 << 21)
2814 #define PMU_4364_VREG6_PCIE_PWRDN_0_AUTO (0x1 << 23)
2815 #define PMU_4364_VREG6_PCIE_PWRDN_1_AUTO (0x1 << 25)
2816 #define PMU_4364_VREG6_MAC_CLK_3x3_PWM (0x1 << 27)
2817 #define PMU_4364_VREG6_ENABLE_FINE_CTRL (0x1 << 30)
2818 
2819 #define PMU_4364_PLL0_DISABLE_CHANNEL6 (0x1 << 18)
2820 
2821 #define CC_GCI1_REG (0x1)
2822 #define CC_GCI1_4364_IND_STATE_FOR_GPIO9_11 (0x0ccccccc)
2823 #define CC2_4364_SDIO_AOS_WAKEUP_MASK (1 << 24)
2824 #define CC2_4364_SDIO_AOS_WAKEUP_SHIFT (24)
2825 
2826 #define CC6_4364_PCIE_CLKREQ_WAKEUP_MASK (1 << 4)
2827 #define CC6_4364_PCIE_CLKREQ_WAKEUP_SHIFT (4)
2828 #define CC6_4364_PMU_WAKEUP_ALPAVAIL_MASK (1 << 6)
2829 #define CC6_4364_PMU_WAKEUP_ALPAVAIL_SHIFT (6)
2830 
2831 #define CST4364_CHIPMODE_SDIOD(cs) (((cs) & (1 << 6)) != 0) /* SDIO */
2832 #define CST4364_CHIPMODE_PCIE(cs) (((cs) & (1 << 7)) != 0)  /* PCIE */
2833 #define CST4364_SPROM_PRESENT 0x00000010
2834 
2835 #define PMU_4364_MACCORE_0_RES_REQ_MASK 0x3FCBF7FF
2836 #define PMU_4364_MACCORE_1_RES_REQ_MASK 0x7FFB3647
2837 
2838 #define PMU_4364_RSDB_MODE (0)
2839 #define PMU_4364_1x1_MODE (1)
2840 #define PMU_4364_3x3_MODE (2)
2841 
2842 #define PMU_4364_MAX_MASK_1x1 (0x7FFF3E47)
2843 #define PMU_4364_MAX_MASK_RSDB (0x7FFFFFFF)
2844 #define PMU_4364_MAX_MASK_3x3 (0x3FCFFFFF)
2845 
2846 #define PMU_4364_SAVE_RESTORE_UPDNTIME_1x1 (0xC000C)
2847 #define PMU_4364_SAVE_RESTORE_UPDNTIME_3x3 (0xF000F)
2848 
2849 #define FORCE_CLK_ON 1
2850 #define FORCE_CLK_OFF 0
2851 
2852 #define PMU1_PLL0_SWITCH_MACCLOCK_120MHZ (0)
2853 #define PMU1_PLL0_SWITCH_MACCLOCK_160MHZ (1)
2854 #define TSF_CLK_FRAC_L_4364_120MHZ 0x8889
2855 #define TSF_CLK_FRAC_H_4364_120MHZ 0x8
2856 #define TSF_CLK_FRAC_L_4364_160MHZ 0x6666
2857 #define TSF_CLK_FRAC_H_4364_160MHZ 0x6
2858 #define PMU1_PLL0_PC1_M2DIV_VALUE_120MHZ 8
2859 #define PMU1_PLL0_PC1_M2DIV_VALUE_160MHZ 6
2860 
2861 /* 4347/4369 Related */
2862 
2863 /*
2864  * PMU VREG Definitions:
2865  *   http://confluence.broadcom.com/display/WLAN/BCM4347+PMU+Vreg+Control+Register
2866  *   http://confluence.broadcom.com/display/WLAN/BCM4369+PMU+Vreg+Control+Register
2867  */
2868 /* PMU VREG4 */
2869 #define PMU_28NM_VREG4_WL_LDO_CNTL_EN (0x1 << 10)
2870 
2871 /* PMU VREG6 */
2872 #define PMU_28NM_VREG6_BTLDO3P3_PU (0x1 << 12)
2873 
2874 /* PMU resources */
2875 #define RES4347_MEMLPLDO_PU 0
2876 #define RES4347_AAON 1
2877 #define RES4347_PMU_SLEEP 2
2878 #define RES4347_RESERVED_3 3
2879 #define RES4347_LDO3P3_PU 4
2880 #define RES4347_FAST_LPO_AVAIL 5
2881 #define RES4347_XTAL_PU 6
2882 #define RES4347_XTAL_STABLE 7
2883 #define RES4347_PWRSW_DIG 8
2884 #define RES4347_SR_DIG 9
2885 #define RES4347_SLEEP_DIG 10
2886 #define RES4347_PWRSW_AUX 11
2887 #define RES4347_SR_AUX 12
2888 #define RES4347_SLEEP_AUX 13
2889 #define RES4347_PWRSW_MAIN 14
2890 #define RES4347_SR_MAIN 15
2891 #define RES4347_SLEEP_MAIN 16
2892 #define RES4347_CORE_RDY_DIG 17
2893 #define RES4347_CORE_RDY_AUX 18
2894 #define RES4347_ALP_AVAIL 19
2895 #define RES4347_RADIO_AUX_PU 20
2896 #define RES4347_MINIPMU_AUX_PU 21
2897 #define RES4347_CORE_RDY_MAIN 22
2898 #define RES4347_RADIO_MAIN_PU 23
2899 #define RES4347_MINIPMU_MAIN_PU 24
2900 #define RES4347_PCIE_EP_PU 25
2901 #define RES4347_COLD_START_WAIT 26
2902 #define RES4347_ARMHTAVAIL 27
2903 #define RES4347_HT_AVAIL 28
2904 #define RES4347_MACPHY_AUX_CLK_AVAIL 29
2905 #define RES4347_MACPHY_MAIN_CLK_AVAIL 30
2906 #define RES4347_RESERVED_31 31
2907 
2908 /* 4369 PMU Resources */
2909 #define RES4369_DUMMY 0
2910 #define RES4369_ABUCK 1
2911 #define RES4369_PMU_SLEEP 2
2912 #define RES4369_MISCLDO 3
2913 #define RES4369_LDO3P3 4
2914 #define RES4369_FAST_LPO_AVAIL 5
2915 #define RES4369_XTAL_PU 6
2916 #define RES4369_XTAL_STABLE 7
2917 #define RES4369_PWRSW_DIG 8
2918 #define RES4369_SR_DIG 9
2919 #define RES4369_SLEEP_DIG 10
2920 #define RES4369_PWRSW_AUX 11
2921 #define RES4369_SR_AUX 12
2922 #define RES4369_SLEEP_AUX 13
2923 #define RES4369_PWRSW_MAIN 14
2924 #define RES4369_SR_MAIN 15
2925 #define RES4369_SLEEP_MAIN 16
2926 #define RES4369_DIG_CORE_RDY 17
2927 #define RES4369_CORE_RDY_AUX 18
2928 #define RES4369_ALP_AVAIL 19
2929 #define RES4369_RADIO_AUX_PU 20
2930 #define RES4369_MINIPMU_AUX_PU 21
2931 #define RES4369_CORE_RDY_MAIN 22
2932 #define RES4369_RADIO_MAIN_PU 23
2933 #define RES4369_MINIPMU_MAIN_PU 24
2934 #define RES4369_PCIE_EP_PU 25
2935 #define RES4369_COLD_START_WAIT 26
2936 #define RES4369_ARMHTAVAIL 27
2937 #define RES4369_HT_AVAIL 28
2938 #define RES4369_MACPHY_AUX_CLK_AVAIL 29
2939 #define RES4369_MACPHY_MAIN_CLK_AVAIL 30
2940 
2941 /* chip status */
2942 #define CST4347_CHIPMODE_SDIOD(cs) (((cs) & (1 << 6)) != 0) /* SDIO */
2943 #define CST4347_CHIPMODE_PCIE(cs) (((cs) & (1 << 7)) != 0)  /* PCIE */
2944 #define CST4347_JTAG_STRAP_ENABLED(cs)                                         \
2945     (((cs) & (1 << 20)) != 0) /* JTAG strap st */
2946 #define CST4347_SPROM_PRESENT 0x00000010
2947 
2948 /* GCI chip status */
2949 #define GCI_CS_4347_FLL1MHZ_LOCK_MASK (1 << 1)
2950 
2951 /* GCI chip control registers */
2952 #define GCI_CC7_AAON_BYPASS_PWRSW_SEL 13
2953 #define GCI_CC7_AAON_BYPASS_PWRSW_SEQ_ON 14
2954 
2955 /* PMU chip control registers */
2956 #define CC2_4347_VASIP_MEMLPLDO_VDDB_OFF_MASK (1 << 11)
2957 #define CC2_4347_VASIP_MEMLPLDO_VDDB_OFF_SHIFT 11
2958 #define CC2_4347_MAIN_MEMLPLDO_VDDB_OFF_MASK (1 << 12)
2959 #define CC2_4347_MAIN_MEMLPLDO_VDDB_OFF_SHIFT 12
2960 #define CC2_4347_AUX_MEMLPLDO_VDDB_OFF_MASK (1 << 13)
2961 #define CC2_4347_AUX_MEMLPLDO_VDDB_OFF_SHIFT 13
2962 #define CC2_4347_VASIP_VDDRET_ON_MASK (1 << 14)
2963 #define CC2_4347_VASIP_VDDRET_ON_SHIFT 14
2964 #define CC2_4347_MAIN_VDDRET_ON_MASK (1 << 15)
2965 #define CC2_4347_MAIN_VDDRET_ON_SHIFT 15
2966 #define CC2_4347_AUX_VDDRET_ON_MASK (1 << 16)
2967 #define CC2_4347_AUX_VDDRET_ON_SHIFT 16
2968 #define CC2_4347_GCI2WAKE_MASK (1 << 31)
2969 #define CC2_4347_GCI2WAKE_SHIFT 31
2970 
2971 #define CC2_4347_SDIO_AOS_WAKEUP_MASK (1 << 24)
2972 #define CC2_4347_SDIO_AOS_WAKEUP_SHIFT 24
2973 
2974 #define CC4_4347_LHL_TIMER_SELECT (1 << 0)
2975 
2976 #define CC6_4347_PWROK_WDT_EN_IN_MASK (1 << 6)
2977 #define CC6_4347_PWROK_WDT_EN_IN_SHIFT 6
2978 
2979 #define CC6_4347_SDIO_AOS_CHIP_WAKEUP_MASK (1 << 24)
2980 #define CC6_4347_SDIO_AOS_CHIP_WAKEUP_SHIFT 24
2981 
2982 #define PCIE_GPIO1_GPIO_PIN CC_GCI_GPIO_0
2983 #define PCIE_PERST_GPIO_PIN CC_GCI_GPIO_1
2984 #define PCIE_CLKREQ_GPIO_PIN CC_GCI_GPIO_2
2985 
2986 #define VREG5_4347_MEMLPLDO_ADJ_MASK 0xF0000000
2987 #define VREG5_4347_MEMLPLDO_ADJ_SHIFT 28
2988 #define VREG5_4347_LPLDO_ADJ_MASK 0x00F00000
2989 #define VREG5_4347_LPLDO_ADJ_SHIFT 20
2990 
2991 /* lpldo/memlpldo voltage */
2992 #define PMU_VREG5_LPLDO_VOLT_0_88 0xf /* 0.88v */
2993 #define PMU_VREG5_LPLDO_VOLT_0_86 0xe /* 0.86v */
2994 #define PMU_VREG5_LPLDO_VOLT_0_84 0xd /* 0.84v */
2995 #define PMU_VREG5_LPLDO_VOLT_0_82 0xc /* 0.82v */
2996 #define PMU_VREG5_LPLDO_VOLT_0_80 0xb /* 0.80v */
2997 #define PMU_VREG5_LPLDO_VOLT_0_78 0xa /* 0.78v */
2998 #define PMU_VREG5_LPLDO_VOLT_0_76 0x9 /* 0.76v */
2999 #define PMU_VREG5_LPLDO_VOLT_0_74 0x8 /* 0.74v */
3000 #define PMU_VREG5_LPLDO_VOLT_0_72 0x7 /* 0.72v */
3001 #define PMU_VREG5_LPLDO_VOLT_1_10 0x6 /* 1.10v */
3002 #define PMU_VREG5_LPLDO_VOLT_1_00 0x5 /* 1.00v */
3003 #define PMU_VREG5_LPLDO_VOLT_0_98 0x4 /* 0.98v */
3004 #define PMU_VREG5_LPLDO_VOLT_0_96 0x3 /* 0.96v */
3005 #define PMU_VREG5_LPLDO_VOLT_0_94 0x2 /* 0.94v */
3006 #define PMU_VREG5_LPLDO_VOLT_0_92 0x1 /* 0.92v */
3007 #define PMU_VREG5_LPLDO_VOLT_0_90 0x0 /* 0.90v */
3008 
3009 /* Save/Restore engine */
3010 
3011 #define BM_ADDR_TO_SR_ADDR(bmaddr) ((bmaddr) >> 9)
3012 
3013 /* Txfifo is 512KB for main core and 128KB for aux core
3014  * We use first 12kB (0x3000) in BMC buffer for template in main core and
3015  * 6.5kB (0x1A00) in aux core, followed by ASM code
3016  */
3017 #define SR_ASM_ADDR_MAIN_4347 (0x18)
3018 #define SR_ASM_ADDR_AUX_4347 (0xd)
3019 #define SR_ASM_ADDR_DIG_4347 (0x0)
3020 
3021 #define SR_ASM_ADDR_MAIN_4369 BM_ADDR_TO_SR_ADDR(0xC00)
3022 #define SR_ASM_ADDR_AUX_4369 BM_ADDR_TO_SR_ADDR(0xC00)
3023 #define SR_ASM_ADDR_DIG_4369 (0x0)
3024 
3025 /* 512 bytes block */
3026 #define SR_ASM_ADDR_BLK_SIZE_SHIFT 9
3027 
3028 /* SR Control0 bits */
3029 #define SR0_SR_ENG_EN_MASK 0x1
3030 #define SR0_SR_ENG_EN_SHIFT 0
3031 #define SR0_SR_ENG_CLK_EN (1 << 1)
3032 #define SR0_RSRC_TRIGGER (0xC << 2)
3033 #define SR0_WD_MEM_MIN_DIV (0x3 << 6)
3034 #define SR0_INVERT_SR_CLK (1 << 11)
3035 #define SR0_MEM_STBY_ALLOW (1 << 16)
3036 #define SR0_ENABLE_SR_ILP (1 << 17)
3037 #define SR0_ENABLE_SR_ALP (1 << 18)
3038 #define SR0_ENABLE_SR_HT (1 << 19)
3039 #define SR0_ALLOW_PIC (3 << 20)
3040 #define SR0_ENB_PMU_MEM_DISABLE (1 << 30)
3041 
3042 /* SR Control0 bits for 4369 */
3043 #define SR0_4369_SR_ENG_EN_MASK 0x1
3044 #define SR0_4369_SR_ENG_EN_SHIFT 0
3045 #define SR0_4369_SR_ENG_CLK_EN (1 << 1)
3046 #define SR0_4369_RSRC_TRIGGER (0xC << 2)
3047 #define SR0_4369_WD_MEM_MIN_DIV (0x2 << 6)
3048 #define SR0_4369_INVERT_SR_CLK (1 << 11)
3049 #define SR0_4369_MEM_STBY_ALLOW (1 << 16)
3050 #define SR0_4369_ENABLE_SR_ILP (1 << 17)
3051 #define SR0_4369_ENABLE_SR_ALP (1 << 18)
3052 #define SR0_4369_ENABLE_SR_HT (1 << 19)
3053 #define SR0_4369_ALLOW_PIC (3 << 20)
3054 #define SR0_4369_ENB_PMU_MEM_DISABLE (1 << 30)
3055 /* =========== LHL regs =========== */
3056 /* 4369 LHL register settings */
3057 #define LHL4369_UP_CNT 0
3058 #define LHL4369_DN_CNT 2
3059 #define LHL4369_PWRSW_EN_DWN_CNT (LHL4369_DN_CNT + 2)
3060 #define LHL4369_ISO_EN_DWN_CNT (LHL4369_PWRSW_EN_DWN_CNT + 3)
3061 #define LHL4369_SLB_EN_DWN_CNT (LHL4369_ISO_EN_DWN_CNT + 1)
3062 #define LHL4369_ASR_CLK4M_DIS_DWN_CNT (LHL4369_DN_CNT)
3063 #define LHL4369_ASR_LPPFM_MODE_DWN_CNT (LHL4369_DN_CNT)
3064 #define LHL4369_ASR_MODE_SEL_DWN_CNT (LHL4369_DN_CNT)
3065 #define LHL4369_ASR_MANUAL_MODE_DWN_CNT (LHL4369_DN_CNT)
3066 #define LHL4369_ASR_ADJ_DWN_CNT (LHL4369_DN_CNT)
3067 #define LHL4369_ASR_OVERI_DIS_DWN_CNT (LHL4369_DN_CNT)
3068 #define LHL4369_ASR_TRIM_ADJ_DWN_CNT (LHL4369_DN_CNT)
3069 #define LHL4369_VDDC_SW_DIS_DWN_CNT (LHL4369_SLB_EN_DWN_CNT + 1)
3070 #define LHL4369_VMUX_ASR_SEL_DWN_CNT (LHL4369_VDDC_SW_DIS_DWN_CNT + 1)
3071 #define LHL4369_CSR_ADJ_DWN_CNT (LHL4369_VMUX_ASR_SEL_DWN_CNT + 1)
3072 #define LHL4369_CSR_MODE_DWN_CNT (LHL4369_VMUX_ASR_SEL_DWN_CNT + 1)
3073 #define LHL4369_CSR_OVERI_DIS_DWN_CNT (LHL4369_VMUX_ASR_SEL_DWN_CNT + 1)
3074 #define LHL4369_HPBG_CHOP_DIS_DWN_CNT (LHL4369_VMUX_ASR_SEL_DWN_CNT + 1)
3075 #define LHL4369_SRBG_REF_SEL_DWN_CNT (LHL4369_VMUX_ASR_SEL_DWN_CNT + 1)
3076 #define LHL4369_PFM_PWR_SLICE_DWN_CNT (LHL4369_VMUX_ASR_SEL_DWN_CNT + 1)
3077 #define LHL4369_CSR_TRIM_ADJ_DWN_CNT (LHL4369_VMUX_ASR_SEL_DWN_CNT + 1)
3078 #define LHL4369_CSR_VOLTAGE_DWN_CNT (LHL4369_VMUX_ASR_SEL_DWN_CNT + 1)
3079 #define LHL4369_HPBG_PU_EN_DWN_CNT (LHL4369_CSR_MODE_DWN_CNT + 1)
3080 
3081 #define LHL4369_HPBG_PU_EN_UP_CNT (LHL4369_UP_CNT + 1)
3082 #define LHL4369_CSR_ADJ_UP_CNT (LHL4369_HPBG_PU_EN_UP_CNT + 1)
3083 #define LHL4369_CSR_MODE_UP_CNT (LHL4369_HPBG_PU_EN_UP_CNT + 1)
3084 #define LHL4369_CSR_OVERI_DIS_UP_CNT (LHL4369_HPBG_PU_EN_UP_CNT + 1)
3085 #define LHL4369_HPBG_CHOP_DIS_UP_CNT (LHL4369_HPBG_PU_EN_UP_CNT + 1)
3086 #define LHL4369_SRBG_REF_SEL_UP_CNT (LHL4369_HPBG_PU_EN_UP_CNT + 1)
3087 #define LHL4369_PFM_PWR_SLICE_UP_CNT (LHL4369_HPBG_PU_EN_UP_CNT + 1)
3088 #define LHL4369_CSR_TRIM_ADJ_UP_CNT (LHL4369_HPBG_PU_EN_UP_CNT + 1)
3089 #define LHL4369_CSR_VOLTAGE_UP_CNT (LHL4369_HPBG_PU_EN_UP_CNT + 1)
3090 #define LHL4369_VMUX_ASR_SEL_UP_CNT (LHL4369_CSR_MODE_UP_CNT + 1)
3091 #define LHL4369_VDDC_SW_DIS_UP_CNT (LHL4369_VMUX_ASR_SEL_UP_CNT + 1)
3092 #define LHL4369_SLB_EN_UP_CNT (LHL4369_VDDC_SW_DIS_UP_CNT + 8)
3093 #define LHL4369_ISO_EN_UP_CNT (LHL4369_SLB_EN_UP_CNT + 1)
3094 #define LHL4369_PWRSW_EN_UP_CNT (LHL4369_ISO_EN_UP_CNT + 3)
3095 #define LHL4369_ASR_ADJ_UP_CNT (LHL4369_PWRSW_EN_UP_CNT + 1)
3096 #define LHL4369_ASR_CLK4M_DIS_UP_CNT (LHL4369_PWRSW_EN_UP_CNT + 1)
3097 #define LHL4369_ASR_LPPFM_MODE_UP_CNT (LHL4369_PWRSW_EN_UP_CNT + 1)
3098 #define LHL4369_ASR_MODE_SEL_UP_CNT (LHL4369_PWRSW_EN_UP_CNT + 1)
3099 #define LHL4369_ASR_MANUAL_MODE_UP_CNT (LHL4369_PWRSW_EN_UP_CNT + 1)
3100 #define LHL4369_ASR_OVERI_DIS_UP_CNT (LHL4369_PWRSW_EN_UP_CNT + 1)
3101 #define LHL4369_ASR_TRIM_ADJ_UP_CNT (LHL4369_PWRSW_EN_UP_CNT + 1)
3102 
3103 /* MacResourceReqTimer0/1 */
3104 #define MAC_RSRC_REQ_TIMER_INT_ENAB_SHIFT 24
3105 #define MAC_RSRC_REQ_TIMER_FORCE_ALP_SHIFT 26
3106 #define MAC_RSRC_REQ_TIMER_FORCE_HT_SHIFT 27
3107 #define MAC_RSRC_REQ_TIMER_FORCE_HQ_SHIFT 28
3108 #define MAC_RSRC_REQ_TIMER_CLKREQ_GRP_SEL_SHIFT 29
3109 
3110 /* for pmu rev32 and higher */
3111 #define PMU32_MAC_MAIN_RSRC_REQ_TIMER                                          \
3112     ((1 << MAC_RSRC_REQ_TIMER_INT_ENAB_SHIFT) |                                \
3113      (1 << MAC_RSRC_REQ_TIMER_FORCE_ALP_SHIFT) |                               \
3114      (1 << MAC_RSRC_REQ_TIMER_FORCE_HT_SHIFT) |                                \
3115      (1 << MAC_RSRC_REQ_TIMER_FORCE_HQ_SHIFT) |                                \
3116      (0 << MAC_RSRC_REQ_TIMER_CLKREQ_GRP_SEL_SHIFT))
3117 
3118 #define PMU32_MAC_AUX_RSRC_REQ_TIMER                                           \
3119     ((1 << MAC_RSRC_REQ_TIMER_INT_ENAB_SHIFT) |                                \
3120      (1 << MAC_RSRC_REQ_TIMER_FORCE_ALP_SHIFT) |                               \
3121      (1 << MAC_RSRC_REQ_TIMER_FORCE_HT_SHIFT) |                                \
3122      (1 << MAC_RSRC_REQ_TIMER_FORCE_HQ_SHIFT) |                                \
3123      (0 << MAC_RSRC_REQ_TIMER_CLKREQ_GRP_SEL_SHIFT))
3124 
3125 /* 4369 related: 4369 parameters
3126  * http://www.sj.broadcom.com/projects/BCM4369/gallery_backend.RC6.0/design/backplane/pmu_params.xls
3127  */
3128 #define RES4369_DUMMY 0
3129 #define RES4369_ABUCK 1
3130 #define RES4369_PMU_SLEEP 2
3131 #define RES4369_MISCLDO_PU 3
3132 #define RES4369_LDO3P3_PU 4
3133 #define RES4369_FAST_LPO_AVAIL 5
3134 #define RES4369_XTAL_PU 6
3135 #define RES4369_XTAL_STABLE 7
3136 #define RES4369_PWRSW_DIG 8
3137 #define RES4369_SR_DIG 9
3138 #define RES4369_SLEEP_DIG 10
3139 #define RES4369_PWRSW_AUX 11
3140 #define RES4369_SR_AUX 12
3141 #define RES4369_SLEEP_AUX 13
3142 #define RES4369_PWRSW_MAIN 14
3143 #define RES4369_SR_MAIN 15
3144 #define RES4369_SLEEP_MAIN 16
3145 #define RES4369_DIG_CORE_RDY 17
3146 #define RES4369_CORE_RDY_AUX 18
3147 #define RES4369_ALP_AVAIL 19
3148 #define RES4369_RADIO_AUX_PU 20
3149 #define RES4369_MINIPMU_AUX_PU 21
3150 #define RES4369_CORE_RDY_MAIN 22
3151 #define RES4369_RADIO_MAIN_PU 23
3152 #define RES4369_MINIPMU_MAIN_PU 24
3153 #define RES4369_PCIE_EP_PU 25
3154 #define RES4369_COLD_START_WAIT 26
3155 #define RES4369_ARMHTAVAIL 27
3156 #define RES4369_HT_AVAIL 28
3157 #define RES4369_MACPHY_AUX_CLK_AVAIL 29
3158 #define RES4369_MACPHY_MAIN_CLK_AVAIL 30
3159 #define RES4369_RESERVED_31 31
3160 
3161 #define CST4369_CHIPMODE_SDIOD(cs) (((cs) & (1 << 6)) != 0) /* SDIO */
3162 #define CST4369_CHIPMODE_PCIE(cs) (((cs) & (1 << 7)) != 0)  /* PCIE */
3163 #define CST4369_SPROM_PRESENT 0x00000010
3164 
3165 #define PMU_4369_MACCORE_0_RES_REQ_MASK 0x3FCBF7FF
3166 #define PMU_4369_MACCORE_1_RES_REQ_MASK 0x7FFB3647
3167 
3168 /* 43430 PMU resources based on pmu_params.xls */
3169 #define RES43430_LPLDO_PU 0
3170 #define RES43430_BG_PU 1
3171 #define RES43430_PMU_SLEEP 2
3172 #define RES43430_RSVD_3 3
3173 #define RES43430_CBUCK_LPOM_PU 4
3174 #define RES43430_CBUCK_PFM_PU 5
3175 #define RES43430_COLD_START_WAIT 6
3176 #define RES43430_RSVD_7 7
3177 #define RES43430_LNLDO_PU 8
3178 #define RES43430_RSVD_9 9
3179 #define RES43430_LDO3P3_PU 10
3180 #define RES43430_OTP_PU 11
3181 #define RES43430_XTAL_PU 12
3182 #define RES43430_SR_CLK_START 13
3183 #define RES43430_LQ_AVAIL 14
3184 #define RES43430_LQ_START 15
3185 #define RES43430_RSVD_16 16
3186 #define RES43430_WL_CORE_RDY 17
3187 #define RES43430_ILP_REQ 18
3188 #define RES43430_ALP_AVAIL 19
3189 #define RES43430_MINI_PMU 20
3190 #define RES43430_RADIO_PU 21
3191 #define RES43430_SR_CLK_STABLE 22
3192 #define RES43430_SR_SAVE_RESTORE 23
3193 #define RES43430_SR_PHY_PWRSW 24
3194 #define RES43430_SR_VDDM_PWRSW 25
3195 #define RES43430_SR_SUBCORE_PWRSW 26
3196 #define RES43430_SR_SLEEP 27
3197 #define RES43430_HT_START 28
3198 #define RES43430_HT_AVAIL 29
3199 #define RES43430_MACPHY_CLK_AVAIL 30
3200 
3201 /* 43430 chip status bits */
3202 #define CST43430_SDIO_MODE 0x00000001
3203 #define CST43430_GSPI_MODE 0x00000002
3204 #define CST43430_RSRC_INIT_MODE_0 0x00000080
3205 #define CST43430_RSRC_INIT_MODE_1 0x00000100
3206 #define CST43430_SEL0_SDIO 0x00000200
3207 #define CST43430_SEL1_SDIO 0x00000400
3208 #define CST43430_SEL2_SDIO 0x00000800
3209 #define CST43430_BBPLL_LOCKED 0x00001000
3210 #define CST43430_DBG_INST_DETECT 0x00004000
3211 #define CST43430_CLB2WL_BT_READY 0x00020000
3212 #define CST43430_JTAG_MODE 0x00100000
3213 #define CST43430_HOST_IFACE 0x00400000
3214 #define CST43430_TRIM_EN 0x00800000
3215 #define CST43430_DIN_PACKAGE_OPTION 0x10000000
3216 
3217 #define PMU43430_PLL0_PC2_P1DIV_MASK 0x0000000f
3218 #define PMU43430_PLL0_PC2_P1DIV_SHIFT 0
3219 #define PMU43430_PLL0_PC2_NDIV_INT_MASK 0x0000ff80
3220 #define PMU43430_PLL0_PC2_NDIV_INT_SHIFT 7
3221 #define PMU43430_PLL0_PC4_MDIV2_MASK 0x0000ff00
3222 #define PMU43430_PLL0_PC4_MDIV2_SHIFT 8
3223 
3224 /* 43430 chip SR definitions */
3225 #define SRAM_43430_SR_ASM_ADDR 0x7f800
3226 #define CC_SR1_43430_SR_ASM_ADDR ((SRAM_43430_SR_ASM_ADDR - 0x60000) >> 8)
3227 
3228 /* 43430 PMU Chip Control bits */
3229 #define CC2_43430_SDIO_AOS_WAKEUP_MASK (1 << 24)
3230 #define CC2_43430_SDIO_AOS_WAKEUP_SHIFT (24)
3231 
3232 #define PMU_MACCORE_0_RES_REQ_TIMER 0x1d000000
3233 #define PMU_MACCORE_0_RES_REQ_MASK 0x5FF2364F
3234 
3235 #define PMU43012_MAC_RES_REQ_TIMER 0x1D000000
3236 #define PMU43012_MAC_RES_REQ_MASK 0x3FBBF7FF
3237 
3238 #define PMU_MACCORE_1_RES_REQ_TIMER 0x1d000000
3239 #define PMU_MACCORE_1_RES_REQ_MASK 0x5FF2364F
3240 
3241 /* defines to detect active host interface in use */
3242 #define CHIP_HOSTIF_PCIEMODE 0x1
3243 #define CHIP_HOSTIF_USBMODE 0x2
3244 #define CHIP_HOSTIF_SDIOMODE 0x4
3245 #define CHIP_HOSTIF_PCIE(sih) (si_chip_hostif(sih) == CHIP_HOSTIF_PCIEMODE)
3246 #define CHIP_HOSTIF_USB(sih) (si_chip_hostif(sih) == CHIP_HOSTIF_USBMODE)
3247 #define CHIP_HOSTIF_SDIO(sih) (si_chip_hostif(sih) == CHIP_HOSTIF_SDIOMODE)
3248 
3249 /* 4335 resources */
3250 #define RES4335_LPLDO_PO 0
3251 #define RES4335_PMU_BG_PU 1
3252 #define RES4335_PMU_SLEEP 2
3253 #define RES4335_RSVD_3 3
3254 #define RES4335_CBUCK_LPOM_PU 4
3255 #define RES4335_CBUCK_PFM_PU 5
3256 #define RES4335_RSVD_6 6
3257 #define RES4335_RSVD_7 7
3258 #define RES4335_LNLDO_PU 8
3259 #define RES4335_XTALLDO_PU 9
3260 #define RES4335_LDO3P3_PU 10
3261 #define RES4335_OTP_PU 11
3262 #define RES4335_XTAL_PU 12
3263 #define RES4335_SR_CLK_START 13
3264 #define RES4335_LQ_AVAIL 14
3265 #define RES4335_LQ_START 15
3266 #define RES4335_RSVD_16 16
3267 #define RES4335_WL_CORE_RDY 17
3268 #define RES4335_ILP_REQ 18
3269 #define RES4335_ALP_AVAIL 19
3270 #define RES4335_MINI_PMU 20
3271 #define RES4335_RADIO_PU 21
3272 #define RES4335_SR_CLK_STABLE 22
3273 #define RES4335_SR_SAVE_RESTORE 23
3274 #define RES4335_SR_PHY_PWRSW 24
3275 #define RES4335_SR_VDDM_PWRSW 25
3276 #define RES4335_SR_SUBCORE_PWRSW 26
3277 #define RES4335_SR_SLEEP 27
3278 #define RES4335_HT_START 28
3279 #define RES4335_HT_AVAIL 29
3280 #define RES4335_MACPHY_CLKAVAIL 30
3281 
3282 /* 4335 Chip specific ChipStatus register bits */
3283 #define CST4335_SPROM_MASK 0x00000020
3284 #define CST4335_SFLASH_MASK 0x00000040
3285 #define CST4335_RES_INIT_MODE_SHIFT 7
3286 #define CST4335_RES_INIT_MODE_MASK 0x00000180
3287 #define CST4335_CHIPMODE_MASK 0xF
3288 #define CST4335_CHIPMODE_SDIOD(cs) (((cs) & (1 << 0)) != 0) /* SDIO */
3289 #define CST4335_CHIPMODE_GSPI(cs) (((cs) & (1 << 1)) != 0)  /* gSPI */
3290 #define CST4335_CHIPMODE_USB20D(cs)                                            \
3291     (((cs) & (1 << 2)) != 0)                               /**< HSIC || USBDA */
3292 #define CST4335_CHIPMODE_PCIE(cs) (((cs) & (1 << 3)) != 0) /* PCIE */
3293 
3294 /* 4335 Chip specific ChipControl1 register bits */
3295 #define CCTRL1_4335_GPIO_SEL (1 << 0) /* 1=select GPIOs to be muxed out */
3296 #define CCTRL1_4335_SDIO_HOST_WAKE                                             \
3297     (1 << 2) /* SDIO: 1=configure GPIO0 for host wake */
3298 
3299 /* 4335 Chip specific ChipControl2 register bits */
3300 #define CCTRL2_4335_AOSBLOCK (1 << 30)
3301 #define CCTRL2_4335_PMUWAKE (1 << 31)
3302 #define PATCHTBL_SIZE (0x800)
3303 #define CR4_4335_RAM_BASE (0x180000)
3304 #define CR4_4345_LT_C0_RAM_BASE (0x1b0000)
3305 #define CR4_4345_GE_C0_RAM_BASE (0x198000)
3306 #define CR4_4349_RAM_BASE (0x180000)
3307 #define CR4_4349_RAM_BASE_FROM_REV_9 (0x160000)
3308 #define CR4_4350_RAM_BASE (0x180000)
3309 #define CR4_4360_RAM_BASE (0x0)
3310 #define CR4_43602_RAM_BASE (0x180000)
3311 #define CA7_4365_RAM_BASE (0x200000)
3312 
3313 #define CR4_4347_RAM_BASE (0x170000)
3314 #define CR4_4362_RAM_BASE (0x170000)
3315 #define CR4_4369_RAM_BASE (0x170000)
3316 #define CR4_4377_RAM_BASE (0x170000)
3317 #define CR4_43751_RAM_BASE (0x170000)
3318 #define CR4_43752_RAM_BASE (0x170000)
3319 #define CA7_4367_RAM_BASE (0x200000)
3320 #define CR4_4378_RAM_BASE (0x352000)
3321 
3322 /* 4335 chip OTP present & OTP select bits. */
3323 #define SPROM4335_OTP_SELECT 0x00000010
3324 #define SPROM4335_OTP_PRESENT 0x00000020
3325 
3326 /* 4335 GCI specific bits. */
3327 #define CC4335_GCI_STRAP_OVERRIDE_SFLASH_PRESENT (1 << 24)
3328 #define CC4335_GCI_STRAP_OVERRIDE_SFLASH_TYPE 25
3329 #define CC4335_GCI_FUNC_SEL_PAD_SDIO 0x00707770
3330 
3331 /* SFLASH clkdev specific bits. */
3332 #define CC4335_SFLASH_CLKDIV_MASK 0x1F000000
3333 #define CC4335_SFLASH_CLKDIV_SHIFT 25
3334 
3335 /* 4335 OTP bits for SFLASH. */
3336 #define CC4335_SROM_OTP_SFLASH 40
3337 #define CC4335_SROM_OTP_SFLASH_PRESENT 0x1
3338 #define CC4335_SROM_OTP_SFLASH_TYPE 0x2
3339 #define CC4335_SROM_OTP_SFLASH_CLKDIV_MASK 0x003C
3340 #define CC4335_SROM_OTP_SFLASH_CLKDIV_SHIFT 2
3341 
3342 /* 4335 chip OTP present & OTP select bits. */
3343 #define SPROM4335_OTP_SELECT 0x00000010
3344 #define SPROM4335_OTP_PRESENT 0x00000020
3345 
3346 /* 4335 GCI specific bits. */
3347 #define CC4335_GCI_STRAP_OVERRIDE_SFLASH_PRESENT (1 << 24)
3348 #define CC4335_GCI_STRAP_OVERRIDE_SFLASH_TYPE 25
3349 #define CC4335_GCI_FUNC_SEL_PAD_SDIO 0x00707770
3350 
3351 /* SFLASH clkdev specific bits. */
3352 #define CC4335_SFLASH_CLKDIV_MASK 0x1F000000
3353 #define CC4335_SFLASH_CLKDIV_SHIFT 25
3354 
3355 /* 4335 OTP bits for SFLASH. */
3356 #define CC4335_SROM_OTP_SFLASH 40
3357 #define CC4335_SROM_OTP_SFLASH_PRESENT 0x1
3358 #define CC4335_SROM_OTP_SFLASH_TYPE 0x2
3359 #define CC4335_SROM_OTP_SFLASH_CLKDIV_MASK 0x003C
3360 #define CC4335_SROM_OTP_SFLASH_CLKDIV_SHIFT 2
3361 
3362 /* 4335 resources--END */
3363 
3364 /* 43012 PMU resources based on pmu_params.xls  - Start */
3365 #define RES43012_MEMLPLDO_PU 0
3366 #define RES43012_PMU_SLEEP 1
3367 #define RES43012_FAST_LPO 2
3368 #define RES43012_BTLPO_3P3 3
3369 #define RES43012_SR_POK 4
3370 #define RES43012_DUMMY_PWRSW 5
3371 #define RES43012_DUMMY_LDO3P3 6
3372 #define RES43012_DUMMY_BT_LDO3P3 7
3373 #define RES43012_DUMMY_RADIO 8
3374 #define RES43012_VDDB_VDDRET 9
3375 #define RES43012_HV_LDO3P3 10
3376 #define RES43012_OTP_PU 11
3377 #define RES43012_XTAL_PU 12
3378 #define RES43012_SR_CLK_START 13
3379 #define RES43012_XTAL_STABLE 14
3380 #define RES43012_FCBS 15
3381 #define RES43012_CBUCK_MODE 16
3382 #define RES43012_CORE_READY 17
3383 #define RES43012_ILP_REQ 18
3384 #define RES43012_ALP_AVAIL 19
3385 #define RES43012_RADIOLDO_1P8 20
3386 #define RES43012_MINI_PMU 21
3387 #define RES43012_UNUSED 22
3388 #define RES43012_SR_SAVE_RESTORE 23
3389 #define RES43012_PHY_PWRSW 24
3390 #define RES43012_VDDB_CLDO 25
3391 #define RES43012_SUBCORE_PWRSW 26
3392 #define RES43012_SR_SLEEP 27
3393 #define RES43012_HT_START 28
3394 #define RES43012_HT_AVAIL 29
3395 #define RES43012_MACPHY_CLK_AVAIL 30
3396 #define CST43012_SPROM_PRESENT 0x00000010
3397 
3398 /* SR Control0 bits */
3399 #define SR0_43012_SR_ENG_EN_MASK 0x1
3400 #define SR0_43012_SR_ENG_EN_SHIFT 0
3401 #define SR0_43012_SR_ENG_CLK_EN (1 << 1)
3402 #define SR0_43012_SR_RSRC_TRIGGER (0xC << 2)
3403 #define SR0_43012_SR_WD_MEM_MIN_DIV (0x3 << 6)
3404 #define SR0_43012_SR_MEM_STBY_ALLOW_MSK (1 << 16)
3405 #define SR0_43012_SR_MEM_STBY_ALLOW_SHIFT 16
3406 #define SR0_43012_SR_ENABLE_ILP (1 << 17)
3407 #define SR0_43012_SR_ENABLE_ALP (1 << 18)
3408 #define SR0_43012_SR_ENABLE_HT (1 << 19)
3409 #define SR0_43012_SR_ALLOW_PIC (3 << 20)
3410 #define SR0_43012_SR_PMU_MEM_DISABLE (1 << 30)
3411 #define CC_43012_VDDM_PWRSW_EN_MASK (1 << 20)
3412 #define CC_43012_VDDM_PWRSW_EN_SHIFT (20)
3413 #define CC_43012_SDIO_AOS_WAKEUP_MASK (1 << 24)
3414 #define CC_43012_SDIO_AOS_WAKEUP_SHIFT (24)
3415 
3416 /* 43012 - offset at 5K */
3417 #define SR1_43012_SR_INIT_ADDR_MASK 0x3ff
3418 #define SR1_43012_SR_ASM_ADDR 0xA
3419 
3420 /* PLL usage in 43012 */
3421 #define PMU43012_PLL0_PC0_NDIV_INT_MASK 0x0000003f
3422 #define PMU43012_PLL0_PC0_NDIV_INT_SHIFT 0
3423 #define PMU43012_PLL0_PC0_NDIV_FRAC_MASK 0xfffffc00
3424 #define PMU43012_PLL0_PC0_NDIV_FRAC_SHIFT 10
3425 #define PMU43012_PLL0_PC3_PDIV_MASK 0x00003c00
3426 #define PMU43012_PLL0_PC3_PDIV_SHIFT 10
3427 #define PMU43012_PLL_NDIV_FRAC_BITS 20
3428 #define PMU43012_PLL_P_DIV_SCALE_BITS 10
3429 
3430 #define CCTL_43012_ARM_OFFCOUNT_MASK 0x00000003
3431 #define CCTL_43012_ARM_OFFCOUNT_SHIFT 0
3432 #define CCTL_43012_ARM_ONCOUNT_MASK 0x0000000c
3433 #define CCTL_43012_ARM_ONCOUNT_SHIFT 2
3434 
3435 /* PMU Rev >= 30 */
3436 #define PMU30_ALPCLK_ONEMHZ_ENAB 0x80000000
3437 
3438 #define BCM7271_PMU30_ALPCLK_ONEMHZ_ENAB 0x00010000
3439 
3440 /* 43012 PMU Chip Control Registers */
3441 #define PMUCCTL02_43012_SUBCORE_PWRSW_FORCE_ON 0x00000010
3442 #define PMUCCTL02_43012_PHY_PWRSW_FORCE_ON 0x00000040
3443 #define PMUCCTL02_43012_LHL_TIMER_SELECT 0x00000800
3444 #define PMUCCTL02_43012_RFLDO3P3_PU_FORCE_ON 0x00008000
3445 #define PMUCCTL02_43012_WL2CDIG_I_PMU_SLEEP_ENAB 0x00010000
3446 #define PMUCCTL02_43012_BTLDO3P3_PU_FORCE_OFF (1 << 12)
3447 
3448 #define PMUCCTL04_43012_BBPLL_ENABLE_PWRDN 0x00100000
3449 #define PMUCCTL04_43012_BBPLL_ENABLE_PWROFF 0x00200000
3450 #define PMUCCTL04_43012_FORCE_BBPLL_ARESET 0x00400000
3451 #define PMUCCTL04_43012_FORCE_BBPLL_DRESET 0x00800000
3452 #define PMUCCTL04_43012_FORCE_BBPLL_PWRDN 0x01000000
3453 #define PMUCCTL04_43012_FORCE_BBPLL_ISOONHIGH 0x02000000
3454 #define PMUCCTL04_43012_FORCE_BBPLL_PWROFF 0x04000000
3455 #define PMUCCTL04_43012_DISABLE_LQ_AVAIL 0x08000000
3456 #define PMUCCTL04_43012_DISABLE_HT_AVAIL 0x10000000
3457 #define PMUCCTL04_43012_USE_LOCK 0x20000000
3458 #define PMUCCTL04_43012_OPEN_LOOP_ENABLE 0x40000000
3459 #define PMUCCTL04_43012_FORCE_OPEN_LOOP 0x80000000
3460 #define PMUCCTL05_43012_DISABLE_SPM_CLK (1 << 8)
3461 #define PMUCCTL05_43012_RADIO_DIG_CLK_GATING_EN (1 << 14)
3462 #define PMUCCTL06_43012_GCI2RDIG_USE_ASYNCAPB (1 << 31)
3463 #define PMUCCTL08_43012_XTAL_CORE_SIZE_PMOS_NORMAL_MASK 0x00000FC0
3464 #define PMUCCTL08_43012_XTAL_CORE_SIZE_PMOS_NORMAL_SHIFT 6
3465 #define PMUCCTL08_43012_XTAL_CORE_SIZE_NMOS_NORMAL_MASK 0x00FC0000
3466 #define PMUCCTL08_43012_XTAL_CORE_SIZE_NMOS_NORMAL_SHIFT 18
3467 #define PMUCCTL08_43012_XTAL_SEL_BIAS_RES_NORMAL_MASK 0x07000000
3468 #define PMUCCTL08_43012_XTAL_SEL_BIAS_RES_NORMAL_SHIFT 24
3469 #define PMUCCTL09_43012_XTAL_CORESIZE_BIAS_ADJ_NORMAL_MASK 0x0003F000
3470 #define PMUCCTL09_43012_XTAL_CORESIZE_BIAS_ADJ_NORMAL_SHIFT 12
3471 #define PMUCCTL09_43012_XTAL_CORESIZE_RES_BYPASS_NORMAL_MASK 0x00000038
3472 #define PMUCCTL09_43012_XTAL_CORESIZE_RES_BYPASS_NORMAL_SHIFT 3
3473 
3474 #define PMUCCTL09_43012_XTAL_CORESIZE_BIAS_ADJ_STARTUP_MASK 0x00000FC0
3475 #define PMUCCTL09_43012_XTAL_CORESIZE_BIAS_ADJ_STARTUP_SHIFT 6
3476 /* during normal operation normal value is reduced for optimized power */
3477 #define PMUCCTL09_43012_XTAL_CORESIZE_BIAS_ADJ_STARTUP_VAL 0x1F
3478 
3479 #define PMUCCTL13_43012_FCBS_UP_TRIG_EN 0x00000400
3480 
3481 #define PMUCCTL14_43012_ARMCM3_RESET_INITVAL 0x00000001
3482 #define PMUCCTL14_43012_DOT11MAC_CLKEN_INITVAL 0x00000020
3483 #define PMUCCTL14_43012_DOT11MAC_PHY_CLK_EN_INITVAL 0x00000080
3484 #define PMUCCTL14_43012_DOT11MAC_PHY_CNTL_EN_INITVAL 0x00000200
3485 #define PMUCCTL14_43012_SDIOD_RESET_INIVAL 0x00000400
3486 #define PMUCCTL14_43012_SDIO_CLK_DMN_RESET_INITVAL 0x00001000
3487 #define PMUCCTL14_43012_SOCRAM_CLKEN_INITVAL 0x00004000
3488 #define PMUCCTL14_43012_M2MDMA_RESET_INITVAL 0x00008000
3489 #define PMUCCTL14_43012_DISABLE_LQ_AVAIL 0x08000000
3490 
3491 #define VREG6_43012_MEMLPLDO_ADJ_MASK 0x0000F000
3492 #define VREG6_43012_MEMLPLDO_ADJ_SHIFT 12
3493 
3494 #define VREG6_43012_LPLDO_ADJ_MASK 0x000000F0
3495 #define VREG6_43012_LPLDO_ADJ_SHIFT 4
3496 
3497 #define VREG7_43012_PWRSW_1P8_PU_MASK 0x00400000
3498 #define VREG7_43012_PWRSW_1P8_PU_SHIFT 22
3499 
3500 /* 4347 PMU Chip Control Registers */
3501 #define PMUCCTL03_4347_XTAL_CORESIZE_PMOS_NORMAL_MASK 0x001F8000
3502 #define PMUCCTL03_4347_XTAL_CORESIZE_PMOS_NORMAL_SHIFT 15
3503 #define PMUCCTL03_4347_XTAL_CORESIZE_PMOS_NORMAL_VAL 0x3F
3504 
3505 #define PMUCCTL03_4347_XTAL_CORESIZE_NMOS_NORMAL_MASK 0x07E00000
3506 #define PMUCCTL03_4347_XTAL_CORESIZE_NMOS_NORMAL_SHIFT 21
3507 #define PMUCCTL03_4347_XTAL_CORESIZE_NMOS_NORMAL_VAL 0x3F
3508 
3509 #define PMUCCTL03_4347_XTAL_SEL_BIAS_RES_NORMAL_MASK 0x38000000
3510 #define PMUCCTL03_4347_XTAL_SEL_BIAS_RES_NORMAL_SHIFT 27
3511 #define PMUCCTL03_4347_XTAL_SEL_BIAS_RES_NORMAL_VAL 0x0
3512 
3513 #define PMUCCTL00_4347_XTAL_CORESIZE_BIAS_ADJ_NORMAL_MASK 0x00000FC0
3514 #define PMUCCTL00_4347_XTAL_CORESIZE_BIAS_ADJ_NORMAL_SHIFT 6
3515 #define PMUCCTL00_4347_XTAL_CORESIZE_BIAS_ADJ_NORMAL_VAL 0x5
3516 
3517 #define PMUCCTL00_4347_XTAL_RES_BYPASS_NORMAL_MASK 0x00038000
3518 #define PMUCCTL00_4347_XTAL_RES_BYPASS_NORMAL_SHIFT 15
3519 #define PMUCCTL00_4347_XTAL_RES_BYPASS_NORMAL_VAL 0x7
3520 
3521 /* 4345 Chip specific ChipStatus register bits */
3522 #define CST4345_SPROM_MASK 0x00000020
3523 #define CST4345_SFLASH_MASK 0x00000040
3524 #define CST4345_RES_INIT_MODE_SHIFT 7
3525 #define CST4345_RES_INIT_MODE_MASK 0x00000180
3526 #define CST4345_CHIPMODE_MASK 0x4000F
3527 #define CST4345_CHIPMODE_SDIOD(cs) (((cs) & (1 << 0)) != 0)   /* SDIO */
3528 #define CST4345_CHIPMODE_GSPI(cs) (((cs) & (1 << 1)) != 0)    /* gSPI */
3529 #define CST4345_CHIPMODE_HSIC(cs) (((cs) & (1 << 2)) != 0)    /* HSIC */
3530 #define CST4345_CHIPMODE_PCIE(cs) (((cs) & (1 << 3)) != 0)    /* PCIE */
3531 #define CST4345_CHIPMODE_USB20D(cs) (((cs) & (1 << 18)) != 0) /* USBDA */
3532 
3533 /* 4350 Chipcommon ChipStatus bits */
3534 #define CST4350_SDIO_MODE 0x00000001
3535 #define CST4350_HSIC20D_MODE 0x00000002
3536 #define CST4350_BP_ON_HSIC_CLK 0x00000004
3537 #define CST4350_PCIE_MODE 0x00000008
3538 #define CST4350_USB20D_MODE 0x00000010
3539 #define CST4350_USB30D_MODE 0x00000020
3540 #define CST4350_SPROM_PRESENT 0x00000040
3541 #define CST4350_RSRC_INIT_MODE_0 0x00000080
3542 #define CST4350_RSRC_INIT_MODE_1 0x00000100
3543 #define CST4350_SEL0_SDIO 0x00000200
3544 #define CST4350_SEL1_SDIO 0x00000400
3545 #define CST4350_SDIO_PAD_MODE 0x00000800
3546 #define CST4350_BBPLL_LOCKED 0x00001000
3547 #define CST4350_USBPLL_LOCKED 0x00002000
3548 #define CST4350_LINE_STATE 0x0000C000
3549 #define CST4350_SERDES_PIPE_PLLLOCK 0x00010000
3550 #define CST4350_BT_READY 0x00020000
3551 #define CST4350_SFLASH_PRESENT 0x00040000
3552 #define CST4350_CPULESS_ENABLE 0x00080000
3553 #define CST4350_STRAP_HOST_IFC_1 0x00100000
3554 #define CST4350_STRAP_HOST_IFC_2 0x00200000
3555 #define CST4350_STRAP_HOST_IFC_3 0x00400000
3556 #define CST4350_RAW_SPROM_PRESENT 0x00800000
3557 #define CST4350_APP_CLK_SWITCH_SEL_RDBACK 0x01000000
3558 #define CST4350_RAW_RSRC_INIT_MODE_0 0x02000000
3559 #define CST4350_SDIO_PAD_VDDIO 0x04000000
3560 #define CST4350_GSPI_MODE 0x08000000
3561 #define CST4350_PACKAGE_OPTION 0xF0000000
3562 #define CST4350_PACKAGE_SHIFT 28
3563 
3564 /* package option for 4350 */
3565 #define CST4350_PACKAGE_WLCSP 0x0
3566 #define CST4350_PACKAGE_PCIE 0x1
3567 #define CST4350_PACKAGE_WLBGA 0x2
3568 #define CST4350_PACKAGE_DBG 0x3
3569 #define CST4350_PACKAGE_USB 0x4
3570 #define CST4350_PACKAGE_USB_HSIC 0x4
3571 
3572 #define CST4350_PKG_MODE(cs)                                                   \
3573     ((cs & CST4350_PACKAGE_OPTION) >> CST4350_PACKAGE_SHIFT)
3574 
3575 #define CST4350_PKG_WLCSP(cs) (CST4350_PKG_MODE(cs) == (CST4350_PACKAGE_WLCSP))
3576 #define CST4350_PKG_PCIE(cs) (CST4350_PKG_MODE(cs) == (CST4350_PACKAGE_PCIE))
3577 #define CST4350_PKG_WLBGA(cs) (CST4350_PKG_MODE(cs) == (CST4350_PACKAGE_WLBGA))
3578 #define CST4350_PKG_USB(cs) (CST4350_PKG_MODE(cs) == (CST4350_PACKAGE_USB))
3579 #define CST4350_PKG_USB_HSIC(cs)                                               \
3580     (CST4350_PKG_MODE(cs) == (CST4350_PACKAGE_USB_HSIC))
3581 
3582 /* 4350C0 USB PACKAGE using raw_sprom_present to indicate 40mHz xtal */
3583 #define CST4350_PKG_USB_40M(cs) (cs & CST4350_RAW_SPROM_PRESENT)
3584 
3585 #define CST4350_CHIPMODE_SDIOD(cs)                                             \
3586     (CST4350_IFC_MODE(cs) == (CST4350_IFC_MODE_SDIOD))
3587 #define CST4350_CHIPMODE_USB20D(cs)                                            \
3588     ((CST4350_IFC_MODE(cs)) == (CST4350_IFC_MODE_USB20D))
3589 #define CST4350_CHIPMODE_HSIC20D(cs)                                           \
3590     (CST4350_IFC_MODE(cs) == (CST4350_IFC_MODE_HSIC20D))
3591 #define CST4350_CHIPMODE_HSIC30D(cs)                                           \
3592     (CST4350_IFC_MODE(cs) == (CST4350_IFC_MODE_HSIC30D))
3593 #define CST4350_CHIPMODE_USB30D(cs)                                            \
3594     (CST4350_IFC_MODE(cs) == (CST4350_IFC_MODE_USB30D))
3595 #define CST4350_CHIPMODE_USB30D_WL(cs)                                         \
3596     (CST4350_IFC_MODE(cs) == (CST4350_IFC_MODE_USB30D_WL))
3597 #define CST4350_CHIPMODE_PCIE(cs)                                              \
3598     (CST4350_IFC_MODE(cs) == (CST4350_IFC_MODE_PCIE))
3599 
3600 /* strap_host_ifc strap value */
3601 #define CST4350_HOST_IFC_MASK 0x00700000
3602 #define CST4350_HOST_IFC_SHIFT 20
3603 
3604 /* host_ifc raw mode */
3605 #define CST4350_IFC_MODE_SDIOD 0x0
3606 #define CST4350_IFC_MODE_HSIC20D 0x1
3607 #define CST4350_IFC_MODE_HSIC30D 0x2
3608 #define CST4350_IFC_MODE_PCIE 0x3
3609 #define CST4350_IFC_MODE_USB20D 0x4
3610 #define CST4350_IFC_MODE_USB30D 0x5
3611 #define CST4350_IFC_MODE_USB30D_WL 0x6
3612 #define CST4350_IFC_MODE_USB30D_BT 0x7
3613 
3614 #define CST4350_IFC_MODE(cs)                                                   \
3615     ((cs & CST4350_HOST_IFC_MASK) >> CST4350_HOST_IFC_SHIFT)
3616 
3617 /* 4350 PMU resources */
3618 #define RES4350_LPLDO_PU 0
3619 #define RES4350_PMU_BG_PU 1
3620 #define RES4350_PMU_SLEEP 2
3621 #define RES4350_RSVD_3 3
3622 #define RES4350_CBUCK_LPOM_PU 4
3623 #define RES4350_CBUCK_PFM_PU 5
3624 #define RES4350_COLD_START_WAIT 6
3625 #define RES4350_RSVD_7 7
3626 #define RES4350_LNLDO_PU 8
3627 #define RES4350_XTALLDO_PU 9
3628 #define RES4350_LDO3P3_PU 10
3629 #define RES4350_OTP_PU 11
3630 #define RES4350_XTAL_PU 12
3631 #define RES4350_SR_CLK_START 13
3632 #define RES4350_LQ_AVAIL 14
3633 #define RES4350_LQ_START 15
3634 #define RES4350_PERST_OVR 16
3635 #define RES4350_WL_CORE_RDY 17
3636 #define RES4350_ILP_REQ 18
3637 #define RES4350_ALP_AVAIL 19
3638 #define RES4350_MINI_PMU 20
3639 #define RES4350_RADIO_PU 21
3640 #define RES4350_SR_CLK_STABLE 22
3641 #define RES4350_SR_SAVE_RESTORE 23
3642 #define RES4350_SR_PHY_PWRSW 24
3643 #define RES4350_SR_VDDM_PWRSW 25
3644 #define RES4350_SR_SUBCORE_PWRSW 26
3645 #define RES4350_SR_SLEEP 27
3646 #define RES4350_HT_START 28
3647 #define RES4350_HT_AVAIL 29
3648 #define RES4350_MACPHY_CLKAVAIL 30
3649 
3650 #define MUXENAB4350_UART_MASK (0x0000000f)
3651 #define MUXENAB4350_UART_SHIFT 0
3652 #define MUXENAB4350_HOSTWAKE_MASK                                              \
3653     (0x000000f0) /**< configure GPIO for host_wake */
3654 #define MUXENAB4350_HOSTWAKE_SHIFT 4
3655 #define MUXENAB4349_UART_MASK (0xf)
3656 
3657 #define CC4350_GPIO_COUNT 16
3658 
3659 /* 4350 GCI function sel values */
3660 #define CC4350_FNSEL_HWDEF (0)
3661 #define CC4350_FNSEL_SAMEASPIN (1)
3662 #define CC4350_FNSEL_UART (2)
3663 #define CC4350_FNSEL_SFLASH (3)
3664 #define CC4350_FNSEL_SPROM (4)
3665 #define CC4350_FNSEL_I2C (5)
3666 #define CC4350_FNSEL_MISC0 (6)
3667 #define CC4350_FNSEL_GCI (7)
3668 #define CC4350_FNSEL_MISC1 (8)
3669 #define CC4350_FNSEL_MISC2 (9)
3670 #define CC4350_FNSEL_PWDOG (10)
3671 #define CC4350_FNSEL_IND (12)
3672 #define CC4350_FNSEL_PDN (13)
3673 #define CC4350_FNSEL_PUP (14)
3674 #define CC4350_FNSEL_TRISTATE (15)
3675 #define CC4350C_FNSEL_UART (3)
3676 
3677 /* 4350 GPIO */
3678 #define CC4350_PIN_GPIO_00 (0)
3679 #define CC4350_PIN_GPIO_01 (1)
3680 #define CC4350_PIN_GPIO_02 (2)
3681 #define CC4350_PIN_GPIO_03 (3)
3682 #define CC4350_PIN_GPIO_04 (4)
3683 #define CC4350_PIN_GPIO_05 (5)
3684 #define CC4350_PIN_GPIO_06 (6)
3685 #define CC4350_PIN_GPIO_07 (7)
3686 #define CC4350_PIN_GPIO_08 (8)
3687 #define CC4350_PIN_GPIO_09 (9)
3688 #define CC4350_PIN_GPIO_10 (10)
3689 #define CC4350_PIN_GPIO_11 (11)
3690 #define CC4350_PIN_GPIO_12 (12)
3691 #define CC4350_PIN_GPIO_13 (13)
3692 #define CC4350_PIN_GPIO_14 (14)
3693 #define CC4350_PIN_GPIO_15 (15)
3694 
3695 #define CC4350_RSVD_16_SHIFT 16
3696 
3697 #define CC2_4350_PHY_PWRSW_UPTIME_MASK (0xf << 0)
3698 #define CC2_4350_PHY_PWRSW_UPTIME_SHIFT (0)
3699 #define CC2_4350_VDDM_PWRSW_UPDELAY_MASK (0xf << 4)
3700 #define CC2_4350_VDDM_PWRSW_UPDELAY_SHIFT (4)
3701 #define CC2_4350_VDDM_PWRSW_UPTIME_MASK (0xf << 8)
3702 #define CC2_4350_VDDM_PWRSW_UPTIME_SHIFT (8)
3703 #define CC2_4350_SBC_PWRSW_DNDELAY_MASK (0x3 << 12)
3704 #define CC2_4350_SBC_PWRSW_DNDELAY_SHIFT (12)
3705 #define CC2_4350_PHY_PWRSW_DNDELAY_MASK (0x3 << 14)
3706 #define CC2_4350_PHY_PWRSW_DNDELAY_SHIFT (14)
3707 #define CC2_4350_VDDM_PWRSW_DNDELAY_MASK (0x3 << 16)
3708 #define CC2_4350_VDDM_PWRSW_DNDELAY_SHIFT (16)
3709 #define CC2_4350_VDDM_PWRSW_EN_MASK (1 << 20)
3710 #define CC2_4350_VDDM_PWRSW_EN_SHIFT (20)
3711 #define CC2_4350_MEMLPLDO_PWRSW_EN_MASK (1 << 21)
3712 #define CC2_4350_MEMLPLDO_PWRSW_EN_SHIFT (21)
3713 #define CC2_4350_SDIO_AOS_WAKEUP_MASK (1 << 24)
3714 #define CC2_4350_SDIO_AOS_WAKEUP_SHIFT (24)
3715 
3716 /* Applies to 4335/4350/4345 */
3717 #define CC3_SR_CLK_SR_MEM_MASK (1 << 0)
3718 #define CC3_SR_CLK_SR_MEM_SHIFT (0)
3719 #define CC3_SR_BIT1_TBD_MASK (1 << 1)
3720 #define CC3_SR_BIT1_TBD_SHIFT (1)
3721 #define CC3_SR_ENGINE_ENABLE_MASK (1 << 2)
3722 #define CC3_SR_ENGINE_ENABLE_SHIFT (2)
3723 #define CC3_SR_BIT3_TBD_MASK (1 << 3)
3724 #define CC3_SR_BIT3_TBD_SHIFT (3)
3725 #define CC3_SR_MINDIV_FAST_CLK_MASK (0xF << 4)
3726 #define CC3_SR_MINDIV_FAST_CLK_SHIFT (4)
3727 #define CC3_SR_R23_SR2_RISE_EDGE_TRIG_MASK (1 << 8)
3728 #define CC3_SR_R23_SR2_RISE_EDGE_TRIG_SHIFT (8)
3729 #define CC3_SR_R23_SR2_FALL_EDGE_TRIG_MASK (1 << 9)
3730 #define CC3_SR_R23_SR2_FALL_EDGE_TRIG_SHIFT (9)
3731 #define CC3_SR_R23_SR_RISE_EDGE_TRIG_MASK (1 << 10)
3732 #define CC3_SR_R23_SR_RISE_EDGE_TRIG_SHIFT (10)
3733 #define CC3_SR_R23_SR_FALL_EDGE_TRIG_MASK (1 << 11)
3734 #define CC3_SR_R23_SR_FALL_EDGE_TRIG_SHIFT (11)
3735 #define CC3_SR_NUM_CLK_HIGH_MASK (0x7 << 12)
3736 #define CC3_SR_NUM_CLK_HIGH_SHIFT (12)
3737 #define CC3_SR_BIT15_TBD_MASK (1 << 15)
3738 #define CC3_SR_BIT15_TBD_SHIFT (15)
3739 #define CC3_SR_PHY_FUNC_PIC_MASK (1 << 16)
3740 #define CC3_SR_PHY_FUNC_PIC_SHIFT (16)
3741 #define CC3_SR_BIT17_19_TBD_MASK (0x7 << 17)
3742 #define CC3_SR_BIT17_19_TBD_SHIFT (17)
3743 #define CC3_SR_CHIP_TRIGGER_1_MASK (1 << 20)
3744 #define CC3_SR_CHIP_TRIGGER_1_SHIFT (20)
3745 #define CC3_SR_CHIP_TRIGGER_2_MASK (1 << 21)
3746 #define CC3_SR_CHIP_TRIGGER_2_SHIFT (21)
3747 #define CC3_SR_CHIP_TRIGGER_3_MASK (1 << 22)
3748 #define CC3_SR_CHIP_TRIGGER_3_SHIFT (22)
3749 #define CC3_SR_CHIP_TRIGGER_4_MASK (1 << 23)
3750 #define CC3_SR_CHIP_TRIGGER_4_SHIFT (23)
3751 #define CC3_SR_ALLOW_SBC_FUNC_PIC_MASK (1 << 24)
3752 #define CC3_SR_ALLOW_SBC_FUNC_PIC_SHIFT (24)
3753 #define CC3_SR_BIT25_26_TBD_MASK (0x3 << 25)
3754 #define CC3_SR_BIT25_26_TBD_SHIFT (25)
3755 #define CC3_SR_ALLOW_SBC_STBY_MASK (1 << 27)
3756 #define CC3_SR_ALLOW_SBC_STBY_SHIFT (27)
3757 #define CC3_SR_GPIO_MUX_MASK (0xF << 28)
3758 #define CC3_SR_GPIO_MUX_SHIFT (28)
3759 
3760 /* Applies to 4335/4350/4345 */
3761 #define CC4_SR_INIT_ADDR_MASK (0x3FF0000)
3762 #define CC4_4350_SR_ASM_ADDR (0x30)
3763 #define CC4_4350_C0_SR_ASM_ADDR (0x0)
3764 #define CC4_4335_SR_ASM_ADDR (0x48)
3765 #define CC4_4345_SR_ASM_ADDR (0x48)
3766 #define CC4_SR_INIT_ADDR_SHIFT (16)
3767 
3768 #define CC4_4350_EN_SR_CLK_ALP_MASK (1 << 30)
3769 #define CC4_4350_EN_SR_CLK_ALP_SHIFT (30)
3770 #define CC4_4350_EN_SR_CLK_HT_MASK (1 << 31)
3771 #define CC4_4350_EN_SR_CLK_HT_SHIFT (31)
3772 
3773 #define VREG4_4350_MEMLPDO_PU_MASK (1 << 31)
3774 #define VREG4_4350_MEMLPDO_PU_SHIFT 31
3775 
3776 #define VREG6_4350_SR_EXT_CLKDIR_MASK (1 << 20)
3777 #define VREG6_4350_SR_EXT_CLKDIR_SHIFT 20
3778 #define VREG6_4350_SR_EXT_CLKDIV_MASK (0x3 << 21)
3779 #define VREG6_4350_SR_EXT_CLKDIV_SHIFT 21
3780 #define VREG6_4350_SR_EXT_CLKEN_MASK (1 << 23)
3781 #define VREG6_4350_SR_EXT_CLKEN_SHIFT 23
3782 
3783 #define CC5_4350_PMU_EN_ASSERT_MASK (1 << 13)
3784 #define CC5_4350_PMU_EN_ASSERT_SHIFT (13)
3785 
3786 #define CC6_4350_PCIE_CLKREQ_WAKEUP_MASK (1 << 4)
3787 #define CC6_4350_PCIE_CLKREQ_WAKEUP_SHIFT (4)
3788 #define CC6_4350_PMU_WAKEUP_ALPAVAIL_MASK (1 << 6)
3789 #define CC6_4350_PMU_WAKEUP_ALPAVAIL_SHIFT (6)
3790 #define CC6_4350_PMU_EN_EXT_PERST_MASK (1 << 17)
3791 #define CC6_4350_PMU_EN_EXT_PERST_SHIFT (17)
3792 #define CC6_4350_PMU_EN_WAKEUP_MASK (1 << 18)
3793 #define CC6_4350_PMU_EN_WAKEUP_SHIFT (18)
3794 
3795 #define CC7_4350_PMU_EN_ASSERT_L2_MASK (1 << 26)
3796 #define CC7_4350_PMU_EN_ASSERT_L2_SHIFT (26)
3797 #define CC7_4350_PMU_EN_MDIO_MASK (1 << 27)
3798 #define CC7_4350_PMU_EN_MDIO_SHIFT (27)
3799 
3800 #define CC6_4345_PMU_EN_PERST_DEASSERT_MASK (1 << 13)
3801 #define CC6_4345_PMU_EN_PERST_DEASSERT_SHIF (13)
3802 #define CC6_4345_PMU_EN_L2_DEASSERT_MASK (1 << 14)
3803 #define CC6_4345_PMU_EN_L2_DEASSERT_SHIF (14)
3804 #define CC6_4345_PMU_EN_ASSERT_L2_MASK (1 << 15)
3805 #define CC6_4345_PMU_EN_ASSERT_L2_SHIFT (15)
3806 #define CC6_4345_PMU_EN_MDIO_MASK (1 << 24)
3807 #define CC6_4345_PMU_EN_MDIO_SHIFT (24)
3808 
3809 /* 4347 GCI function sel values */
3810 #define CC4347_FNSEL_HWDEF (0)
3811 #define CC4347_FNSEL_SAMEASPIN (1)
3812 #define CC4347_FNSEL_GPIO0 (2)
3813 #define CC4347_FNSEL_FUART (3)
3814 #define CC4347_FNSEL_GCI0 (4)
3815 #define CC4347_FNSEL_GCI1 (5)
3816 #define CC4347_FNSEL_DBG_UART (6)
3817 #define CC4347_FNSEL_SPI (7)
3818 #define CC4347_FNSEL_SPROM (8)
3819 #define CC4347_FNSEL_MISC0 (9)
3820 #define CC4347_FNSEL_MISC1 (10)
3821 #define CC4347_FNSEL_MISC2 (11)
3822 #define CC4347_FNSEL_IND (12)
3823 #define CC4347_FNSEL_PDN (13)
3824 #define CC4347_FNSEL_PUP (14)
3825 #define CC4347_FNSEL_TRISTATE (15)
3826 
3827 /* 4347 GPIO */
3828 #define CC4347_PIN_GPIO_02 (2)
3829 #define CC4347_PIN_GPIO_03 (3)
3830 #define CC4347_PIN_GPIO_04 (4)
3831 #define CC4347_PIN_GPIO_05 (5)
3832 #define CC4347_PIN_GPIO_06 (6)
3833 #define CC4347_PIN_GPIO_07 (7)
3834 #define CC4347_PIN_GPIO_08 (8)
3835 #define CC4347_PIN_GPIO_09 (9)
3836 #define CC4347_PIN_GPIO_10 (10)
3837 #define CC4347_PIN_GPIO_11 (11)
3838 #define CC4347_PIN_GPIO_12 (12)
3839 #define CC4347_PIN_GPIO_13 (13)
3840 /* GCI chipcontrol register indices */
3841 #define CC_GCI_CHIPCTRL_00 (0)
3842 #define CC_GCI_CHIPCTRL_01 (1)
3843 #define CC_GCI_CHIPCTRL_02 (2)
3844 #define CC_GCI_CHIPCTRL_03 (3)
3845 #define CC_GCI_CHIPCTRL_04 (4)
3846 #define CC_GCI_CHIPCTRL_05 (5)
3847 #define CC_GCI_CHIPCTRL_06 (6)
3848 #define CC_GCI_CHIPCTRL_07 (7)
3849 #define CC_GCI_CHIPCTRL_08 (8)
3850 #define CC_GCI_CHIPCTRL_09 (9)
3851 #define CC_GCI_CHIPCTRL_10 (10)
3852 #define CC_GCI_CHIPCTRL_10 (10)
3853 #define CC_GCI_CHIPCTRL_11 (11)
3854 #define CC_GCI_XTAL_BUFSTRG_NFC (0xff << 12)
3855 
3856 #define CC_GCI_04_SDIO_DRVSTR_SHIFT 15
3857 #define CC_GCI_04_SDIO_DRVSTR_MASK                                             \
3858     (0x0f << CC_GCI_04_SDIO_DRVSTR_SHIFT) /* 0x00078000 */
3859 #define CC_GCI_04_SDIO_DRVSTR_OVERRIDE_BIT (1 << 18)
3860 #define CC_GCI_04_SDIO_DRVSTR_DEFAULT_MA 14
3861 #define CC_GCI_04_SDIO_DRVSTR_MIN_MA 2
3862 #define CC_GCI_04_SDIO_DRVSTR_MAX_MA 16
3863 
3864 #define CC_GCI_06_JTAG_SEL_SHIFT 4
3865 #define CC_GCI_06_JTAG_SEL_MASK (1 << 4)
3866 
3867 #define CC_GCI_NUMCHIPCTRLREGS(cap1) ((cap1 & 0xF00) >> 8)
3868 
3869 #define CC_GCI_03_LPFLAGS_SFLASH_MASK (0xFFFFFF << 8)
3870 #define CC_GCI_03_LPFLAGS_SFLASH_VAL (0xCCCCCC << 8)
3871 #define GPIO_CTRL_REG_DISABLE_INTERRUPT (3 << 9)
3872 #define GPIO_CTRL_REG_COUNT 40
3873 
3874 /* GCI chipstatus register indices */
3875 #define GCI_CHIPSTATUS_00 (0)
3876 #define GCI_CHIPSTATUS_01 (1)
3877 #define GCI_CHIPSTATUS_02 (2)
3878 #define GCI_CHIPSTATUS_03 (3)
3879 #define GCI_CHIPSTATUS_04 (4)
3880 #define GCI_CHIPSTATUS_05 (5)
3881 #define GCI_CHIPSTATUS_06 (6)
3882 #define GCI_CHIPSTATUS_07 (7)
3883 #define GCI_CHIPSTATUS_08 (8)
3884 #define GCI_CHIPSTATUS_09 (9)
3885 #define GCI_CHIPSTATUS_10 (10)
3886 #define GCI_CHIPSTATUS_11 (11)
3887 #define GCI_CHIPSTATUS_12 (12)
3888 #define GCI_CHIPSTATUS_13 (13)
3889 
3890 /* 43021 GCI chipstatus registers */
3891 #define GCI43012_CHIPSTATUS_07_BBPLL_LOCK_MASK (1 << 3)
3892 
3893 /* 4345 PMU resources */
3894 #define RES4345_LPLDO_PU 0
3895 #define RES4345_PMU_BG_PU 1
3896 #define RES4345_PMU_SLEEP 2
3897 #define RES4345_HSICLDO_PU 3
3898 #define RES4345_CBUCK_LPOM_PU 4
3899 #define RES4345_CBUCK_PFM_PU 5
3900 #define RES4345_COLD_START_WAIT 6
3901 #define RES4345_RSVD_7 7
3902 #define RES4345_LNLDO_PU 8
3903 #define RES4345_XTALLDO_PU 9
3904 #define RES4345_LDO3P3_PU 10
3905 #define RES4345_OTP_PU 11
3906 #define RES4345_XTAL_PU 12
3907 #define RES4345_SR_CLK_START 13
3908 #define RES4345_LQ_AVAIL 14
3909 #define RES4345_LQ_START 15
3910 #define RES4345_PERST_OVR 16
3911 #define RES4345_WL_CORE_RDY 17
3912 #define RES4345_ILP_REQ 18
3913 #define RES4345_ALP_AVAIL 19
3914 #define RES4345_MINI_PMU 20
3915 #define RES4345_RADIO_PU 21
3916 #define RES4345_SR_CLK_STABLE 22
3917 #define RES4345_SR_SAVE_RESTORE 23
3918 #define RES4345_SR_PHY_PWRSW 24
3919 #define RES4345_SR_VDDM_PWRSW 25
3920 #define RES4345_SR_SUBCORE_PWRSW 26
3921 #define RES4345_SR_SLEEP 27
3922 #define RES4345_HT_START 28
3923 #define RES4345_HT_AVAIL 29
3924 #define RES4345_MACPHY_CLK_AVAIL 30
3925 
3926 /* 43012 pins
3927  * note: only the values set as default/used are added here.
3928  */
3929 #define CC43012_PIN_GPIO_00 (0)
3930 #define CC43012_PIN_GPIO_01 (1)
3931 #define CC43012_PIN_GPIO_02 (2)
3932 #define CC43012_PIN_GPIO_03 (3)
3933 #define CC43012_PIN_GPIO_04 (4)
3934 #define CC43012_PIN_GPIO_05 (5)
3935 #define CC43012_PIN_GPIO_06 (6)
3936 #define CC43012_PIN_GPIO_07 (7)
3937 #define CC43012_PIN_GPIO_08 (8)
3938 #define CC43012_PIN_GPIO_09 (9)
3939 #define CC43012_PIN_GPIO_10 (10)
3940 #define CC43012_PIN_GPIO_11 (11)
3941 #define CC43012_PIN_GPIO_12 (12)
3942 #define CC43012_PIN_GPIO_13 (13)
3943 #define CC43012_PIN_GPIO_14 (14)
3944 #define CC43012_PIN_GPIO_15 (15)
3945 
3946 /* 43012 GCI function sel values */
3947 #define CC43012_FNSEL_HWDEF (0)
3948 #define CC43012_FNSEL_SAMEASPIN (1)
3949 #define CC43012_FNSEL_GPIO0 (2)
3950 #define CC43012_FNSEL_GPIO1 (3)
3951 #define CC43012_FNSEL_GCI0 (4)
3952 #define CC43012_FNSEL_GCI1 (5)
3953 #define CC43012_FNSEL_DBG_UART (6)
3954 #define CC43012_FNSEL_I2C (7)
3955 #define CC43012_FNSEL_BT_SFLASH (8)
3956 #define CC43012_FNSEL_MISC0 (9)
3957 #define CC43012_FNSEL_MISC1 (10)
3958 #define CC43012_FNSEL_MISC2 (11)
3959 #define CC43012_FNSEL_IND (12)
3960 #define CC43012_FNSEL_PDN (13)
3961 #define CC43012_FNSEL_PUP (14)
3962 #define CC43012_FNSEL_TRI (15)
3963 
3964 /* 4335 pins
3965  * note: only the values set as default/used are added here.
3966  */
3967 #define CC4335_PIN_GPIO_00 (0)
3968 #define CC4335_PIN_GPIO_01 (1)
3969 #define CC4335_PIN_GPIO_02 (2)
3970 #define CC4335_PIN_GPIO_03 (3)
3971 #define CC4335_PIN_GPIO_04 (4)
3972 #define CC4335_PIN_GPIO_05 (5)
3973 #define CC4335_PIN_GPIO_06 (6)
3974 #define CC4335_PIN_GPIO_07 (7)
3975 #define CC4335_PIN_GPIO_08 (8)
3976 #define CC4335_PIN_GPIO_09 (9)
3977 #define CC4335_PIN_GPIO_10 (10)
3978 #define CC4335_PIN_GPIO_11 (11)
3979 #define CC4335_PIN_GPIO_12 (12)
3980 #define CC4335_PIN_GPIO_13 (13)
3981 #define CC4335_PIN_GPIO_14 (14)
3982 #define CC4335_PIN_GPIO_15 (15)
3983 #define CC4335_PIN_SDIO_CLK (16)
3984 #define CC4335_PIN_SDIO_CMD (17)
3985 #define CC4335_PIN_SDIO_DATA0 (18)
3986 #define CC4335_PIN_SDIO_DATA1 (19)
3987 #define CC4335_PIN_SDIO_DATA2 (20)
3988 #define CC4335_PIN_SDIO_DATA3 (21)
3989 #define CC4335_PIN_RF_SW_CTRL_6 (22)
3990 #define CC4335_PIN_RF_SW_CTRL_7 (23)
3991 #define CC4335_PIN_RF_SW_CTRL_8 (24)
3992 #define CC4335_PIN_RF_SW_CTRL_9 (25)
3993 /* Last GPIO Pad */
3994 #define CC4335_PIN_GPIO_LAST (31)
3995 
3996 /* 4335 GCI function sel values
3997  */
3998 #define CC4335_FNSEL_HWDEF (0)
3999 #define CC4335_FNSEL_SAMEASPIN (1)
4000 #define CC4335_FNSEL_GPIO0 (2)
4001 #define CC4335_FNSEL_GPIO1 (3)
4002 #define CC4335_FNSEL_GCI0 (4)
4003 #define CC4335_FNSEL_GCI1 (5)
4004 #define CC4335_FNSEL_UART (6)
4005 #define CC4335_FNSEL_SFLASH (7)
4006 #define CC4335_FNSEL_SPROM (8)
4007 #define CC4335_FNSEL_MISC0 (9)
4008 #define CC4335_FNSEL_MISC1 (10)
4009 #define CC4335_FNSEL_MISC2 (11)
4010 #define CC4335_FNSEL_IND (12)
4011 #define CC4335_FNSEL_PDN (13)
4012 #define CC4335_FNSEL_PUP (14)
4013 #define CC4335_FNSEL_TRI (15)
4014 
4015 /* GCI Core Control Reg */
4016 #define GCI_CORECTRL_SR_MASK (1 << 0)           /**< SECI block Reset */
4017 #define GCI_CORECTRL_RSL_MASK (1 << 1)          /**< ResetSECILogic */
4018 #define GCI_CORECTRL_ES_MASK (1 << 2)           /**< EnableSECI */
4019 #define GCI_CORECTRL_FSL_MASK (1 << 3)          /**< Force SECI Out Low */
4020 #define GCI_CORECTRL_SOM_MASK (7 << 4)          /**< SECI Op Mode */
4021 #define GCI_CORECTRL_US_MASK (1 << 7)           /**< Update SECI */
4022 #define GCI_CORECTRL_BOS_MASK (1 << 8)          /**< Break On Sleep */
4023 #define GCI_CORECTRL_FORCEREGCLK_MASK (1 << 18) /* ForceRegClk */
4024 
4025 /* 4345 pins
4026  * note: only the values set as default/used are added here.
4027  */
4028 #define CC4345_PIN_GPIO_00 (0)
4029 #define CC4345_PIN_GPIO_01 (1)
4030 #define CC4345_PIN_GPIO_02 (2)
4031 #define CC4345_PIN_GPIO_03 (3)
4032 #define CC4345_PIN_GPIO_04 (4)
4033 #define CC4345_PIN_GPIO_05 (5)
4034 #define CC4345_PIN_GPIO_06 (6)
4035 #define CC4345_PIN_GPIO_07 (7)
4036 #define CC4345_PIN_GPIO_08 (8)
4037 #define CC4345_PIN_GPIO_09 (9)
4038 #define CC4345_PIN_GPIO_10 (10)
4039 #define CC4345_PIN_GPIO_11 (11)
4040 #define CC4345_PIN_GPIO_12 (12)
4041 #define CC4345_PIN_GPIO_13 (13)
4042 #define CC4345_PIN_GPIO_14 (14)
4043 #define CC4345_PIN_GPIO_15 (15)
4044 #define CC4345_PIN_GPIO_16 (16)
4045 #define CC4345_PIN_SDIO_CLK (17)
4046 #define CC4345_PIN_SDIO_CMD (18)
4047 #define CC4345_PIN_SDIO_DATA0 (19)
4048 #define CC4345_PIN_SDIO_DATA1 (20)
4049 #define CC4345_PIN_SDIO_DATA2 (21)
4050 #define CC4345_PIN_SDIO_DATA3 (22)
4051 #define CC4345_PIN_RF_SW_CTRL_0 (23)
4052 #define CC4345_PIN_RF_SW_CTRL_1 (24)
4053 #define CC4345_PIN_RF_SW_CTRL_2 (25)
4054 #define CC4345_PIN_RF_SW_CTRL_3 (26)
4055 #define CC4345_PIN_RF_SW_CTRL_4 (27)
4056 #define CC4345_PIN_RF_SW_CTRL_5 (28)
4057 #define CC4345_PIN_RF_SW_CTRL_6 (29)
4058 #define CC4345_PIN_RF_SW_CTRL_7 (30)
4059 #define CC4345_PIN_RF_SW_CTRL_8 (31)
4060 #define CC4345_PIN_RF_SW_CTRL_9 (32)
4061 
4062 /* 4345 GCI function sel values
4063  */
4064 #define CC4345_FNSEL_HWDEF (0)
4065 #define CC4345_FNSEL_SAMEASPIN (1)
4066 #define CC4345_FNSEL_GPIO0 (2)
4067 #define CC4345_FNSEL_GPIO1 (3)
4068 #define CC4345_FNSEL_GCI0 (4)
4069 #define CC4345_FNSEL_GCI1 (5)
4070 #define CC4345_FNSEL_UART (6)
4071 #define CC4345_FNSEL_SFLASH (7)
4072 #define CC4345_FNSEL_SPROM (8)
4073 #define CC4345_FNSEL_MISC0 (9)
4074 #define CC4345_FNSEL_MISC1 (10)
4075 #define CC4345_FNSEL_MISC2 (11)
4076 #define CC4345_FNSEL_IND (12)
4077 #define CC4345_FNSEL_PDN (13)
4078 #define CC4345_FNSEL_PUP (14)
4079 #define CC4345_FNSEL_TRI (15)
4080 
4081 #define MUXENAB4345_UART_MASK (0x0000000f)
4082 #define MUXENAB4345_UART_SHIFT 0
4083 #define MUXENAB4345_HOSTWAKE_MASK (0x000000f0)
4084 #define MUXENAB4345_HOSTWAKE_SHIFT 4
4085 
4086 /* 4349 Group (4349, 4355, 4359) GCI AVS function sel values */
4087 #define CC4349_GRP_GCI_AVS_CTRL_MASK (0xffe00000)
4088 #define CC4349_GRP_GCI_AVS_CTRL_SHIFT (21)
4089 #define CC4349_GRP_GCI_AVS_CTRL_ENAB (1 << 5)
4090 
4091 /* 4345 GCI AVS function sel values */
4092 #define CC4345_GCI_AVS_CTRL_MASK (0xfc)
4093 #define CC4345_GCI_AVS_CTRL_SHIFT (2)
4094 #define CC4345_GCI_AVS_CTRL_ENAB (1 << 5)
4095 
4096 /* 43430 Pin */
4097 #define CC43430_PIN_GPIO_00 (0)
4098 #define CC43430_PIN_GPIO_01 (1)
4099 #define CC43430_PIN_GPIO_02 (2)
4100 #define CC43430_PIN_GPIO_07 (7)
4101 #define CC43430_PIN_GPIO_08 (8)
4102 #define CC43430_PIN_GPIO_09 (9)
4103 #define CC43430_PIN_GPIO_10 (10)
4104 
4105 #define CC43430_FNSEL_SDIO_INT (2)
4106 #define CC43430_FNSEL_6_FAST_UART (6)
4107 #define CC43430_FNSEL_10_FAST_UART (10)
4108 
4109 #define MUXENAB43430_UART_MASK (0x0000000f)
4110 #define MUXENAB43430_UART_SHIFT 0
4111 #define MUXENAB43430_HOSTWAKE_MASK                                             \
4112     (0x000000f0) /* configure GPIO for SDIO host_wake */
4113 #define MUXENAB43430_HOSTWAKE_SHIFT 4
4114 
4115 #define CC43430_FNSEL_SAMEASPIN (1)
4116 #define CC43430_RFSWCTRL_EN_MASK (0x7f8)
4117 #define CC43430_RFSWCTRL_EN_SHIFT (3)
4118 
4119 /* GCI GPIO for function sel GCI-0/GCI-1 */
4120 #define CC_GCI_GPIO_0 (0)
4121 #define CC_GCI_GPIO_1 (1)
4122 #define CC_GCI_GPIO_2 (2)
4123 #define CC_GCI_GPIO_3 (3)
4124 #define CC_GCI_GPIO_4 (4)
4125 #define CC_GCI_GPIO_5 (5)
4126 #define CC_GCI_GPIO_6 (6)
4127 #define CC_GCI_GPIO_7 (7)
4128 #define CC_GCI_GPIO_8 (8)
4129 #define CC_GCI_GPIO_9 (9)
4130 #define CC_GCI_GPIO_10 (10)
4131 #define CC_GCI_GPIO_11 (11)
4132 #define CC_GCI_GPIO_12 (12)
4133 #define CC_GCI_GPIO_13 (13)
4134 #define CC_GCI_GPIO_14 (14)
4135 #define CC_GCI_GPIO_15 (15)
4136 
4137 /* indicates Invalid GPIO, e.g. when PAD GPIO doesn't map to GCI GPIO */
4138 #define CC_GCI_GPIO_INVALID 0xFF
4139 
4140 /* find the 4 bit mask given the bit position */
4141 #define GCIMASK(pos) (((uint32)0xF) << pos)
4142 /* get the value which can be used to directly OR with chipcontrol reg */
4143 #define GCIPOSVAL(val, pos) ((((uint32)val) << pos) & GCIMASK(pos))
4144 /* Extract nibble from a given position */
4145 #define GCIGETNBL(val, pos) ((val >> pos) & 0xF)
4146 
4147 /* find the 8 bit mask given the bit position */
4148 #define GCIMASK_8B(pos) (((uint32)0xFF) << pos)
4149 /* get the value which can be used to directly OR with chipcontrol reg */
4150 #define GCIPOSVAL_8B(val, pos) ((((uint32)val) << pos) & GCIMASK_8B(pos))
4151 /* Extract nibble from a given position */
4152 #define GCIGETNBL_8B(val, pos) ((val >> pos) & 0xFF)
4153 
4154 /* find the 4 bit mask given the bit position */
4155 #define GCIMASK_4B(pos) (((uint32)0xF) << pos)
4156 /* get the value which can be used to directly OR with chipcontrol reg */
4157 #define GCIPOSVAL_4B(val, pos) ((((uint32)val) << pos) & GCIMASK_4B(pos))
4158 /* Extract nibble from a given position */
4159 #define GCIGETNBL_4B(val, pos) ((val >> pos) & 0xF)
4160 
4161 /* 4335 GCI Intstatus(Mask)/WakeMask Register bits. */
4162 #define GCI_INTSTATUS_RBI (1 << 0)        /**< Rx Break Interrupt */
4163 #define GCI_INTSTATUS_UB (1 << 1)         /**< UART Break Interrupt */
4164 #define GCI_INTSTATUS_SPE (1 << 2)        /**< SECI Parity Error Interrupt */
4165 #define GCI_INTSTATUS_SFE (1 << 3)        /**< SECI Framing Error Interrupt */
4166 #define GCI_INTSTATUS_SRITI (1 << 9)      /**< SECI Rx Idle Timer Interrupt */
4167 #define GCI_INTSTATUS_STFF (1 << 10)      /**< SECI Tx FIFO Full Interrupt */
4168 #define GCI_INTSTATUS_STFAE (1 << 11)     /**< SECI Tx FIFO Almost Empty Intr */
4169 #define GCI_INTSTATUS_SRFAF (1 << 12)     /**< SECI Rx FIFO Almost Full */
4170 #define GCI_INTSTATUS_SRFNE (1 << 14)     /**< SECI Rx FIFO Not Empty */
4171 #define GCI_INTSTATUS_SRFOF (1 << 15)     /**< SECI Rx FIFO Not Empty Timeout */
4172 #define GCI_INTSTATUS_EVENT (1 << 21)     /* GCI Event Interrupt */
4173 #define GCI_INTSTATUS_LEVELWAKE (1 << 22) /* GCI Wake Level Interrupt */
4174 #define GCI_INTSTATUS_EVENTWAKE (1 << 23) /* GCI Wake Event Interrupt */
4175 #define GCI_INTSTATUS_GPIOINT (1 << 25)   /**< GCIGpioInt */
4176 #define GCI_INTSTATUS_GPIOWAKE (1 << 26)  /**< GCIGpioWake */
4177 #define GCI_INTSTATUS_LHLWLWAKE (1 << 30) /* LHL WL wake */
4178 
4179 /* 4335 GCI IntMask Register bits. */
4180 #define GCI_INTMASK_RBI (1 << 0)        /**< Rx Break Interrupt */
4181 #define GCI_INTMASK_UB (1 << 1)         /**< UART Break Interrupt */
4182 #define GCI_INTMASK_SPE (1 << 2)        /**< SECI Parity Error Interrupt */
4183 #define GCI_INTMASK_SFE (1 << 3)        /**< SECI Framing Error Interrupt */
4184 #define GCI_INTMASK_SRITI (1 << 9)      /**< SECI Rx Idle Timer Interrupt */
4185 #define GCI_INTMASK_STFF (1 << 10)      /**< SECI Tx FIFO Full Interrupt */
4186 #define GCI_INTMASK_STFAE (1 << 11)     /**< SECI Tx FIFO Almost Empty Intr */
4187 #define GCI_INTMASK_SRFAF (1 << 12)     /**< SECI Rx FIFO Almost Full */
4188 #define GCI_INTMASK_SRFNE (1 << 14)     /**< SECI Rx FIFO Not Empty */
4189 #define GCI_INTMASK_SRFOF (1 << 15)     /**< SECI Rx FIFO Not Empty Timeout */
4190 #define GCI_INTMASK_EVENT (1 << 21)     /* GCI Event Interrupt */
4191 #define GCI_INTMASK_LEVELWAKE (1 << 22) /* GCI Wake Level Interrupt */
4192 #define GCI_INTMASK_EVENTWAKE (1 << 23) /* GCI Wake Event Interrupt */
4193 #define GCI_INTMASK_GPIOINT (1 << 25)   /**< GCIGpioInt */
4194 #define GCI_INTMASK_GPIOWAKE (1 << 26)  /**< GCIGpioWake */
4195 #define GCI_INTMASK_LHLWLWAKE (1 << 30) /* LHL WL wake */
4196 
4197 /* 4335 GCI WakeMask Register bits. */
4198 #define GCI_WAKEMASK_RBI (1 << 0)        /**< Rx Break Interrupt */
4199 #define GCI_WAKEMASK_UB (1 << 1)         /**< UART Break Interrupt */
4200 #define GCI_WAKEMASK_SPE (1 << 2)        /**< SECI Parity Error Interrupt */
4201 #define GCI_WAKEMASK_SFE (1 << 3)        /**< SECI Framing Error Interrupt */
4202 #define GCI_WAKE_SRITI (1 << 9)          /**< SECI Rx Idle Timer Interrupt */
4203 #define GCI_WAKEMASK_STFF (1 << 10)      /**< SECI Tx FIFO Full Interrupt */
4204 #define GCI_WAKEMASK_STFAE (1 << 11)     /**< SECI Tx FIFO Almost Empty Intr */
4205 #define GCI_WAKEMASK_SRFAF (1 << 12)     /**< SECI Rx FIFO Almost Full */
4206 #define GCI_WAKEMASK_SRFNE (1 << 14)     /**< SECI Rx FIFO Not Empty */
4207 #define GCI_WAKEMASK_SRFOF (1 << 15)     /**< SECI Rx FIFO Not Empty Timeout */
4208 #define GCI_WAKEMASK_EVENT (1 << 21)     /* GCI Event Interrupt */
4209 #define GCI_WAKEMASK_LEVELWAKE (1 << 22) /* GCI Wake Level Interrupt */
4210 #define GCI_WAKEMASK_EVENTWAKE (1 << 23) /* GCI Wake Event Interrupt */
4211 #define GCI_WAKEMASK_GPIOINT (1 << 25)   /**< GCIGpioInt */
4212 #define GCI_WAKEMASK_GPIOWAKE (1 << 26)  /**< GCIGpioWake */
4213 #define GCI_WAKEMASK_LHLWLWAKE (1 << 30) /* LHL WL wake */
4214 
4215 #define GCI_WAKE_ON_GCI_GPIO1 1
4216 #define GCI_WAKE_ON_GCI_GPIO2 2
4217 #define GCI_WAKE_ON_GCI_GPIO3 3
4218 #define GCI_WAKE_ON_GCI_GPIO4 4
4219 #define GCI_WAKE_ON_GCI_GPIO5 5
4220 #define GCI_WAKE_ON_GCI_GPIO6 6
4221 #define GCI_WAKE_ON_GCI_GPIO7 7
4222 #define GCI_WAKE_ON_GCI_GPIO8 8
4223 #define GCI_WAKE_ON_GCI_SECI_IN 9
4224 
4225 #define PMU_EXT_WAKE_MASK_0_SDIO (1 << 2)
4226 
4227 /* =========== LHL regs =========== */
4228 #define LHL_PWRSEQCTL_SLEEP_EN (1 << 0)
4229 #define LHL_PWRSEQCTL_PMU_SLEEP_MODE (1 << 1)
4230 #define LHL_PWRSEQCTL_PMU_FINAL_PMU_SLEEP_EN (1 << 2)
4231 #define LHL_PWRSEQCTL_PMU_TOP_ISO_EN (1 << 3)
4232 #define LHL_PWRSEQCTL_PMU_TOP_SLB_EN (1 << 4)
4233 #define LHL_PWRSEQCTL_PMU_TOP_PWRSW_EN (1 << 5)
4234 #define LHL_PWRSEQCTL_PMU_CLDO_PD (1 << 6)
4235 #define LHL_PWRSEQCTL_PMU_LPLDO_PD (1 << 7)
4236 #define LHL_PWRSEQCTL_PMU_RSRC6_EN (1 << 8)
4237 
4238 #define PMU_SLEEP_MODE_0                                                       \
4239     (LHL_PWRSEQCTL_SLEEP_EN | LHL_PWRSEQCTL_PMU_FINAL_PMU_SLEEP_EN)
4240 
4241 #define PMU_SLEEP_MODE_1                                                       \
4242     (LHL_PWRSEQCTL_SLEEP_EN | LHL_PWRSEQCTL_PMU_SLEEP_MODE |                   \
4243      LHL_PWRSEQCTL_PMU_FINAL_PMU_SLEEP_EN | LHL_PWRSEQCTL_PMU_TOP_ISO_EN |     \
4244      LHL_PWRSEQCTL_PMU_TOP_SLB_EN | LHL_PWRSEQCTL_PMU_TOP_PWRSW_EN |           \
4245      LHL_PWRSEQCTL_PMU_CLDO_PD | LHL_PWRSEQCTL_PMU_RSRC6_EN)
4246 
4247 #define PMU_SLEEP_MODE_2                                                       \
4248     (LHL_PWRSEQCTL_SLEEP_EN | LHL_PWRSEQCTL_PMU_SLEEP_MODE |                   \
4249      LHL_PWRSEQCTL_PMU_FINAL_PMU_SLEEP_EN | LHL_PWRSEQCTL_PMU_TOP_ISO_EN |     \
4250      LHL_PWRSEQCTL_PMU_TOP_SLB_EN | LHL_PWRSEQCTL_PMU_TOP_PWRSW_EN |           \
4251      LHL_PWRSEQCTL_PMU_CLDO_PD | LHL_PWRSEQCTL_PMU_LPLDO_PD |                  \
4252      LHL_PWRSEQCTL_PMU_RSRC6_EN)
4253 
4254 #define LHL_PWRSEQ_CTL (0x000000ff)
4255 
4256 /* LHL Top Level Power Up Control Register (lhl_top_pwrup_ctl_adr, Offset 0xE78)
4257  * Top Level Counter values for isolation, retention, Power Switch control
4258  */
4259 #define LHL_PWRUP_ISOLATION_CNT (0x6 << 8)
4260 #define LHL_PWRUP_RETENTION_CNT (0x5 << 16)
4261 #define LHL_PWRUP_PWRSW_CNT (0x7 << 24)
4262 /* Mask is taken only for isolation 8:13 , Retention 16:21 ,
4263  * Power Switch control 24:29
4264  */
4265 #define LHL_PWRUP_CTL_MASK (0x3F3F3F00)
4266 #define LHL_PWRUP_CTL                                                          \
4267     (LHL_PWRUP_ISOLATION_CNT | LHL_PWRUP_RETENTION_CNT | LHL_PWRUP_PWRSW_CNT)
4268 
4269 #define LHL_PWRUP_ISOLATION_CNT_4347 (0x7 << 8)
4270 #define LHL_PWRUP_RETENTION_CNT_4347 (0x5 << 16)
4271 #define LHL_PWRUP_PWRSW_CNT_4347 (0x7 << 24)
4272 
4273 #define LHL_PWRUP_CTL_4347                                                     \
4274     (LHL_PWRUP_ISOLATION_CNT_4347 | LHL_PWRUP_RETENTION_CNT_4347 |             \
4275      LHL_PWRUP_PWRSW_CNT_4347)
4276 
4277 #define LHL_PWRUP2_CLDO_DN_CNT (0x0)
4278 #define LHL_PWRUP2_LPLDO_DN_CNT (0x0 << 8)
4279 #define LHL_PWRUP2_RSRC6_DN_CN (0x4 << 16)
4280 #define LHL_PWRUP2_RSRC7_DN_CN (0x0 << 24)
4281 #define LHL_PWRUP2_CTL_MASK (0x3F3F3F3F)
4282 #define LHL_PWRUP2_CTL                                                         \
4283     (LHL_PWRUP2_CLDO_DN_CNT | LHL_PWRUP2_LPLDO_DN_CNT |                        \
4284      LHL_PWRUP2_RSRC6_DN_CN | LHL_PWRUP2_RSRC7_DN_CN)
4285 
4286 /* LHL Top Level Power Down Control Register (lhl_top_pwrdn_ctl_adr, Offset
4287  * 0xE74) */
4288 #define LHL_PWRDN_SLEEP_CNT (0x4)
4289 #define LHL_PWRDN_CTL_MASK (0x3F)
4290 
4291 /* LHL Top Level Power Down Control 2 Register (lhl_top_pwrdn2_ctl_adr, Offset
4292  * 0xE80) */
4293 #define LHL_PWRDN2_CLDO_DN_CNT (0x4)
4294 #define LHL_PWRDN2_LPLDO_DN_CNT (0x4 << 8)
4295 #define LHL_PWRDN2_RSRC6_DN_CN (0x3 << 16)
4296 #define LHL_PWRDN2_RSRC7_DN_CN (0x0 << 24)
4297 #define LHL_PWRDN2_CTL                                                         \
4298     (LHL_PWRDN2_CLDO_DN_CNT | LHL_PWRDN2_LPLDO_DN_CNT |                        \
4299      LHL_PWRDN2_RSRC6_DN_CN | LHL_PWRDN2_RSRC7_DN_CN)
4300 #define LHL_PWRDN2_CTL_MASK (0x3F3F3F3F)
4301 
4302 #define LHL_FAST_WRITE_EN (1 << 14)
4303 
4304 /* WL ARM Timer0 Interrupt Mask (lhl_wl_armtim0_intrp_adr) */
4305 #define LHL_WL_ARMTIM0_INTRP_EN 0x00000001
4306 #define LHL_WL_ARMTIM0_INTRP_EDGE_TRIGGER 0x00000002
4307 
4308 /* WL MAC Timer0 Interrupt Mask (lhl_wl_mactim0_intrp_adr) */
4309 #define LHL_WL_MACTIM0_INTRP_EN 0x00000001
4310 #define LHL_WL_MACTIM0_INTRP_EDGE_TRIGGER 0x00000002
4311 
4312 /* LHL Wakeup Status (lhl_wkup_status_adr) */
4313 #define LHL_WKUP_STATUS_WR_PENDING_ARMTIM0 0x00100000
4314 
4315 /* WL ARM Timer0 Interrupt Status (lhl_wl_armtim0_st_adr) */
4316 #define LHL_WL_ARMTIM0_ST_WL_ARMTIM_INT_ST 0x00000001
4317 
4318 #define LHL_PS_MODE_0 0
4319 #define LHL_PS_MODE_1 1
4320 
4321 /* GCI EventIntMask Register SW bits */
4322 #define GCI_MAILBOXDATA_TOWLAN (1 << 0)
4323 #define GCI_MAILBOXDATA_TOBT (1 << 1)
4324 #define GCI_MAILBOXDATA_TONFC (1 << 2)
4325 #define GCI_MAILBOXDATA_TOGPS (1 << 3)
4326 #define GCI_MAILBOXDATA_TOLTE (1 << 4)
4327 #define GCI_MAILBOXACK_TOWLAN (1 << 8)
4328 #define GCI_MAILBOXACK_TOBT (1 << 9)
4329 #define GCI_MAILBOXACK_TONFC (1 << 10)
4330 #define GCI_MAILBOXACK_TOGPS (1 << 11)
4331 #define GCI_MAILBOXACK_TOLTE (1 << 12)
4332 #define GCI_WAKE_TOWLAN (1 << 16)
4333 #define GCI_WAKE_TOBT (1 << 17)
4334 #define GCI_WAKE_TONFC (1 << 18)
4335 #define GCI_WAKE_TOGPS (1 << 19)
4336 #define GCI_WAKE_TOLTE (1 << 20)
4337 #define GCI_SWREADY (1 << 24)
4338 
4339 /* 4349 Group (4349, 4355, 4359) GCI SECI_OUT TX Status Regiser bits */
4340 #define GCI_SECIOUT_TXSTATUS_TXHALT (1 << 0)
4341 #define GCI_SECIOUT_TXSTATUS_TI (1 << 16)
4342 
4343 /* 4335 MUX options. each nibble belongs to a setting. Non-zero value specifies
4344  * a logic for now only UART for bootloader.
4345  */
4346 #define MUXENAB4335_UART_MASK (0x0000000f)
4347 
4348 #define MUXENAB4335_UART_SHIFT 0
4349 #define MUXENAB4335_HOSTWAKE_MASK                                              \
4350     (0x000000f0) /**< configure GPIO for SDIO host_wake */
4351 #define MUXENAB4335_HOSTWAKE_SHIFT 4
4352 #define MUXENAB4335_GETIX(val, name)                                           \
4353     ((((val)&MUXENAB4335_##name##_MASK) >> MUXENAB4335_##name##_SHIFT) - 1)
4354 
4355 /* 43012 MUX options */
4356 #define MUXENAB43012_HOSTWAKE_MASK (0x00000001)
4357 #define MUXENAB43012_GETIX(val, name) (val - 1)
4358 
4359 /*
4360  * Maximum delay for the PMU state transition in us.
4361  * This is an upper bound intended for spinwaits etc.
4362  */
4363 #define PMU_MAX_TRANSITION_DLY 15000
4364 
4365 /* PMU resource up transition time in ILP cycles */
4366 #define PMURES_UP_TRANSITION 2
4367 
4368 /* 53573 PMU Resource */
4369 #define RES53573_REGULATOR_PU 0
4370 #define RES53573_XTALLDO_PU 1
4371 #define RES53573_XTAL_PU 2
4372 #define RES53573_MINI_PMU 3
4373 #define RES53573_RADIO_PU 4
4374 #define RES53573_ILP_REQ 5
4375 #define RES53573_ALP_AVAIL 6
4376 #define RES53573_CPUPLL_LDO_PU 7
4377 #define RES53573_CPU_PLL_PU 8
4378 #define RES53573_WLAN_BB_PLL_PU 9
4379 #define RES53573_MISCPLL_LDO_PU 10
4380 #define RES53573_MISCPLL_PU 11
4381 #define RES53573_AUDIOPLL_PU 12
4382 #define RES53573_PCIEPLL_LDO_PU 13
4383 #define RES53573_PCIEPLL_PU 14
4384 #define RES53573_DDRPLL_LDO_PU 15
4385 #define RES53573_DDRPLL_PU 16
4386 #define RES53573_HT_AVAIL 17
4387 #define RES53573_MACPHY_CLK_AVAIL 18
4388 #define RES53573_OTP_PU 19
4389 #define RES53573_RSVD20 20
4390 
4391 /* 53573 Chip status registers */
4392 #define CST53573_LOCK_CPUPLL 0x00000001
4393 #define CST53573_LOCK_MISCPLL 0x00000002
4394 #define CST53573_LOCK_DDRPLL 0x00000004
4395 #define CST53573_LOCK_PCIEPLL 0x00000008
4396 #define CST53573_EPHY_ENERGY_DET 0x00001f00
4397 #define CST53573_RAW_ENERGY 0x0003e000
4398 #define CST53573_BBPLL_LOCKED_O 0x00040000
4399 #define CST53573_SERDES_PIPE_PLLLOCK 0x00080000
4400 #define CST53573_STRAP_PCIE_EP_MODE 0x00100000
4401 #define CST53573_EPHY_PLL_LOCK 0x00200000
4402 #define CST53573_AUDIO_PLL_LOCKED_O 0x00400000
4403 #define CST53573_PCIE_LINK_IN_L11 0x01000000
4404 #define CST53573_PCIE_LINK_IN_L12 0x02000000
4405 #define CST53573_DIN_PACKAGEOPTION 0xf0000000
4406 
4407 /* 53573 Chip control registers macro definitions */
4408 #define PMU_53573_CHIPCTL1 1
4409 #define PMU_53573_CC1_HT_CLK_REQ_CTRL_MASK 0x00000010
4410 #define PMU_53573_CC1_HT_CLK_REQ_CTRL 0x00000010
4411 
4412 #define PMU_53573_CHIPCTL3 3
4413 #define PMU_53573_CC3_ENABLE_CLOSED_LOOP_MASK 0x00000010
4414 #define PMU_53573_CC3_ENABLE_CLOSED_LOOP 0x00000000
4415 #define PMU_53573_CC3_ENABLE_BBPLL_PWRDOWN_MASK 0x00000002
4416 #define PMU_53573_CC3_ENABLE_BBPLL_PWRDOWN 0x00000002
4417 
4418 #define CST53573_CHIPMODE_PCIE(cs) FALSE
4419 
4420 /* SECI Status (0x134) & Mask (0x138) bits - Rev 35 */
4421 #define SECI_STAT_BI (1 << 0)     /* Break Interrupt */
4422 #define SECI_STAT_SPE (1 << 1)    /* Parity Error */
4423 #define SECI_STAT_SFE (1 << 2)    /* Parity Error */
4424 #define SECI_STAT_SDU (1 << 3)    /* Data Updated */
4425 #define SECI_STAT_SADU (1 << 4)   /* Auxiliary Data Updated */
4426 #define SECI_STAT_SAS (1 << 6)    /* AUX State */
4427 #define SECI_STAT_SAS2 (1 << 7)   /* AUX2 State */
4428 #define SECI_STAT_SRITI (1 << 8)  /* Idle Timer Interrupt */
4429 #define SECI_STAT_STFF (1 << 9)   /* Tx FIFO Full */
4430 #define SECI_STAT_STFAE (1 << 10) /* Tx FIFO Almost Empty */
4431 #define SECI_STAT_SRFE (1 << 11)  /* Rx FIFO Empty */
4432 #define SECI_STAT_SRFAF (1 << 12) /* Rx FIFO Almost Full */
4433 #define SECI_STAT_SFCE (1 << 13)  /* Flow Control Event */
4434 
4435 /* SECI configuration */
4436 #define SECI_MODE_UART 0x0
4437 #define SECI_MODE_SECI 0x1
4438 #define SECI_MODE_LEGACY_3WIRE_BT 0x2
4439 #define SECI_MODE_LEGACY_3WIRE_WLAN 0x3
4440 #define SECI_MODE_HALF_SECI 0x4
4441 
4442 #define SECI_RESET (1 << 0)
4443 #define SECI_RESET_BAR_UART (1 << 1)
4444 #define SECI_ENAB_SECI_ECI (1 << 2)
4445 #define SECI_ENAB_SECIOUT_DIS (1 << 3)
4446 #define SECI_MODE_MASK 0x7
4447 #define SECI_MODE_SHIFT 4 /* (bits 5, 6, 7) */
4448 #define SECI_UPD_SECI (1 << 7)
4449 
4450 #define SECI_AUX_TX_START (1 << 31)
4451 #define SECI_SLIP_ESC_CHAR 0xDB
4452 #define SECI_SIGNOFF_0 SECI_SLIP_ESC_CHAR
4453 #define SECI_SIGNOFF_1 0
4454 #define SECI_REFRESH_REQ 0xDA
4455 
4456 /* seci clk_ctl_st bits */
4457 #define CLKCTL_STS_HT_AVAIL_REQ (1 << 4)
4458 #define CLKCTL_STS_SECI_CLK_REQ (1 << 8)
4459 #define CLKCTL_STS_SECI_CLK_AVAIL (1 << 24)
4460 
4461 #define SECI_UART_MSR_CTS_STATE (1 << 0)
4462 #define SECI_UART_MSR_RTS_STATE (1 << 1)
4463 #define SECI_UART_SECI_IN_STATE (1 << 2)
4464 #define SECI_UART_SECI_IN2_STATE (1 << 3)
4465 
4466 /* GCI RX FIFO Control Register */
4467 #define GCI_RXF_LVL_MASK (0xFF << 0)
4468 #define GCI_RXF_TIMEOUT_MASK (0xFF << 8)
4469 
4470 /* GCI UART Registers' Bit definitions */
4471 /* Seci Fifo Level Register */
4472 #define SECI_TXF_LVL_MASK (0x3F << 8)
4473 #define TXF_AE_LVL_DEFAULT 0x4
4474 #define SECI_RXF_LVL_FC_MASK (0x3F << 16)
4475 
4476 /* SeciUARTFCR Bit definitions */
4477 #define SECI_UART_FCR_RFR (1 << 0)
4478 #define SECI_UART_FCR_TFR (1 << 1)
4479 #define SECI_UART_FCR_SR (1 << 2)
4480 #define SECI_UART_FCR_THP (1 << 3)
4481 #define SECI_UART_FCR_AB (1 << 4)
4482 #define SECI_UART_FCR_ATOE (1 << 5)
4483 #define SECI_UART_FCR_ARTSOE (1 << 6)
4484 #define SECI_UART_FCR_ABV (1 << 7)
4485 #define SECI_UART_FCR_ALM (1 << 8)
4486 
4487 /* SECI UART LCR register bits */
4488 #define SECI_UART_LCR_STOP_BITS (1 << 0) /* 0 - 1bit, 1 - 2bits */
4489 #define SECI_UART_LCR_PARITY_EN (1 << 1)
4490 #define SECI_UART_LCR_PARITY (1 << 2) /* 0 - odd, 1 - even */
4491 #define SECI_UART_LCR_RX_EN (1 << 3)
4492 #define SECI_UART_LCR_LBRK_CTRL (1 << 4) /* 1 => SECI_OUT held low */
4493 #define SECI_UART_LCR_TXO_EN (1 << 5)
4494 #define SECI_UART_LCR_RTSO_EN (1 << 6)
4495 #define SECI_UART_LCR_SLIPMODE_EN (1 << 7)
4496 #define SECI_UART_LCR_RXCRC_CHK (1 << 8)
4497 #define SECI_UART_LCR_TXCRC_INV (1 << 9)
4498 #define SECI_UART_LCR_TXCRC_LSBF (1 << 10)
4499 #define SECI_UART_LCR_TXCRC_EN (1 << 11)
4500 #define SECI_UART_LCR_RXSYNC_EN (1 << 12)
4501 
4502 #define SECI_UART_MCR_TX_EN (1 << 0)
4503 #define SECI_UART_MCR_PRTS (1 << 1)
4504 #define SECI_UART_MCR_SWFLCTRL_EN (1 << 2)
4505 #define SECI_UART_MCR_HIGHRATE_EN (1 << 3)
4506 #define SECI_UART_MCR_LOOPBK_EN (1 << 4)
4507 #define SECI_UART_MCR_AUTO_RTS (1 << 5)
4508 #define SECI_UART_MCR_AUTO_TX_DIS (1 << 6)
4509 #define SECI_UART_MCR_BAUD_ADJ_EN (1 << 7)
4510 #define SECI_UART_MCR_XONOFF_RPT (1 << 9)
4511 
4512 /* SeciUARTLSR Bit Mask */
4513 #define SECI_UART_LSR_RXOVR_MASK (1 << 0)
4514 #define SECI_UART_LSR_RFF_MASK (1 << 1)
4515 #define SECI_UART_LSR_TFNE_MASK (1 << 2)
4516 #define SECI_UART_LSR_TI_MASK (1 << 3)
4517 #define SECI_UART_LSR_TPR_MASK (1 << 4)
4518 #define SECI_UART_LSR_TXHALT_MASK (1 << 5)
4519 
4520 /* SeciUARTMSR Bit Mask */
4521 #define SECI_UART_MSR_CTSS_MASK (1 << 0)
4522 #define SECI_UART_MSR_RTSS_MASK (1 << 1)
4523 #define SECI_UART_MSR_SIS_MASK (1 << 2)
4524 #define SECI_UART_MSR_SIS2_MASK (1 << 3)
4525 
4526 /* SeciUARTData Bits */
4527 #define SECI_UART_DATA_RF_NOT_EMPTY_BIT (1 << 12)
4528 #define SECI_UART_DATA_RF_FULL_BIT (1 << 13)
4529 #define SECI_UART_DATA_RF_OVRFLOW_BIT (1 << 14)
4530 #define SECI_UART_DATA_FIFO_PTR_MASK 0xFF
4531 #define SECI_UART_DATA_RF_RD_PTR_SHIFT 16
4532 #define SECI_UART_DATA_RF_WR_PTR_SHIFT 24
4533 
4534 /* LTECX: ltecxmux */
4535 #define LTECX_EXTRACT_MUX(val, idx) (getbit4(&(val), (idx)))
4536 
4537 /* LTECX: ltecxmux MODE */
4538 #define LTECX_MUX_MODE_IDX 0
4539 #define LTECX_MUX_MODE_WCI2 0x0
4540 #define LTECX_MUX_MODE_GPIO 0x1
4541 
4542 /* LTECX GPIO Information Index */
4543 #define LTECX_NVRAM_FSYNC_IDX 0
4544 #define LTECX_NVRAM_LTERX_IDX 1
4545 #define LTECX_NVRAM_LTETX_IDX 2
4546 #define LTECX_NVRAM_WLPRIO_IDX 3
4547 
4548 /* LTECX WCI2 Information Index */
4549 #define LTECX_NVRAM_WCI2IN_IDX 0
4550 #define LTECX_NVRAM_WCI2OUT_IDX 1
4551 
4552 /* LTECX: Macros to get GPIO/FNSEL/GCIGPIO */
4553 #define LTECX_EXTRACT_PADNUM(val, idx) (getbit8(&(val), (idx)))
4554 #define LTECX_EXTRACT_FNSEL(val, idx) (getbit4(&(val), (idx)))
4555 #define LTECX_EXTRACT_GCIGPIO(val, idx) (getbit4(&(val), (idx)))
4556 
4557 /* WLAN channel numbers - used from wifi.h */
4558 
4559 /* WLAN BW */
4560 #define ECI_BW_20 0x0
4561 #define ECI_BW_25 0x1
4562 #define ECI_BW_30 0x2
4563 #define ECI_BW_35 0x3
4564 #define ECI_BW_40 0x4
4565 #define ECI_BW_45 0x5
4566 #define ECI_BW_50 0x6
4567 #define ECI_BW_ALL 0x7
4568 
4569 /* WLAN - number of antenna */
4570 #define WLAN_NUM_ANT1 TXANT_0
4571 #define WLAN_NUM_ANT2 TXANT_1
4572 
4573 /* otpctrl1 0xF4 */
4574 #define OTPC_FORCE_PWR_OFF 0x02000000
4575 /* chipcommon s/r registers introduced with cc rev >= 48 */
4576 #define CC_SR_CTL0_ENABLE_MASK 0x1
4577 #define CC_SR_CTL0_ENABLE_SHIFT 0
4578 #define CC_SR_CTL0_EN_SR_ENG_CLK_SHIFT 1 /* sr_clk to sr_memory enable */
4579 #define CC_SR_CTL0_RSRC_TRIGGER_SHIFT                                          \
4580     2 /* Rising edge resource trigger 0 to sr_engine  */
4581 #define CC_SR_CTL0_MIN_DIV_SHIFT                                               \
4582     6 /* Min division value for fast clk in sr_engine */
4583 #define CC_SR_CTL0_EN_SBC_STBY_SHIFT 16 /* Allow Subcore mem StandBy? */
4584 #define CC_SR_CTL0_EN_SR_ALP_CLK_MASK_SHIFT 18
4585 #define CC_SR_CTL0_EN_SR_HT_CLK_SHIFT 19
4586 #define CC_SR_CTL0_ALLOW_PIC_SHIFT 20 /* Allow pic to separate power domains   \
4587                                        */
4588 #define CC_SR_CTL0_MAX_SR_LQ_CLK_CNT_SHIFT 25
4589 #define CC_SR_CTL0_EN_MEM_DISABLE_FOR_SLEEP 30
4590 
4591 #define CC_SR_CTL1_SR_INIT_MASK 0x3FF
4592 #define CC_SR_CTL1_SR_INIT_SHIFT 0
4593 
4594 #define ECI_INLO_PKTDUR_MASK 0x000000f0 /* [7:4] - 4 bits */
4595 #define ECI_INLO_PKTDUR_SHIFT 4
4596 
4597 /* gci chip control bits */
4598 #define GCI_GPIO_CHIPCTRL_ENAB_IN_BIT 0
4599 #define GCI_GPIO_CHIPCTRL_ENAB_OP_BIT 1
4600 #define GCI_GPIO_CHIPCTRL_INVERT_BIT 2
4601 #define GCI_GPIO_CHIPCTRL_PULLUP_BIT 3
4602 #define GCI_GPIO_CHIPCTRL_PULLDN_BIT 4
4603 #define GCI_GPIO_CHIPCTRL_ENAB_BTSIG_BIT 5
4604 #define GCI_GPIO_CHIPCTRL_ENAB_OD_OP_BIT 6
4605 #define GCI_GPIO_CHIPCTRL_ENAB_EXT_GPIO_BIT 7
4606 
4607 /* gci GPIO input status bits */
4608 #define GCI_GPIO_STS_VALUE_BIT 0
4609 #define GCI_GPIO_STS_POS_EDGE_BIT 1
4610 #define GCI_GPIO_STS_NEG_EDGE_BIT 2
4611 #define GCI_GPIO_STS_FAST_EDGE_BIT 3
4612 #define GCI_GPIO_STS_CLEAR 0xF
4613 
4614 #define GCI_GPIO_STS_EDGE_TRIG_BIT 0
4615 #define GCI_GPIO_STS_NEG_EDGE_TRIG_BIT 1
4616 #define GCI_GPIO_STS_DUAL_EDGE_TRIG_BIT 2
4617 #define GCI_GPIO_STS_WL_DIN_SELECT 6
4618 
4619 #define GCI_GPIO_STS_VALUE (1 << GCI_GPIO_STS_VALUE_BIT)
4620 
4621 /* SR Power Control */
4622 #define SRPWR_DMN0_PCIE (0)                               /* PCIE */
4623 #define SRPWR_DMN0_PCIE_SHIFT (SRPWR_DMN0_PCIE)           /* PCIE */
4624 #define SRPWR_DMN0_PCIE_MASK (1 << SRPWR_DMN0_PCIE_SHIFT) /* PCIE */
4625 #define SRPWR_DMN1_ARMBPSD (1)                            /* ARM/BP/SDIO */
4626 #define SRPWR_DMN1_ARMBPSD_SHIFT (SRPWR_DMN1_ARMBPSD)     /* ARM/BP/SDIO */
4627 #define SRPWR_DMN1_ARMBPSD_MASK                                                \
4628     (1 << SRPWR_DMN1_ARMBPSD_SHIFT)                           /* ARM/BP/SDIO */
4629 #define SRPWR_DMN2_MACAUX (2)                                 /* MAC/Phy Aux */
4630 #define SRPWR_DMN2_MACAUX_SHIFT (SRPWR_DMN2_MACAUX)           /* MAC/Phy Aux */
4631 #define SRPWR_DMN2_MACAUX_MASK (1 << SRPWR_DMN2_MACAUX_SHIFT) /* MAC/Phy Aux   \
4632                                                                */
4633 #define SRPWR_DMN3_MACMAIN (3)                                /* MAC/Phy Main */
4634 #define SRPWR_DMN3_MACMAIN_SHIFT (SRPWR_DMN3_MACMAIN)         /* MAC/Phy Main */
4635 #define SRPWR_DMN3_MACMAIN_MASK                                                \
4636     (1 << SRPWR_DMN3_MACMAIN_SHIFT) /* MAC/Phy Main */
4637 
4638 #define SRPWR_DMN4_MACSCAN (4)                        /* MAC/Phy Scan */
4639 #define SRPWR_DMN4_MACSCAN_SHIFT (SRPWR_DMN4_MACSCAN) /* MAC/Phy Scan */
4640 #define SRPWR_DMN4_MACSCAN_MASK                                                \
4641     (1 << SRPWR_DMN4_MACSCAN_SHIFT) /* MAC/Phy Scan */
4642 
4643 /* all power domain mask */
4644 #define SRPWR_DMN_ALL_MASK(sih) si_srpwr_domain_all_mask(sih)
4645 
4646 #define SRPWR_REQON_SHIFT (8) /* PowerOnRequest[11:8] */
4647 #define SRPWR_REQON_MASK(sih) (SRPWR_DMN_ALL_MASK(sih) << SRPWR_REQON_SHIFT)
4648 
4649 #define SRPWR_STATUS_SHIFT (16) /* ExtPwrStatus[19:16], RO */
4650 #define SRPWR_STATUS_MASK(sih) (SRPWR_DMN_ALL_MASK(sih) << SRPWR_STATUS_SHIFT)
4651 
4652 #define SRPWR_DMN_ID_SHIFT (28) /* PowerDomain[31:28], RO */
4653 #define SRPWR_DMN_ID_MASK (0xF)
4654 
4655 /* PMU Precision Usec Timer */
4656 #define PMU_PREC_USEC_TIMER_ENABLE 0x1
4657 
4658 /* FISCtrlStatus */
4659 #define PMU_CLEAR_FIS_DONE_SHIFT 1u
4660 #define PMU_CLEAR_FIS_DONE_MASK (1u << PMU_CLEAR_FIS_DONE_SHIFT)
4661 
4662 #endif /* _SBCHIPC_H */
4663