diff options
Diffstat (limited to 'arch/mips/include/asm/octeon/cvmx-helper-board.h')
| -rw-r--r-- | arch/mips/include/asm/octeon/cvmx-helper-board.h | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/mips/include/asm/octeon/cvmx-helper-board.h b/arch/mips/include/asm/octeon/cvmx-helper-board.h index 442f508eaac..41785dd0ddd 100644 --- a/arch/mips/include/asm/octeon/cvmx-helper-board.h +++ b/arch/mips/include/asm/octeon/cvmx-helper-board.h @@ -48,7 +48,7 @@ typedef enum {   * Fake IPD port, the RGMII/MII interface may use different PHY, use   * this macro to return appropriate MIX address to read the PHY.   */ -#define CVMX_HELPER_BOARD_MGMT_IPD_PORT     -10 +#define CVMX_HELPER_BOARD_MGMT_IPD_PORT	    -10  /**   * cvmx_override_board_link_get(int ipd_port) is a function @@ -86,10 +86,10 @@ extern int cvmx_helper_board_get_mii_address(int ipd_port);   *   * @phy_addr:  The address of the PHY to program   * @link_flags: - *                  Flags to control autonegotiation.  Bit 0 is autonegotiation - *                  enable/disable to maintain backware compatibility. + *		    Flags to control autonegotiation.  Bit 0 is autonegotiation + *		    enable/disable to maintain backware compatibility.   * @link_info: Link speed to program. If the speed is zero and autonegotiation - *                  is enabled, all possible negotiation speeds are advertised. + *		    is enabled, all possible negotiation speeds are advertised.   *   * Returns Zero on success, negative on failure   */ @@ -111,10 +111,10 @@ int cvmx_helper_board_link_set_phy(int phy_addr,   * enumeration from the bootloader.   *   * @ipd_port: IPD input port associated with the port we want to get link - *                 status for. + *		   status for.   *   * Returns The ports link status. If the link isn't fully resolved, this must - *         return zero. + *	   return zero.   */  extern cvmx_helper_link_info_t __cvmx_helper_board_link_get(int ipd_port); @@ -134,10 +134,10 @@ extern cvmx_helper_link_info_t __cvmx_helper_board_link_get(int ipd_port);   *   * @interface: Interface to probe   * @supported_ports: - *                  Number of ports Octeon supports. + *		    Number of ports Octeon supports.   *   * Returns Number of ports the actual board supports. Many times this will - *         simple be "support_ports". + *	   simple be "support_ports".   */  extern int __cvmx_helper_board_interface_probe(int interface,  					       int supported_ports);  |