|
iPXE
|
Functions | |
| static | __attribute__ ((always_inline)) void init_at93c06(struct spi_device *device |
| Initialise Atmel AT93C06 serial EEPROM. | |
| init_at93cx6 (device, organisation) | |
Variables | |
| static unsigned int | organisation |
| device nvs | block_size = 1 |
| device | command_len = 3 |
| device device nvs | read = threewire_read |
| device nvs | write = threewire_write |
| device | address_len = ( ( organisation == 8 ) ? 7 : 6 ) |
|
inlinestatic |
Initialise Atmel AT93C06 serial EEPROM.
Initialise Atmel AT93C66 serial EEPROM.
Initialise Atmel AT93C56 serial EEPROM.
Initialise Atmel AT93C46 serial EEPROM.
| device | SPI device |
| organisation | Word organisation (8 or 16) |
| init_at93cx6 | ( | device | , |
| organisation | ) |
References organisation.
| unsigned int organisation |
Definition at line 57 of file threewire.h.
Referenced by init_at93cx6().
| device nvs block_size = 1 |
Definition at line 59 of file threewire.h.
Referenced by slam_mc_socket_deliver(), and slam_pull_header().
| device command_len = 3 |
Definition at line 60 of file threewire.h.
Referenced by guestrpc_command().
| device device nvs read = threewire_read |
Definition at line 61 of file threewire.h.
| device nvs write = threewire_write |
Definition at line 62 of file threewire.h.
Referenced by hfa384x_cmd_access(), ice_admin_mac_write(), intelxl_admin_mac_write(), linda_ib_epb_ram_xfer(), and mii_bit_xfer().
| device address_len = ( ( organisation == 8 ) ? 7 : 6 ) |
Definition at line 74 of file threewire.h.
Referenced by falcon_spi_rw().