Searched refs:spf (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-spxx-defs.h | 353 uint64_t spf:1; member 379 uint64_t spf:1;
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | iommu.c | 245 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/ |
D | ethernet-spi.c | 33 if (spx_int_reg.s.spf) in cvm_oct_spxx_int_pr()
|
/linux-4.4.14/drivers/scsi/ |
D | sd.c | 2502 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()
|
D | scsi_debug.c | 2164 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()
|