Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-spxx-defs.h355 uint64_t spf:1; member
381 uint64_t spf:1;
/Linux-v4.19/arch/powerpc/platforms/cell/
Diommu.c245 unsigned long stat, spf; in ioc_interrupt() local
249 spf = stat & IOC_IO_ExcpStat_SPF_Mask; in ioc_interrupt()
255 (spf == IOC_IO_ExcpStat_SPF_S) ? 'S' : ' ', in ioc_interrupt()
256 (spf == IOC_IO_ExcpStat_SPF_P) ? 'P' : ' ', in ioc_interrupt()
/Linux-v4.19/drivers/staging/octeon/
Dethernet-spi.c30 if (spx_int_reg.s.spf) in cvm_oct_spxx_int_pr()
/Linux-v4.19/drivers/scsi/
Dsd.c2737 u8 spf = buffer[offset] & 0x40; in sd_read_cache_type() local
2753 if (spf && len - offset > 3) in sd_read_cache_type()
2756 else if (!spf && len - offset > 1) in sd_read_cache_type()
Dscsi_debug.c2280 int pf, sp, ps, md_len, bd_len, off, spf, pg_len; in resp_mode_select() local
2314 spf = !!(arr[off] & 0x40); in resp_mode_select()
2315 pg_len = spf ? (get_unaligned_be16(arr + off + 2) + 4) : in resp_mode_select()