Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/octeon/
Dethernet-spi.c63 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()
Dcvmx-spxx-defs.h251 uint64_t spf:1; member
/linux-2.6.39/arch/powerpc/platforms/cell/
Diommu.c244 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/
Dscsi_debug.c1491 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()