/openbmc/linux/drivers/message/fusion/ |
H A D | mptfc.c | 396 mptfc_generate_rport_ids(FCDevicePage0_t *pg0, struct fc_rport_identifiers *rid) in mptfc_generate_rport_ids() argument 399 if (pg0->Flags & (MPI_FC_DEVICE_PAGE0_FLAGS_PLOGI_INVALID | in mptfc_generate_rport_ids() 403 if (!(pg0->Flags & MPI_FC_DEVICE_PAGE0_FLAGS_TARGETID_BUS_VALID)) in mptfc_generate_rport_ids() 406 if (!(pg0->Protocol & MPI_FC_DEVICE_PAGE0_PROT_FCP_TARGET)) in mptfc_generate_rport_ids() 413 rid->node_name = ((u64)pg0->WWNN.High) << 32 | (u64)pg0->WWNN.Low; in mptfc_generate_rport_ids() 414 rid->port_name = ((u64)pg0->WWPN.High) << 32 | (u64)pg0->WWPN.Low; in mptfc_generate_rport_ids() 415 rid->port_id = pg0->PortIdentifier; in mptfc_generate_rport_ids() 422 mptfc_register_dev(MPT_ADAPTER *ioc, int channel, FCDevicePage0_t *pg0) in mptfc_register_dev() argument 432 if (mptfc_generate_rport_ids(pg0, &rport_ids) < 0) in mptfc_register_dev() 436 if (pg0->Protocol & MPI_FC_DEVICE_PAGE0_PROT_FCP_INITIATOR) in mptfc_register_dev() [all …]
|
H A D | mptsas.c | 161 static void mptsas_print_phy_pg0(MPT_ADAPTER *ioc, SasPhyPage0_t *pg0) in mptsas_print_phy_pg0() argument 165 memcpy(&sas_address, &pg0->SASAddress, sizeof(__le64)); in mptsas_print_phy_pg0() 171 le16_to_cpu(pg0->AttachedDevHandle))); in mptsas_print_phy_pg0() 176 pg0->AttachedPhyIdentifier)); in mptsas_print_phy_pg0() 178 ioc->name, le32_to_cpu(pg0->AttachedDeviceInfo))); in mptsas_print_phy_pg0() 180 ioc->name, pg0->ProgrammedLinkRate)); in mptsas_print_phy_pg0() 182 ioc->name, pg0->ChangeCount)); in mptsas_print_phy_pg0() 184 ioc->name, le32_to_cpu(pg0->PhyInfo))); in mptsas_print_phy_pg0() 204 static void mptsas_print_device_pg0(MPT_ADAPTER *ioc, SasDevicePage0_t *pg0) in mptsas_print_device_pg0() argument 208 memcpy(&sas_address, &pg0->SASAddress, sizeof(__le64)); in mptsas_print_device_pg0() [all …]
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | sun3-head.S | 20 .globl pg0 28 pg0: .skip 0x2000 label
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sun5i-a13-olinuxino-micro.dts | 102 cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */ 116 pins = "PG0";
|
H A D | sun5i-q8-common.dtsi | 93 cd-gpios = <&pio 6 0 GPIO_ACTIVE_HIGH>; /* PG0 */ 104 allwinner,pins = "PG0";
|
H A D | sun5i-a13-hsg-h702.dts | 123 cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */ 137 pins = "PG0";
|
H A D | sun5i-a13-empire-electronix-d709.dts | 128 cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */ 138 pins = "PG0";
|
H A D | sun5i-a13-olinuxino.dts | 197 cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */ 211 pins = "PG0";
|
H A D | sun5i-reference-design-tablet.dtsi | 130 cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */ 145 pins = "PG0";
|
/openbmc/u-boot/configs/ |
H A D | A13-OLinuXinoM_defconfig | 7 CONFIG_MMC0_CD_PIN="PG0"
|
H A D | A13-OLinuXino_defconfig | 7 CONFIG_MMC0_CD_PIN="PG0"
|
H A D | q8_a13_tablet_defconfig | 6 CONFIG_MMC0_CD_PIN="PG0"
|
H A D | Ampe_A76_defconfig | 6 CONFIG_MMC0_CD_PIN="PG0"
|
H A D | Empire_electronix_m712_defconfig | 6 CONFIG_MMC0_CD_PIN="PG0"
|
H A D | difrnce_dit4350_defconfig | 6 CONFIG_MMC0_CD_PIN="PG0"
|
H A D | inet98v_rev2_defconfig | 6 CONFIG_MMC0_CD_PIN="PG0"
|
H A D | Empire_electronix_d709_defconfig | 7 CONFIG_MMC0_CD_PIN="PG0"
|
H A D | UTOO_P66_defconfig | 7 CONFIG_MMC0_CD_PIN="PG0"
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun8i-v3s-licheepi-zero.dts | 69 gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */
|
H A D | sun8i-v3s-licheepi-zero-dock.dts | 57 /* The LEDs use PG0~2 pins, which conflict with MMC1 */
|
H A D | sun5i-a13-olinuxino-micro.dts | 94 cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */
|
H A D | sun5i-a13-hsg-h702.dts | 115 cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */
|
H A D | sun5i-a13-empire-electronix-d709.dts | 123 cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp15xx-dhcom-drc02.dtsi | 114 * Note: PF3/GPIO_A , PD6/GPIO_B , PG0/GPIO_C , PC6/GPIO_E are
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | head.S | 131 load32 PA(pg0),%r1 152 load32 PA(pg0),%r1
|