Home
last modified time | relevance | path

Searched refs:slot2 (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dkprobes.c77 brl->quad1.slot2 = BRL_INST(rel >> 59, rel & 0xfffff); in set_brl_inst()
309 bundle->quad1.slot2 = break_inst; in prepare_break_inst()
341 *major_opcode = (bundle->quad1.slot2 >> SLOT2_OPCODE_SHIFT); in get_kprobe_inst()
342 *kprobe_inst = bundle->quad1.slot2; in get_kprobe_inst()
552 dest->quad1.slot2 = src->quad1.slot2; in arch_arm_kprobe()
575 dest->quad1.slot2 = src->quad1.slot2; in arch_disarm_kprobe()
/OK3568_Linux_fs/u-boot/board/freescale/p2041rdb/
H A DREADME98 lane a: 0 -> slot2 (Default)
100 lane c: 0 -> slot2 (Default)
102 lane d: 0 -> slot2 (Default)
/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A Dti113x.h654 struct yenta_socket *slot2; in ti12xx_2nd_slot_empty() local
721 slot2 = pci_get_drvdata(func); in ti12xx_2nd_slot_empty()
722 if (!slot2) in ti12xx_2nd_slot_empty()
726 yenta_get_status(&slot2->socket, &state); in ti12xx_2nd_slot_empty()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/slot/
H A Dslot.hpp23 # define BOOST_PP_ASSIGN_SLOT_2 <boost/preprocessor/slot/detail/slot2.hpp>
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dkprobes.h58 unsigned long long slot2 : 41; member
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dudp.c225 unsigned int hash2, slot2; in __udp6_lib_lookup() local
230 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
231 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
256 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
257 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
1015 unsigned int slot2 = hash2 & udp_table.mask; in __udp6_lib_demux_lookup() local
1016 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp6_lib_demux_lookup()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp.c284 unsigned int slot2 = udp_sk(sk)->udp_portaddr_hash ^ snum; in udp_lib_get_port() local
286 slot2 &= udptable->mask; in udp_lib_get_port()
289 hslot2 = udp_hashslot2(udptable, slot2); in udp_lib_get_port()
294 if (!exist && (hash2_nulladdr != slot2)) { in udp_lib_get_port()
491 unsigned int hash2, slot2; in __udp4_lib_lookup() local
496 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()
497 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()
522 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()
523 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()
2489 unsigned int slot2 = hash2 & udp_table.mask; in __udp4_lib_demux_lookup() local
[all …]
/OK3568_Linux_fs/kernel/drivers/iio/health/
H A Dmax30102.c189 #define MAX30102_MODE_CONTROL_LED_SLOTS(slot2, slot1) \ argument
190 ((slot2 << MAX30102_REG_MODE_CONTROL_SLOT_SHIFT) | slot1)
/OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/fsl/
H A Db4860qds.dts96 phy_xaui_slot2: xaui-phy@slot2 {
H A Dt104xd4rdb.dtsi142 * slot2, the HDMI connector, and the PEX
H A Dp5040ds.dts426 hydra_xg_slot2: hydra-xg-slot2@2 {
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.mpc85xxcds121 xxxxxx10 PCI SLOT INFORM: The CDS carrier is in slot2 of the Arcadia
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Daspeed-bmc-opp-mihawk.dts805 * PCIe x8 slot2
970 * PCIe x8 slot2
/OK3568_Linux_fs/kernel/drivers/net/can/
H A Dgrcan.c42 #define GRCAN_RESERVE_SIZE(slot1, slot2) (((slot2) - (slot1)) / 4 - 1) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Drtl.def1141 reserved after slot1 or slot2 reservation for a VLIW processor. We
1144 (absence_set "slot2" "slot0, slot1")
1146 Or slot2 cannot be reserved if slot0 and unit b0 are reserved or
1149 (absence_set "slot2" "slot0 b0, slot1 b1")
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Drtl.def1141 reserved after slot1 or slot2 reservation for a VLIW processor. We
1144 (absence_set "slot2" "slot0, slot1")
1146 Or slot2 cannot be reserved if slot0 and unit b0 are reserved or
1149 (absence_set "slot2" "slot0 b0, slot1 b1")
/OK3568_Linux_fs/kernel/drivers/scsi/mvsas/
H A Dmv_sas.c1831 struct mvs_slot_info *slot, *slot2; in mvs_do_release_task() local
1842 list_for_each_entry_safe(slot, slot2, &port->list, entry) { in mvs_do_release_task()
/OK3568_Linux_fs/kernel/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c847 struct hisi_sas_slot *slot, *slot2; in dereg_device_v3_hw() local
853 list_for_each_entry_safe(slot, slot2, &sas_dev->list, entry) { in dereg_device_v3_hw()
H A Dhisi_sas_main.c1027 struct hisi_sas_slot *slot, *slot2; in hisi_sas_release_task() local
1030 list_for_each_entry_safe(slot, slot2, &sas_dev->list, entry) in hisi_sas_release_task()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info29883 that 'slot0' cannot be reserved after either 'slot1' or 'slot2' have
29886 (absence_set "slot0" "slot1, slot2")
29888 Or 'slot2' cannot be reserved if 'slot0' and unit 'b0' are reserved or
29891 (absence_set "slot2" "slot0 b0, slot1 b1")
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccint.info29883 that 'slot0' cannot be reserved after either 'slot1' or 'slot2' have
29886 (absence_set "slot0" "slot1, slot2")
29888 Or 'slot2' cannot be reserved if 'slot0' and unit 'b0' are reserved or
29891 (absence_set "slot2" "slot0 b0, slot1 b1")