Searched refs:part (Results 26 - 50 of 236) sorted by path

12345678910

/linux-master/drivers/misc/sgi-xp/
H A Dxpc_channel.c12 * This is the part of XPC that manages the channels and
82 struct xpc_partition *part = &xpc_partitions[ch->partid]; local
101 if (part->act_state == XPC_P_AS_DEACTIVATING) {
157 atomic_dec(&part->nchannels_active);
168 if (part->act_state != XPC_P_AS_DEACTIVATING) {
170 spin_lock(&part->chctl_lock);
171 part->chctl.flags[ch->number] |=
173 spin_unlock(&part->chctl_lock);
183 xpc_process_openclose_chctl_flags(struct xpc_partition *part, int ch_number, argument
188 &part
546 xpc_process_sent_chctl_flags(struct xpc_partition *part) argument
617 xpc_partition_going_down(struct xpc_partition *part, enum xp_retval reason) argument
658 struct xpc_partition *part; local
711 struct xpc_partition *part; local
875 struct xpc_partition *part = &xpc_partitions[partid]; local
926 struct xpc_partition *part = &xpc_partitions[partid]; local
1000 struct xpc_partition *part = &xpc_partitions[partid]; local
[all...]
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs.h280 struct bfa_flash_part_attr part[BFA_FLASH_PART_MAX]; member in struct:bfa_flash_attr
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dmtd.c30 struct ef4_mtd_partition *part = to_ef4_mtd_partition(mtd); local
37 part->name, part->dev_type_name, rc);
40 static void ef4_mtd_remove_partition(struct ef4_mtd_partition *part) argument
45 rc = mtd_device_unregister(&part->mtd);
51 list_del(&part->node);
57 struct ef4_mtd_partition *part; local
61 part = (struct ef4_mtd_partition *)((char *)parts +
64 part->mtd.writesize = 1;
66 part
97 struct ef4_mtd_partition *parts, *part, *next; local
115 struct ef4_mtd_partition *part; local
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dmtd.c30 struct efx_mtd_partition *part = to_efx_mtd_partition(mtd); local
37 part->name, part->dev_type_name, rc);
40 static void efx_mtd_remove_partition(struct efx_mtd_partition *part) argument
45 rc = mtd_device_unregister(&part->mtd);
51 list_del(&part->node);
57 struct efx_mtd_partition *part; local
61 part = (struct efx_mtd_partition *)((char *)parts +
64 part->mtd.writesize = 1;
66 if (!(part
100 struct efx_mtd_partition *parts, *part, *next; local
118 struct efx_mtd_partition *part; local
[all...]
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dio.c3 * This file is part of wl1271
57 struct wlcore_partition_set *part = &wl->curr_part; local
69 if ((addr >= part->mem.start) &&
70 (addr < part->mem.start + part->mem.size))
71 return addr - part->mem.start;
72 else if ((addr >= part->reg.start) &&
73 (addr < part->reg.start + part->reg.size))
74 return addr - part
[all...]
/linux-master/drivers/ntb/hw/idt/
H A Dntb_hw_idt.h1079 * @part: NT-function partition
1086 unsigned char part; member in struct:idt_ntb_peer
1099 * @part: Local NT-function partition
1129 unsigned char part; member in struct:idt_ntb_dev
/linux-master/drivers/scsi/bfa/
H A Dbfa_defs.h1140 struct bfa_flash_part_attr_s part[BFA_FLASH_PART_MAX]; member in struct:bfa_flash_attr_s
/linux-master/fs/hfs/
H A Dpart_tbl.c56 * start and length of the 'part'th HFS partition.
82 (HFS_SB(sb)->part < 0 || HFS_SB(sb)->part == i)) {
98 (HFS_SB(sb)->part < 0 || HFS_SB(sb)->part == i)) {
/linux-master/include/linux/
H A Dbcm963xx_nvram.h51 #define BCM963XX_NVRAM_NAND_PART_OFFSET(nvram, part) \
52 bcm963xx_nvram_nand_part_offset(nvram, BCM963XX_NVRAM_NAND_PART_ ##part)
56 enum bcm963xx_nvram_nand_part part)
58 return nvram->nand_part_offset[part] * SZ_1K;
61 #define BCM963XX_NVRAM_NAND_PART_SIZE(nvram, part) \
62 bcm963xx_nvram_nand_part_size(nvram, BCM963XX_NVRAM_NAND_PART_ ##part)
66 enum bcm963xx_nvram_nand_part part)
68 return nvram->nand_part_size[part] * SZ_1K;
54 bcm963xx_nvram_nand_part_offset( const struct bcm963xx_nvram *nvram, enum bcm963xx_nvram_nand_part part) argument
64 bcm963xx_nvram_nand_part_size( const struct bcm963xx_nvram *nvram, enum bcm963xx_nvram_nand_part part) argument
/linux-master/scripts/
H A Dextract-module-sig.pl4 # extract-mod-sig <part> <module-file>
22 my $part = $ARGV[0];
111 if ($part eq "-0") {
115 } elsif ($part eq "-a") {
119 } elsif ($part eq "-d") {
122 } elsif ($part eq "-n") {
128 } elsif ($part eq "-k") {
134 } elsif ($part eq "-s") {
/linux-master/tools/usb/usbip/libsrc/
H A Dvhci_driver.c182 * validate each part's size. The initial buffer is padded by 4 to
184 * which is needed to properly validate the 3rd part without it being
190 int part; local
221 for (part = 0; part < 3; part++) {
222 end = strchr(start, delim[part]);
223 if (end == NULL || (end - start) > max_len[part]) {
/linux-master/arch/alpha/lib/
H A Dev6-divide.S177 nop # E : as part of the cmovne
183 nop # E : as part of the cmovne
188 nop # E : as part of the cmovne
239 nop # E : as part of the cmov
256 nop # E : U L L U : as part of the cmov
259 nop # E : as part of the cmov
H A Dev67-strchr.S42 mskqh t4, a0, t4 # U : only want relevant part of first quad
H A Dudiv-qrnnd.S4 # This file is part of GCC.
/linux-master/arch/arm/include/asm/hardware/
H A Dcache-l2x0.h162 void l2x0_pmu_register(void __iomem *base, u32 part);
166 static inline void l2x0_pmu_register(void __iomem *base, u32 part) {} argument
/linux-master/arch/arm/kernel/
H A Dentry-header.S251 @ mode to restore the final part of the register state.
334 @ monitor is part of the exception entry and exit sequence.
/linux-master/arch/arm/mach-omap2/
H A Dcm.h56 int (*wait_module_ready)(u8 part, s16 prcm_mod, u16 idlest_reg,
58 int (*wait_module_idle)(u8 part, s16 prcm_mod, u16 idlest_reg,
60 void (*module_enable)(u8 mode, u8 part, u16 inst, u16 clkctrl_offs);
61 void (*module_disable)(u8 part, u16 inst, u16 clkctrl_offs);
62 u32 (*xlate_clkctrl)(u8 part, u16 inst, u16 clkctrl_offs);
67 int omap_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_reg,
69 int omap_cm_wait_module_idle(u8 part, s16 prcm_mod, u16 idlest_reg,
71 int omap_cm_module_enable(u8 mode, u8 part, u16 inst, u16 clkctrl_offs);
72 int omap_cm_module_disable(u8 part, u16 inst, u16 clkctrl_offs);
73 u32 omap_cm_xlate_clkctrl(u8 part, u1
[all...]
H A Dcm2xxx.c139 * @part: PRCM partition, ignored for OMAP2
148 static int omap2xxx_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_id, argument
H A Dcm33xx.c30 * 0x2 idle: Module is in Idle mode (only OCP part). It is functional if
211 * @part: PRCM partition, ignored for AM33xx
221 static int am33xx_cm_wait_module_ready(u8 part, s16 inst, u16 clkctrl_offs, argument
235 * @part: CM partition, ignored for AM33xx
244 static int am33xx_cm_wait_module_idle(u8 part, s16 inst, u16 clkctrl_offs, argument
259 * @part: CM partition, ignored for AM33xx
265 static void am33xx_cm_module_enable(u8 mode, u8 part, u16 inst, argument
278 * @part: CM partition, ignored for AM33xx
284 static void am33xx_cm_module_disable(u8 part, u16 inst, u16 clkctrl_offs) argument
339 static u32 am33xx_cm_xlate_clkctrl(u8 part, u1 argument
[all...]
H A Dcm_common.c70 * @part: PRCM partition
81 int omap_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_reg, argument
90 return cm_ll_data->wait_module_ready(part, prcm_mod, idlest_reg,
96 * @part: PRCM partition
107 int omap_cm_wait_module_idle(u8 part, s16 prcm_mod, u16 idlest_reg, argument
116 return cm_ll_data->wait_module_idle(part, prcm_mod, idlest_reg,
123 * @part: PRCM partition
127 * Enables clocks for a module identified by (@part, @inst, @clkctrl_offs)
131 int omap_cm_module_enable(u8 mode, u8 part, u16 inst, u16 clkctrl_offs) argument
139 cm_ll_data->module_enable(mode, part, ins
153 omap_cm_module_disable(u8 part, u16 inst, u16 clkctrl_offs) argument
165 omap_cm_xlate_clkctrl(u8 part, u16 inst, u16 clkctrl_offs) argument
[all...]
H A Dcminst44xx.c45 * 0x2 idle: Module is in Idle mode (only OCP part). It is functional if
74 static u32 omap4_cminst_read_inst_reg(u8 part, u16 inst, u16 idx);
78 * @part: PRCM partition ID that the CM_CLKCTRL register exists in
85 static u32 _clkctrl_idlest(u8 part, u16 inst, u16 clkctrl_offs) argument
87 u32 v = omap4_cminst_read_inst_reg(part, inst, clkctrl_offs);
95 * @part: PRCM partition ID that the CM_CLKCTRL register exists in
102 static bool _is_module_ready(u8 part, u16 inst, u16 clkctrl_offs) argument
106 v = _clkctrl_idlest(part, inst, clkctrl_offs);
113 static u32 omap4_cminst_read_inst_reg(u8 part, u16 inst, u16 idx) argument
115 BUG_ON(part >
122 omap4_cminst_write_inst_reg(u32 val, u8 part, u16 inst, u16 idx) argument
131 omap4_cminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, u16 inst, s16 idx) argument
144 omap4_cminst_set_inst_reg_bits(u32 bits, u8 part, u16 inst, s16 idx) argument
149 omap4_cminst_clear_inst_reg_bits(u32 bits, u8 part, u16 inst, s16 idx) argument
155 omap4_cminst_read_inst_reg_bits(u8 part, u16 inst, s16 idx, u32 mask) argument
180 _clktrctrl_write(u8 c, u8 part, u16 inst, u16 cdoffs) argument
199 omap4_cminst_is_clkdm_in_hwsup(u8 part, u16 inst, u16 cdoffs) argument
219 omap4_cminst_clkdm_enable_hwsup(u8 part, u16 inst, u16 cdoffs) argument
234 omap4_cminst_clkdm_disable_hwsup(u8 part, u16 inst, u16 cdoffs) argument
248 omap4_cminst_clkdm_force_wakeup(u8 part, u16 inst, u16 cdoffs) argument
257 omap4_cminst_clkdm_force_sleep(u8 part, u16 inst, u16 cdoffs) argument
274 omap4_cminst_wait_module_ready(u8 part, s16 inst, u16 clkctrl_offs, u8 bit_shift) argument
297 omap4_cminst_wait_module_idle(u8 part, s16 inst, u16 clkctrl_offs, u8 bit_shift) argument
318 omap4_cminst_module_enable(u8 mode, u8 part, u16 inst, u16 clkctrl_offs) argument
337 omap4_cminst_module_disable(u8 part, u16 inst, u16 clkctrl_offs) argument
476 omap4_cminst_xlate_clkctrl(u8 part, u16 inst, u16 offset) argument
[all...]
H A Dprm.h137 bool (*was_any_context_lost_old)(u8 part, s16 inst, u16 idx);
138 void (*clear_context_loss_flags_old)(u8 part, s16 inst, u16 idx);
140 int (*assert_hardreset)(u8 shift, u8 part, s16 prm_mod, u16 offset);
141 int (*deassert_hardreset)(u8 shift, u8 st_shift, u8 part, s16 prm_mod,
143 int (*is_hardreset_asserted)(u8 shift, u8 part, s16 prm_mod,
154 int omap_prm_assert_hardreset(u8 shift, u8 part, s16 prm_mod, u16 offset);
155 int omap_prm_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 prm_mod,
157 int omap_prm_is_hardreset_asserted(u8 shift, u8 part, s16 prm_mod, u16 offset);
158 extern bool prm_was_any_context_lost_old(u8 part, s16 inst, u16 idx);
159 extern void prm_clear_context_loss_flags_old(u8 part, s1
[all...]
H A Dprm2xxx_3xxx.h100 int omap2_prm_is_hardreset_asserted(u8 shift, u8 part, s16 prm_mod, u16 offset);
101 int omap2_prm_assert_hardreset(u8 shift, u8 part, s16 prm_mod,
103 int omap2_prm_deassert_hardreset(u8 rst_shift, u8 st_shift, u8 part,
H A Dprm33xx.c48 * @part: PRM partition, ignored for AM33xx
56 static int am33xx_prm_is_hardreset_asserted(u8 shift, u8 part, s16 inst, argument
71 * @part: CM partition, ignored for AM33xx
82 static int am33xx_prm_assert_hardreset(u8 shift, u8 part, s16 inst, argument
97 * @part: PRM partition, not used for AM33xx
111 static int am33xx_prm_deassert_hardreset(u8 shift, u8 st_shift, u8 part, argument
H A Dprm44xx.c396 * @part: PRM partition ID (e.g., OMAP4430_PRM_PARTITION)
401 * identified by (@part, @inst, @idx), which means that some context
404 static bool omap44xx_prm_was_any_context_lost_old(u8 part, s16 inst, u16 idx) argument
406 return (omap4_prminst_read_inst_reg(part, inst, idx)) ? 1 : 0;
411 * @part: PRM partition ID (e.g., OMAP4430_PRM_PARTITION)
416 * (@part, @inst, @idx). No return value. XXX Writes to reserved bits;
419 static void omap44xx_prm_clear_context_loss_flags_old(u8 part, s16 inst, argument
422 omap4_prminst_write_inst_reg(0xffffffff, part, inst, idx);

Completed in 613 milliseconds

12345678910