Lines Matching refs:half
49 * The half-word at offset <setting_shift> in <setting_dword> BFPT DWORD
62 * The half-word at offset <shift> in DWORD <dwoard> encodes the
226 u16 half,
229 read->num_mode_clocks = (half >> 5) & 0x07;
230 read->num_wait_states = (half >> 0) & 0x1f;
231 read->opcode = (half >> 8) & 0xff;
322 * @l: member in the left half of the map's erase_type array
323 * @r: member in the right half of the map's erase_type array
437 u16 half;
503 half = bfpt.dwords[rd->settings_dword] >> rd->settings_shift;
504 spi_nor_set_read_settings_from_bfpt(read, half, rd->proto);
518 half = bfpt.dwords[er->dword] >> er->shift;
519 erasesize = half & 0xff;
526 opcode = (half >> 8) & 0xff;