| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | rxon.c | 518 int slot0 = 300, slot1 = 0; in iwlagn_set_pan_params() local 567 slot1 = bcnint - slot0; in iwlagn_set_pan_params() 573 slot1 = IWL_MIN_SLOT_TIME; in iwlagn_set_pan_params() 576 slot1 = dtim * bcnint * 3 - IWL_MIN_SLOT_TIME; in iwlagn_set_pan_params() 581 slot1 = max_t(int, 1, ctx_pan->vif->bss_conf.dtim_period) * in iwlagn_set_pan_params() 583 slot1 = max_t(int, DEFAULT_BEACON_INTERVAL, slot1); in iwlagn_set_pan_params() 586 slot0 = slot1 * 3 - IWL_MIN_SLOT_TIME; in iwlagn_set_pan_params() 587 slot1 = IWL_MIN_SLOT_TIME; in iwlagn_set_pan_params() 592 cmd.slots[1].width = cpu_to_le16(slot1); in iwlagn_set_pan_params()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/slot/ |
| H A D | slot.hpp | 22 # define BOOST_PP_ASSIGN_SLOT_1 <boost/preprocessor/slot/detail/slot1.hpp>
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | shpchp.h | 190 volatile u32 slot1; member 207 SLOT1 = offsetof(struct ctrl_reg, slot1),
|
| /OK3568_Linux_fs/kernel/sound/soc/fsl/ |
| H A D | fsl_easrc.c | 867 struct fsl_easrc_slot *slot0, *slot1; in fsl_easrc_config_slot() local 876 slot1 = &easrc_priv->slot[i][1]; in fsl_easrc_config_slot() 878 if (slot0->busy && slot1->busy) { in fsl_easrc_config_slot() 881 (slot1->busy && slot1->ctx_index == ctx->index)) { in fsl_easrc_config_slot() 885 slotb = slot1; in fsl_easrc_config_slot() 887 } else if (!slot1->busy) { in fsl_easrc_config_slot() 888 slota = slot1; in fsl_easrc_config_slot()
|
| /OK3568_Linux_fs/kernel/drivers/iio/health/ |
| H A D | max30102.c | 189 #define MAX30102_MODE_CONTROL_LED_SLOTS(slot2, slot1) \ argument 190 ((slot2 << MAX30102_REG_MODE_CONTROL_SLOT_SHIFT) | slot1)
|
| /OK3568_Linux_fs/u-boot/board/freescale/p2041rdb/ |
| H A D | README | 96 lane 6: 0 -> slot1 (Default)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/fsl/ |
| H A D | b4860qds.dts | 90 phy_xaui_slot1: xaui-phy@slot1 {
|
| H A D | t104xd4rdb.dtsi | 141 * connector slot1, the mini PCI connector
|
| H A D | p5040ds.dts | 414 hydra_xg_slot1: hydra-xg-slot1@0 {
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | node.c | 843 int *slot1 = &n->active_links[1]; in __tipc_node_link_up() local 874 *slot1 = bearer_id; in __tipc_node_link_up() 886 *slot1 = bearer_id; in __tipc_node_link_up() 891 *slot1 = bearer_id; in __tipc_node_link_up() 969 int *slot1 = &n->active_links[1]; in __tipc_node_link_down() local 988 *slot1 = INVALID_BEARER_ID; in __tipc_node_link_down() 1001 *slot1 = i; in __tipc_node_link_down() 1004 *slot1 = i; in __tipc_node_link_down()
|
| /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 D | rtl.def | 1096 For example, it is useful for description that slot1 is reserved 1100 (presence_set "slot1" "slot0") 1102 Or slot1 is reserved only after slot0 and unit b0 reservation. In 1105 (presence_set "slot1" "slot0 b0") 1122 (presence_set "slot1" "slot0") 1124 the following insn will be never issued (because slot1 requires 1127 (define_reservation "insn_and_nop" "slot0 + slot1") 1141 reserved after slot1 or slot2 reservation for a VLIW processor. We 1144 (absence_set "slot2" "slot0, slot1") 1147 slot1 and unit b1 are reserved . In this case we could write [all …]
|
| /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 D | rtl.def | 1096 For example, it is useful for description that slot1 is reserved 1100 (presence_set "slot1" "slot0") 1102 Or slot1 is reserved only after slot0 and unit b0 reservation. In 1105 (presence_set "slot1" "slot0 b0") 1122 (presence_set "slot1" "slot0") 1124 the following insn will be never issued (because slot1 requires 1127 (define_reservation "insn_and_nop" "slot0 + slot1") 1141 reserved after slot1 or slot2 reservation for a VLIW processor. We 1144 (absence_set "slot2" "slot0, slot1") 1147 slot1 and unit b1 are reserved . In this case we could write [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/ |
| H A D | hotfoot.dts | 282 /* IDSEL 3 -- slot1 (optional) 27/29 A/B IRQ2/4 */
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.mpc85xxcds | 120 xxxxxx01 PCI SLOT INFORM: The CDS carrier is in slot1 of the Arcadia
|
| /OK3568_Linux_fs/kernel/drivers/net/can/ |
| H A D | grcan.c | 42 #define GRCAN_RESERVE_SIZE(slot1, slot2) (((slot2) - (slot1)) / 4 - 1) argument
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | kprobes.rst | 319 - ia64 (Does not support probes on instruction slot1.)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 29849 that VLIW 'slot1' is reserved after 'slot0' reservation. We could 29852 (presence_set "slot1" "slot0") 29854 Or 'slot1' is reserved only after 'slot0' and unit 'b0' reservation. 29857 (presence_set "slot1" "slot0 b0") 29869 (presence_set "slot1" "slot0") 29871 the following insn will be never issued (because 'slot1' requires 29874 (define_reservation "insn_and_nop" "slot0 + slot1") 29883 that 'slot0' cannot be reserved after either 'slot1' or 'slot2' have 29886 (absence_set "slot0" "slot1, slot2") 29889 'slot1' and unit 'b1' are reserved. In this case we could write [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 29849 that VLIW 'slot1' is reserved after 'slot0' reservation. We could 29852 (presence_set "slot1" "slot0") 29854 Or 'slot1' is reserved only after 'slot0' and unit 'b0' reservation. 29857 (presence_set "slot1" "slot0 b0") 29869 (presence_set "slot1" "slot0") 29871 the following insn will be never issued (because 'slot1' requires 29874 (define_reservation "insn_and_nop" "slot0 + slot1") 29883 that 'slot0' cannot be reserved after either 'slot1' or 'slot2' have 29886 (absence_set "slot0" "slot1, slot2") 29889 'slot1' and unit 'b1' are reserved. In this case we could write [all …]
|