Home
last modified time | relevance | path

Searched full:pg0 (Results 1 – 25 of 108) sorted by relevance

12345

/openbmc/linux/drivers/message/fusion/
H A Dmptfc.c396 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 Dmptsas.c161 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 Dsun3-head.S20 .globl pg0
28 pg0: .skip 0x2000 label
/openbmc/u-boot/arch/arm/dts/
H A Dsun5i-a13-olinuxino-micro.dts102 cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */
116 pins = "PG0";
H A Dsun5i-q8-common.dtsi93 cd-gpios = <&pio 6 0 GPIO_ACTIVE_HIGH>; /* PG0 */
104 allwinner,pins = "PG0";
H A Dsun5i-a13-hsg-h702.dts123 cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */
137 pins = "PG0";
H A Dsun5i-a13-empire-electronix-d709.dts128 cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */
138 pins = "PG0";
H A Dsun5i-a13-olinuxino.dts197 cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */
211 pins = "PG0";
H A Dsun5i-reference-design-tablet.dtsi130 cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */
145 pins = "PG0";
/openbmc/u-boot/configs/
H A DA13-OLinuXinoM_defconfig7 CONFIG_MMC0_CD_PIN="PG0"
H A DA13-OLinuXino_defconfig7 CONFIG_MMC0_CD_PIN="PG0"
H A Dq8_a13_tablet_defconfig6 CONFIG_MMC0_CD_PIN="PG0"
H A DAmpe_A76_defconfig6 CONFIG_MMC0_CD_PIN="PG0"
H A DEmpire_electronix_m712_defconfig6 CONFIG_MMC0_CD_PIN="PG0"
H A Ddifrnce_dit4350_defconfig6 CONFIG_MMC0_CD_PIN="PG0"
H A Dinet98v_rev2_defconfig6 CONFIG_MMC0_CD_PIN="PG0"
H A DEmpire_electronix_d709_defconfig7 CONFIG_MMC0_CD_PIN="PG0"
H A DUTOO_P66_defconfig7 CONFIG_MMC0_CD_PIN="PG0"
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-v3s-licheepi-zero.dts69 gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */
H A Dsun8i-v3s-licheepi-zero-dock.dts57 /* The LEDs use PG0~2 pins, which conflict with MMC1 */
H A Dsun5i-a13-olinuxino-micro.dts94 cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */
H A Dsun5i-a13-hsg-h702.dts115 cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */
H A Dsun5i-a13-empire-electronix-d709.dts123 cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32mp15xx-dhcom-drc02.dtsi114 * Note: PF3/GPIO_A , PD6/GPIO_B , PG0/GPIO_C , PC6/GPIO_E are
/openbmc/linux/arch/parisc/kernel/
H A Dhead.S131 load32 PA(pg0),%r1
152 load32 PA(pg0),%r1

12345