/usr/src/linux-headers-5.15.0-181/arch/mips/include/asm/sibyte
NameSizeModeActions
bcm1480_int.h161250644editdlrm
bcm1480_l2c.h77050644editdlrm
bcm1480_mc.h465110644editdlrm
bcm1480_regs.h390900644editdlrm
bcm1480_scd.h140290644editdlrm
bigsur.h8250644editdlrm
board.h11080644editdlrm
carmel.h10570644editdlrm
sb1250.h12030644editdlrm
sb1250_defs.h91350644editdlrm
sb1250_dma.h235090644editdlrm
sb1250_genbus.h172590644editdlrm
sb1250_int.h89220644editdlrm
sb1250_l2c.h44170644editdlrm
sb1250_ldt.h172730644editdlrm
sb1250_mac.h263090644editdlrm
sb1250_mc.h199550644editdlrm
sb1250_regs.h321290644editdlrm
sb1250_scd.h241590644editdlrm
sb1250_smbus.h63650644editdlrm
sb1250_syncser.h44820644editdlrm
sb1250_uart.h117090644editdlrm
sentosa.h5870644editdlrm
swarm.h12800644editdlrm
Edit: /usr/src/linux-headers-5.15.0-181/arch/mips/include/asm/sibyte/sentosa.h (587B)
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2000, 2001 Broadcom Corporation */ #ifndef __ASM_SIBYTE_SENTOSA_H #define __ASM_SIBYTE_SENTOSA_H #include #include #ifdef CONFIG_SIBYTE_SENTOSA #define SIBYTE_BOARD_NAME "BCM91250E (Sentosa)" #endif #ifdef CONFIG_SIBYTE_RHONE #define SIBYTE_BOARD_NAME "BCM91125E (Rhone)" #endif /* Generic bus chip selects */ #ifdef CONFIG_SIBYTE_RHONE #define LEDS_CS 6 #define LEDS_PHYS 0x1d0a0000 #endif /* GPIOs */ #define K_GPIO_DBG_LED 0 #endif /* __ASM_SIBYTE_SENTOSA_H */