Lines Matching refs:val16
344 u16 val16; in bcma_core_pci_enable_crs() local
350 bcma_extpci_read_config(pc, 0, 0, root_cap, &val16, sizeof(u16)); in bcma_core_pci_enable_crs()
351 if (val16 & BCMA_CORE_PCI_RC_CRS_VISIBILITY) { in bcma_core_pci_enable_crs()
354 val16 = PCI_EXP_RTCTL_CRSSVE; in bcma_core_pci_enable_crs()
355 bcma_extpci_read_config(pc, 0, 0, root_ctrl, &val16, in bcma_core_pci_enable_crs()
374 PCI_VENDOR_ID, &val16, in bcma_core_pci_enable_crs()
375 sizeof(val16)); in bcma_core_pci_enable_crs()
376 if (val16 != 0x1) in bcma_core_pci_enable_crs()
380 if (val16 == 0x1) in bcma_core_pci_enable_crs()
499 u16 val16; in bcma_core_pci_hostmode_init() local
501 &val16, sizeof(val16)); in bcma_core_pci_hostmode_init()
502 val16 |= (2 << 5); /* Max payload size of 512 */ in bcma_core_pci_hostmode_init()
503 val16 |= (2 << 12); /* MRRS 512 */ in bcma_core_pci_hostmode_init()
505 &val16, sizeof(val16)); in bcma_core_pci_hostmode_init()