Home
last modified time | relevance | path

Searched refs:word_len_log2 (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/gpxe/src/drivers/nvs/
Dnvs.c50 assert ( ( len & ( ( 1 << nvs->word_len_log2 ) - 1 ) ) == 0 ); in nvs_read()
57 << nvs->word_len_log2 ); in nvs_read()
69 address += ( frag_len >> nvs->word_len_log2 ); in nvs_read()
121 assert ( ( len & ( ( 1 << nvs->word_len_log2 ) - 1 ) ) == 0 ); in nvs_write()
128 << nvs->word_len_log2 ); in nvs_write()
144 address += ( frag_len >> nvs->word_len_log2 ); in nvs_write()
Dthreewire.c122 ( 1 << nvs->word_len_log2 ) ) ) != 0 ) { in threewire_detect_address_len()
/external/syslinux/gpxe/src/include/gpxe/
Dnvs.h22 unsigned int word_len_log2; member
Dthreewire.h57 device->nvs.word_len_log2 = ( ( organisation == 8 ) ? 0 : 1 ); in init_at93cx6()
Dspi.h213 device->nvs.word_len_log2 = 0; in init_spi()
/external/syslinux/gpxe/src/drivers/net/
D3c90x.c919 inf_3c90x->nvs.word_len_log2 = 1; /* word */ in a3c90x_probe()