adrian
1b15abb8fd
[siba] make the debug code somewhat useful again.
...
It's still not configurable by a kernel option; that'll come next.
Sponsored by: Palm Springs
2016-05-16 19:39:05 +00:00
adrian
874b91be55
[siba] add more MCS tx power offset decoding.
...
This is required by the bwn(4) N-PHY support.
Obtained from: Linux ssb (definitions)
2016-05-12 16:14:16 +00:00
adrian
ce3a75bd5d
[siba] add TX power index entry parsing.
...
This is required by the bwn(4) N-PHY support.
Obtained from: Linux ssb (definitions)
2016-05-12 16:01:33 +00:00
adrian
25d60c6cc2
[siba] add extra methods for chipcommon access and PLL configuration.
...
This is needed by the PHY-N bwn(4) support.
Obtained from: Linux b43 (definitions)
2016-05-12 15:18:36 +00:00
adrian
75cff51804
[siba] add r4 and r8 sprom formats for core_pwr_info.
...
The upcoming bwn(4) N-PHY support requires this (among other things that
are (hopefully) upcoming.)
Obtained from: Linux ssb (definitions)
2016-05-11 06:27:46 +00:00
adrian
b816032a05
[siba] add 2GHz/5GHz FEM parameter fetching and accessor methods.
...
This is used by the bwn(4) PHY-N code that I'm working on.
2016-05-09 06:30:00 +00:00
weongyo
d5d8396eed
o uses bus accessor macros to read values from ivar so no more values
...
are referenced directly from ivar pointer. It's to do like what other
buses do. [1]
o changes exported prototypes. It doesn't use struct siba_* structures
anymore that instead of it it uses only device_t.
o removes duplicate code and debug messages.
o style(9)
Pointed out by: imp [1]
2010-03-09 19:58:00 +00:00
weongyo
2a614014a2
supports SPROM rev8 informations properly which are used to support
...
low-power PHY of bwn(4) and LDO voltage adjustments.
2010-02-16 01:22:33 +00:00
weongyo
9d4753ed16
Adds siba_bwn module which is used with bwn(4). Main purpose of this
...
module is to distinguish parts of Silicon Backplane and of Broadcom
Wireless.
2010-01-31 21:18:22 +00:00
imp
32d59cec8c
Support for the siba bus found in many broadcom products.
...
Submitted by: bms@
Obtained from: p4 mips branch
2008-09-26 03:57:23 +00:00