Home
last modified time | relevance | path

Searched refs:spf (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/mips/include/asm/octeon/
H A Dcvmx-spxx-defs.h317 uint64_t spf:1; member
343 uint64_t spf:1;
/linux-6.15/drivers/staging/octeon/
H A Dethernet-spi.c22 if (spx_int_reg.s.spf) in cvm_oct_spxx_int_pr()
H A Docteon-stubs.h857 uint64_t spf:1; member
/linux-6.15/drivers/scsi/
H A Dsd.c3097 u8 spf = buffer[offset] & 0x40; in sd_read_cache_type() local
3113 if (spf && len - offset > 3) in sd_read_cache_type()
3116 else if (!spf && len - offset > 1) in sd_read_cache_type()
H A Dscsi_debug.c3110 int pf, sp, ps, md_len, bd_len, off, spf, pg_len; in resp_mode_select() local
3170 spf = !!(arr[off] & 0x40); in resp_mode_select()
3171 pg_len = spf ? (get_unaligned_be16(arr + off + 2) + 4) : in resp_mode_select()