Home
last modified time | relevance | path

Searched refs:spf (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H A Diommu.c232 unsigned long stat, spf; in ioc_interrupt() local
236 spf = stat & IOC_IO_ExcpStat_SPF_Mask; in ioc_interrupt()
242 (spf == IOC_IO_ExcpStat_SPF_S) ? 'S' : ' ', in ioc_interrupt()
243 (spf == IOC_IO_ExcpStat_SPF_P) ? 'P' : ' ', in ioc_interrupt()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H A Diommu.c234 unsigned long stat, spf; in ioc_interrupt() local
238 spf = stat & IOC_IO_ExcpStat_SPF_Mask; in ioc_interrupt()
244 (spf == IOC_IO_ExcpStat_SPF_S) ? 'S' : ' ', in ioc_interrupt()
245 (spf == IOC_IO_ExcpStat_SPF_P) ? 'P' : ' ', in ioc_interrupt()
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-spxx-defs.h317 uint64_t spf:1; member
343 uint64_t spf:1;
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-spxx-defs.h317 uint64_t spf:1; member
343 uint64_t spf:1;
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/scsi/
H A Dsd.c2800 u8 spf = buffer[offset] & 0x40; in sd_read_cache_type() local
2816 if (spf && len - offset > 3) in sd_read_cache_type()
2819 else if (!spf && len - offset > 1) in sd_read_cache_type()
H A Dscsi_debug.c2488 int pf, sp, ps, md_len, bd_len, off, spf, pg_len; in resp_mode_select() local
2522 spf = !!(arr[off] & 0x40); in resp_mode_select()
2523 pg_len = spf ? (get_unaligned_be16(arr + off + 2) + 4) : in resp_mode_select()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dsd.c2904 u8 spf = buffer[offset] & 0x40; in sd_read_cache_type() local
2920 if (spf && len - offset > 3) in sd_read_cache_type()
2923 else if (!spf && len - offset > 1) in sd_read_cache_type()
H A Dscsi_debug.c2497 int pf, sp, ps, md_len, bd_len, off, spf, pg_len; in resp_mode_select() local
2531 spf = !!(arr[off] & 0x40); in resp_mode_select()
2532 pg_len = spf ? (get_unaligned_be16(arr + off + 2) + 4) : in resp_mode_select()

Completed in 43 milliseconds