Searched defs:psb (Results 1 - 7 of 7) sorted by relevance

/drivers/cpufreq/
H A Dpowernow-k7.c454 struct psb_s *psb; local
469 psb = (struct psb_s *) p;
470 pr_debug("Table version: 0x%x\n", psb->tableversion);
471 if (psb->tableversion != 0x12) {
477 pr_debug("Flags: 0x%x\n", psb->flags);
478 if ((psb->flags & 1) == 0)
483 latency = psb->settlingtime;
492 psb->settlingtime);
495 psb->numpst);
497 p += sizeof(*psb);
[all...]
H A Dpowernow-k8.c638 struct psb_s *psb; local
649 psb = phys_to_virt(i);
650 if (memcmp(psb, PSB_ID_STRING, PSB_ID_STRING_LEN) != 0)
653 pr_debug("found PSB header at 0x%p\n", psb);
655 pr_debug("table vers: 0x%x\n", psb->tableversion);
656 if (psb->tableversion != PSB_VERSION_1_4) {
661 pr_debug("flags: 0x%x\n", psb->flags1);
662 if (psb->flags1) {
667 data->vstable = psb->vstable;
671 pr_debug("flags2: 0x%x\n", psb
[all...]
/drivers/scsi/lpfc/
H A Dlpfc_scsi.c83 lpfc_release_scsi_buf_s4(struct lpfc_hba *phba, struct lpfc_scsi_buf *psb);
85 lpfc_release_scsi_buf_s3(struct lpfc_hba *phba, struct lpfc_scsi_buf *psb);
510 struct lpfc_scsi_buf *psb; local
529 psb = kzalloc(sizeof(struct lpfc_scsi_buf), GFP_KERNEL);
530 if (!psb)
539 psb->data = pci_pool_alloc(phba->lpfc_scsi_dma_buf_pool,
540 GFP_KERNEL, &psb->dma_handle);
541 if (!psb->data) {
542 kfree(psb);
547 memset(psb
647 struct lpfc_scsi_buf *psb, *next_psb; local
676 struct lpfc_scsi_buf *psb, *next_psb; local
750 struct lpfc_scsi_buf *psb, *psb_next; local
916 struct lpfc_scsi_buf *psb; local
1189 lpfc_release_scsi_buf_s3(struct lpfc_hba *phba, struct lpfc_scsi_buf *psb) argument
1215 lpfc_release_scsi_buf_s4(struct lpfc_hba *phba, struct lpfc_scsi_buf *psb) argument
1249 lpfc_release_scsi_buf(struct lpfc_hba *phba, struct lpfc_scsi_buf *psb) argument
3779 lpfc_scsi_unprep_dma_buf(struct lpfc_hba *phba, struct lpfc_scsi_buf *psb) argument
[all...]
H A Dlpfc_init.c987 struct lpfc_scsi_buf *psb, *psb_next; local
1028 list_for_each_entry_safe(psb, psb_next, &aborts, list) {
1029 psb->pCmd = NULL;
1030 psb->status = IOSTAT_SUCCESS;
3050 struct lpfc_scsi_buf *psb = NULL, *psb_next = NULL; local
3178 list_remove_head(&scsi_sgl_list, psb,
3180 if (psb) {
3182 psb->data, psb->dma_handle);
3183 kfree(psb);
[all...]
H A Dlpfc_sli.c14465 struct lpfc_scsi_buf *psb; local
14516 list_for_each_entry(psb, sblist, list) {
14519 cpu_to_le32(putPaddrLow(psb->dma_phys_bpl));
14521 cpu_to_le32(putPaddrHigh(psb->dma_phys_bpl));
14523 pdma_phys_bpl1 = psb->dma_phys_bpl + SGL_PAGE_SIZE;
14532 xritag_start = psb->cur_iocbq.sli4_xritag;
/drivers/gpu/drm/gma500/
H A Dpsb_drv.h429 struct psb_state psb; member in union:psb_save_area::__anon674
/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h2425 u16 psb:1; member in struct:wcn36xx_hal_ts_info_tfc
2437 u16 psb:1;

Completed in 914 milliseconds