Searched refs:spf (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/staging/octeon/ |
D | ethernet-spi.c | 63 if (spx_int_reg.s.spf) in cvm_oct_spi_rml_interrupt() 143 if (spx_int_reg.s.spf) in cvm_oct_spi_rml_interrupt()
|
D | cvmx-spxx-defs.h | 251 uint64_t spf:1; member
|
/linux-2.6.39/arch/powerpc/platforms/cell/ |
D | iommu.c | 244 unsigned long stat, spf; in ioc_interrupt() local 248 spf = stat & IOC_IO_ExcpStat_SPF_Mask; in ioc_interrupt() 254 (spf == IOC_IO_ExcpStat_SPF_S) ? 'S' : ' ', in ioc_interrupt() 255 (spf == IOC_IO_ExcpStat_SPF_P) ? 'P' : ' ', in ioc_interrupt()
|
/linux-2.6.39/drivers/scsi/ |
D | scsi_debug.c | 1491 int pf, sp, ps, md_len, bd_len, off, spf, pg_len; in resp_mode_select() local 1529 spf = !!(arr[off] & 0x40); in resp_mode_select() 1530 pg_len = spf ? ((arr[off + 2] << 8) + arr[off + 3] + 4) : in resp_mode_select()
|