Lines Matching refs:half
61 * The half-word at offset <setting_shift> in <setting_dword> BFPT DWORD
74 * The half-word at offset <shift> in DWORD <dword> encodes the
237 u16 half,
240 read->num_mode_clocks = (half >> 5) & 0x07;
241 read->num_wait_states = (half >> 0) & 0x1f;
242 read->opcode = (half >> 8) & 0xff;
333 * @l: member in the left half of the map's erase_type array
334 * @r: member in the right half of the map's erase_type array
447 u16 half;
515 half = bfpt.dwords[rd->settings_dword] >> rd->settings_shift;
516 spi_nor_set_read_settings_from_bfpt(read, half, rd->proto);
530 half = bfpt.dwords[er->dword] >> er->shift;
531 erasesize = half & 0xff;
538 opcode = (half >> 8) & 0xff;