mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Fix various Doxygen warnings (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@348 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
05797ecc52
commit
143c561a25
4 changed files with 7 additions and 5 deletions
|
@ -166,6 +166,7 @@ struct device *constructor(struct device_id *id)
|
|||
*
|
||||
* @param parent Parent bus the newly created device is attached to.
|
||||
* @param path Path to the device to be created.
|
||||
* @param devid TODO
|
||||
* @return Pointer to the newly created device structure.
|
||||
* @see device_path
|
||||
*/
|
||||
|
@ -739,7 +740,7 @@ void dev_phase2(void)
|
|||
* bridges. If the setting up and tuning of the bus causes a reset to be
|
||||
* required, reset the bus and scan it again.
|
||||
*
|
||||
* @param bus Pointer to the bus device.
|
||||
* @param busdevice Pointer to the bus device.
|
||||
* @param max Current bus number.
|
||||
* @return The maximum bus number found, after scanning all subordinate buses.
|
||||
*/
|
||||
|
|
|
@ -150,7 +150,6 @@ unsigned int pci_find_capability(struct device *dev, unsigned int cap)
|
|||
* Given a device and register, read the size of the BAR for that register.
|
||||
*
|
||||
* @param dev Pointer to the device structure.
|
||||
* @param resource Pointer to the resource structure.
|
||||
* @param index Address of the PCI configuration register.
|
||||
*/
|
||||
struct resource *pci_get_resource(struct device *dev, unsigned long index)
|
||||
|
|
|
@ -249,7 +249,7 @@ static u8 smbus_get_result(u16 smbus_io_base)
|
|||
*
|
||||
* @param smbus_io_base The SMBus I/O base.
|
||||
* @param device The device.
|
||||
* @param command The command.
|
||||
* @param address The address.
|
||||
* @return The data from the SMBus packet area.
|
||||
*/
|
||||
static u8 do_smbus_read_byte(u16 smbus_io_base, u8 device, u8 address)
|
||||
|
@ -315,7 +315,7 @@ err:
|
|||
* one thing -- calling this function to read DRAM parameters.
|
||||
*
|
||||
* @param device The device.
|
||||
* @param command The command.
|
||||
* @param address The address.
|
||||
* @return The data from the SMBus packet area or an error of 0xff (i.e. -1).
|
||||
*/
|
||||
int smbus_read_byte(u16 device, u8 address)
|
||||
|
|
|
@ -34,7 +34,9 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/#ifndef PCI_BIOS_H
|
||||
*/
|
||||
|
||||
#ifndef PCI_BIOS_H
|
||||
#define PCI_BIOS_H
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Add table
Reference in a new issue