/linux/drivers/memory/samsung/ |
H A D | Kconfig | 25 bool "Exynos SROM controller driver" if COMPILE_TEST 28 This adds driver for Samsung Exynos SoC SROM controller. The driver 29 in basic operation mode only saves and restores SROM registers
|
H A D | Makefile | 3 obj-$(CONFIG_EXYNOS_SROM) += exynos-srom.o
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5410-smdk5410.dts | 88 srom_ctl: srom-ctl-pins { 95 srom_ebi: srom-ebi-pins { 127 samsung,srom-page-mode; 128 samsung,srom-timing = <9 12 1 9 1 1>;
|
H A D | s3c6410-smdk6410.dts | 45 srom-cs1-bus@18000000 {
|
H A D | s3c6410-mini6410.dts | 45 srom-cs1-bus@18000000 {
|
H A D | exynos5.dtsi | 44 compatible = "samsung,exynos4210-srom";
|
H A D | exynos4.dtsi | 104 compatible = "samsung,exynos4210-srom";
|
/linux/drivers/net/usb/ |
H A D | sr9800.h | 23 /* command : SROM Read Reg */ 25 /* command : SROM Write Reg */ 27 /* command : SROM Write Enable Reg */ 29 /* command : SROM Write Disable Reg */
|
/linux/drivers/net/ethernet/dec/tulip/ |
H A D | dmfe.c | 162 /* CR9 definition: SROM/MII */ 263 /* NIC SROM data */ 264 unsigned char srom[128]; member 472 /* read 64 word srom data */ in dmfe_init_one() 474 ((__le16 *) db->srom)[i] = in dmfe_init_one() 479 eth_hw_addr_set(dev, &db->srom[20]); in dmfe_init_one() 616 /* Parser SROM and media mode */ in dmfe_init_dm910x() 1898 * Parser SROM and media mode 1903 char * srom = db->srom; in dmfe_parse_srom() local 1911 /* Check SROM Version */ in dmfe_parse_srom() [all …]
|
H A D | uli526x.c | 90 /* CR9 definition: SROM/MII */ 178 /* NIC SROM data */ 179 unsigned char srom[128]; member 367 /* read 64 word srom data */ in uli526x_init_one() 369 ((__le16 *) db->srom)[i] = cpu_to_le16(read_srom_word(db, i)); in uli526x_init_one() 372 …if(((u16 *) db->srom)[0] == 0xffff || ((u16 *) db->srom)[0] == 0) /* SROM absent, so read MAC add… in uli526x_init_one() 389 else /*Exist SROM*/ in uli526x_init_one() 392 addr[i] = db->srom[20 + i]; in uli526x_init_one() 532 /* Parser SROM and media mode */ in uli526x_init()
|
H A D | eeprom.c | 21 /* The main routine to parse the very complicated SROM structure. 22 Search www.digital.com for "21X4 SROM" to get details. 96 * srom and can not be handled under the fixup routine. These cards
|
H A D | de2104x.c | 227 /* SROM-related bits */ 1852 pr_info("de%d: SROM leaf offset %u, default media %s\n", in de21041_get_srom_info()
|
H A D | tulip_core.c | 1558 /* Check to see if we have a broken srom */ in tulip_init_one()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_hal.h | 125 s8 antgain[2]; /* Ant gain for each band - from SROM */ 138 /* Max power board can support (SROM) */
|
/linux/drivers/mtd/devices/ |
H A D | pmc551.c | 12 * cPCI embedded systems. The device contains a single SROM 26 * Due to what I assume is more buggy SROM, the 64M PMC551 I 63 * * Located a bug in the SROM's initialization sequence that 73 * * Add I2C handling of the SROM so we can read the SROM's information 708 * onboard I2C SROM to discover the "real" memory size. in init_pmc551()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | pub.h | 170 u8 sromrev; /* version # of the srom */ 171 char srom_ccode[BRCM_CNTRY_BUF_SZ]; /* Country Code in SROM */ 172 u32 boardflags; /* Board specific flags from srom */
|
/linux/drivers/net/wireless/broadcom/brcm80211/include/ |
H A D | chipcommon.h | 145 /* SROM interface (corerev >= 32) */ 253 #define CC_CAP_SROM 0x40000000 /* Srom Present, rev >= 32 */
|
/linux/arch/arm/mach-s3c/ |
H A D | map-s3c64xx.h | 19 * These may be used by SROM, NAND or CF depending on settings
|
/linux/drivers/misc/ |
H A D | Kconfig | 435 processor. The Topcliff has MAC address and Option ROM data in SROM. 436 This driver can access MAC address and Option ROM data in SROM.
|
H A D | pch_phub.c | 64 /* SROM ACCESS Macro */ 131 /* SROM SPEC for MAC address assignment offset */
|
/linux/drivers/net/ethernet/apple/ |
H A D | bmac.h | 43 #define SROMCSR 0x190 /* SROM control */
|
H A D | bmac.c | 1023 #define SROMReadCount 3 /* number of words to read from SROM */
|
/linux/arch/mips/pci/ |
H A D | pci-bcm63xx.c | 295 * Backplane bus where access to srom seems very slow */ in bcm63xx_register_pci()
|
/linux/include/linux/bcma/ |
H A D | bcma_driver_pci.h | 96 #define BCMA_CORE_PCI_SPROM_CLKREQ_OFFSET_REV5 20 /* word 20 for srom rev <= 5 */
|
/linux/drivers/net/ethernet/davicom/ |
H A D | dm9000.c | 505 * Write a word data to SROM
|