Home
last modified time | relevance | path

Searched full:srom (Results 1 – 25 of 27) sorted by relevance

12

/linux/drivers/memory/samsung/
H A DKconfig25 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 DMakefile3 obj-$(CONFIG_EXYNOS_SROM) += exynos-srom.o
/linux/arch/arm/boot/dts/samsung/
H A Dexynos5410-smdk5410.dts88 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 Ds3c6410-smdk6410.dts45 srom-cs1-bus@18000000 {
H A Ds3c6410-mini6410.dts45 srom-cs1-bus@18000000 {
H A Dexynos5.dtsi44 compatible = "samsung,exynos4210-srom";
H A Dexynos4.dtsi104 compatible = "samsung,exynos4210-srom";
/linux/drivers/net/usb/
H A Dsr9800.h23 /* 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 Ddmfe.c162 /* 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 Duli526x.c90 /* 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 Deeprom.c21 /* 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 Dde2104x.c227 /* SROM-related bits */
1852 pr_info("de%d: SROM leaf offset %u, default media %s\n", in de21041_get_srom_info()
H A Dtulip_core.c1558 /* Check to see if we have a broken srom */ in tulip_init_one()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_hal.h125 s8 antgain[2]; /* Ant gain for each band - from SROM */
138 /* Max power board can support (SROM) */
/linux/drivers/mtd/devices/
H A Dpmc551.c12 * 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 Dpub.h170 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 Dchipcommon.h145 /* SROM interface (corerev >= 32) */
253 #define CC_CAP_SROM 0x40000000 /* Srom Present, rev >= 32 */
/linux/arch/arm/mach-s3c/
H A Dmap-s3c64xx.h19 * These may be used by SROM, NAND or CF depending on settings
/linux/drivers/misc/
H A DKconfig435 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 Dpch_phub.c64 /* SROM ACCESS Macro */
131 /* SROM SPEC for MAC address assignment offset */
/linux/drivers/net/ethernet/apple/
H A Dbmac.h43 #define SROMCSR 0x190 /* SROM control */
H A Dbmac.c1023 #define SROMReadCount 3 /* number of words to read from SROM */
/linux/arch/mips/pci/
H A Dpci-bcm63xx.c295 * Backplane bus where access to srom seems very slow */ in bcm63xx_register_pci()
/linux/include/linux/bcma/
H A Dbcma_driver_pci.h96 #define BCMA_CORE_PCI_SPROM_CLKREQ_OFFSET_REV5 20 /* word 20 for srom rev <= 5 */
/linux/drivers/net/ethernet/davicom/
H A Ddm9000.c505 * Write a word data to SROM

12