Home
last modified time | relevance | path

Searched refs:SEEPROM1_CS (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/txx9/rbtx4938/
H A Dsetup.c111 #define SEEPROM1_CS 7 /* PIO7 */ macro
125 if (spi_eeprom_read(SPI_BUSNO, SEEPROM1_CS, 0, dat, sizeof(dat))) { in rbtx4938_ethaddr_init()
286 spi_eeprom_register(SPI_BUSNO, SEEPROM1_CS, 128); in rbtx4938_spi_init()
291 gpio_request(SEEPROM1_CS, "seeprom1"); in rbtx4938_spi_init()
292 gpio_direction_output(SEEPROM1_CS, 1); in rbtx4938_spi_init()

Completed in 2 milliseconds