Searched refs:pstat (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_cpu.c15 #include <sys/pstat.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_api.c521 struct ica_z90_status *pstat; local
524 pstat = kzalloc(sizeof(*pstat), GFP_KERNEL);
525 if (!pstat)
527 pstat->totalcount = zcrypt_device_count;
528 pstat->leedslitecount = zcrypt_count_type(ZCRYPT_PCICA);
529 pstat->leeds2count = zcrypt_count_type(ZCRYPT_PCICC);
530 pstat->requestqWaitCount = zcrypt_requestq_count();
531 pstat->pendingqWaitCount = zcrypt_pendingq_count();
532 pstat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/host/
H A Dimxmmc.c204 unsigned int *pstat, unsigned int stat_mask,
208 while(!(*pstat & stat_mask)) {
212 where, *pstat, stat_mask);
216 *pstat |= MMC_STATUS;
224 loops, where, *pstat, stat_mask);
549 static int imxmci_cpu_driven_data(struct imxmci_host *host, unsigned int *pstat) argument
554 unsigned int stat = *pstat;
635 *pstat = stat;
203 imxmci_busy_wait_for_status(struct imxmci_host *host, unsigned int *pstat, unsigned int stat_mask, int timeout, const char *where) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dplanb.c1840 struct planb_stat_regs pstat; local
1844 pstat.ch1_stat = in_le32(&pb->planb_base->ch1.status);
1845 pstat.ch2_stat = in_le32(&pb->planb_base->ch2.status);
1846 pstat.saa_stat0 = saa_status(0, pb);
1847 pstat.saa_stat1 = saa_status(1, pb);
1849 if(copy_to_user((void *)arg, (void *)&pstat,
1850 sizeof(pstat)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dtmscsim.c1971 u16 pstat; local
2008 pci_read_config_word(pdev, PCI_STATUS, &pstat);
2009 printk ("DC390: Register dump: PCI Status: %04x\n", pstat);
H A Ddc395x.c1205 u16 pstat; local
1207 pci_read_config_word(dev, PCI_STATUS, &pstat);
1264 pstat);

Completed in 134 milliseconds