Searched refs:spf (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/arch/mips/include/asm/octeon/ |
H A D | cvmx-spxx-defs.h | 353 uint64_t spf:1; member in struct:cvmx_spxx_int_reg::cvmx_spxx_int_reg_s 379 uint64_t spf:1;
|
/linux-4.4.14/drivers/staging/octeon/ |
H A D | ethernet-spi.c | 33 if (spx_int_reg.s.spf) cvm_oct_spxx_int_pr()
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
H A D | iommu.c | 245 unsigned long stat, spf; ioc_interrupt() local 249 spf = stat & IOC_IO_ExcpStat_SPF_Mask; ioc_interrupt() 255 (spf == IOC_IO_ExcpStat_SPF_S) ? 'S' : ' ', ioc_interrupt() 256 (spf == IOC_IO_ExcpStat_SPF_P) ? 'P' : ' ', ioc_interrupt()
|
/linux-4.4.14/drivers/scsi/ |
H A D | sd.c | 2502 u8 spf = buffer[offset] & 0x40; sd_read_cache_type() local 2518 if (spf && len - offset > 3) sd_read_cache_type() 2521 else if (!spf && len - offset > 1) sd_read_cache_type()
|
H A D | scsi_debug.c | 2164 int pf, sp, ps, md_len, bd_len, off, spf, pg_len; resp_mode_select() local 2199 spf = !!(arr[off] & 0x40); resp_mode_select() 2200 pg_len = spf ? ((arr[off + 2] << 8) + arr[off + 3] + 4) : resp_mode_select()
|
Completed in 269 milliseconds