Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-spxx-defs.h353 uint64_t spf:1; member
379 uint64_t spf:1;
/linux-4.4.14/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-4.4.14/drivers/staging/octeon/
Dethernet-spi.c33 if (spx_int_reg.s.spf) in cvm_oct_spxx_int_pr()
/linux-4.4.14/drivers/scsi/
Dsd.c2502 u8 spf = buffer[offset] & 0x40; in sd_read_cache_type() local
2518 if (spf && len - offset > 3) in sd_read_cache_type()
2521 else if (!spf && len - offset > 1) in sd_read_cache_type()
Dscsi_debug.c2164 int pf, sp, ps, md_len, bd_len, off, spf, pg_len; in resp_mode_select() local
2199 spf = !!(arr[off] & 0x40); in resp_mode_select()
2200 pg_len = spf ? ((arr[off + 2] << 8) + arr[off + 3] + 4) : in resp_mode_select()