Home
last modified time | relevance | path

Searched full:lower (Results 1 – 25 of 4461) sorted by relevance

12345678910>>...179

/OK3568_Linux_fs/u-boot/include/
H A Dfsl_memac.h17 u32 mac_addr_0; /* Lower 32 bits of 48-bit MAC address */
40 u32 rx_eoct_l; /* Rx ethernet octests lower */
42 u32 rx_oct_l; /* Rx octests lower */
44 u32 rx_align_err_l; /* Rx alignment error lower */
48 u32 rx_frame_l; /* Rx frame counter lower */
50 u32 rx_frame_crc_err_l; /* Rx frame check sequence error lower */
52 u32 rx_vlan_l; /* Rx VLAN frame lower */
54 u32 rx_err_l; /* Rx frame error lower */
56 u32 rx_uni_l; /* Rx unicast frame lower */
58 u32 rx_multi_l; /* Rx multicast frame lower */
[all …]
H A Dfsl_tgec.h18 u32 mac_addr_0; /* Lower 32 bits of 48-bit MAC address */
27 u32 mac_addr_2; /* Lower 32 bits of the 2nd 48-bit MAC addr */
35 u32 tx_frame_l; /* Tx frame counter lower */
37 u32 rx_frame_l; /* Rx frame counter lower */
39 u32 rx_frame_crc_err_l; /* Rx frame check sequence error lower */
41 u32 rx_align_err_l; /* Rx alignment error lower */
43 u32 tx_pause_frame_l; /* Tx valid pause frame lower */
47 u32 rx_long_err_l; /* Rx too long frame error lower */
49 u32 rx_frame_err_l; /* Rx frame length error lower */
51 u32 tx_vlan_l; /* Tx VLAN frame lower */
[all …]
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Doverlayfs.rst26 non-directory objects may report an st_dev from the lower filesystem or
85 Upper and Lower
89 and a 'lower' filesystem. When a name exists in both filesystems, the
91 'lower' filesystem is either hidden or, in the case of directories,
94 It would be more correct to refer to an upper and lower 'directory
98 lower.
100 The lower filesystem can be any filesystem supported by Linux and does
101 not need to be writable. The lower filesystem can even be another
113 upper and lower filesystems and refers to a non-directory in either,
114 then the lower object is hidden - the name refers only to the upper
[all …]
/OK3568_Linux_fs/u-boot/arch/powerpc/lib/
H A Dbat_rw.c20 int write_bat (ppc_bat_t bat, unsigned long upper, unsigned long lower) in write_bat() argument
28 mtspr (DBAT0L, lower); in write_bat()
33 mtspr (IBAT0L, lower); in write_bat()
37 mtspr (DBAT1L, lower); in write_bat()
42 mtspr (IBAT1L, lower); in write_bat()
46 mtspr (DBAT2L, lower); in write_bat()
51 mtspr (IBAT2L, lower); in write_bat()
55 mtspr (DBAT3L, lower); in write_bat()
60 mtspr (IBAT3L, lower); in write_bat()
65 mtspr (DBAT4L, lower); in write_bat()
[all …]
/OK3568_Linux_fs/kernel/net/tipc/
H A Dname_table.c52 * @lower: service range lower bound
62 u32 lower; member
99 ((sr)->lower <= (end) && (sr)->upper >= (start)) in RB_DECLARE_CALLBACKS_MAX()
139 * subtree. If not, it has lower > end, then nodes on
155 if (sr->lower <= end &&
184 * subtree. If not, it has lower > end, then any next in service_range_match_next()
204 if (sr->lower <= end) { in service_range_match_next()
222 static struct publication *tipc_publ_create(u32 type, u32 lower, u32 upper, in tipc_publ_create() argument
232 publ->lower = lower; in tipc_publ_create()
272 u32 lower, u32 upper) in tipc_service_find_range() argument
[all …]
H A Dname_table.h55 * @lower: name sequence lower bound
78 u32 lower; member
116 void tipc_nametbl_mc_lookup(struct net *net, u32 type, u32 lower, u32 upper,
120 void tipc_nametbl_lookup_dst_nodes(struct net *net, u32 type, u32 lower,
125 struct publication *tipc_nametbl_publish(struct net *net, u32 type, u32 lower,
128 int tipc_nametbl_withdraw(struct net *net, u32 type, u32 lower, u32 upper,
131 u32 lower, u32 upper, u32 scope,
134 u32 lower, u32 upper,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_llh_internal.h111 /* lower bit position of bitfield itr_reg_res_dsbl */
121 /* lower bit position of bitfield itr_reset */
133 /* lower bit position of bitfield rsc_delay */
140 /* lower bit position of bitfield dca{d}_cpuid[7:0] */
156 /* lower bit position of bitfield dca_en */
174 /* lower bit position of bitfield dca_mode[3:0] */
194 /* lower bit position of bitfield desc{d}_data_size[4:0] */
213 /* lower bit position of bitfield dca{d}_desc_en */
232 /* lower bit position of bitfield desc{d}_en */
252 /* lower bit position of bitfield desc{d}_hdr_size[4:0] */
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmaar.h30 * @lower: The lowest address that the MAAR pair will affect. Must be
38 * specified by attrs to the range of addresses from lower to higher.
40 static inline void write_maar_pair(unsigned idx, phys_addr_t lower, in write_maar_pair() argument
44 BUG_ON(lower & (0xffff | ~(MIPS_MAAR_ADDR << 4))); in write_maar_pair()
65 /* Write the lower address & attributes */ in write_maar_pair()
68 write_c0_maar((lower >> 4) | attrs); in write_maar_pair()
71 lower >>= MIPS_MAARX_ADDR_SHIFT; in write_maar_pair()
72 writex_c0_maar(((lower >> 4) & MIPS_MAARX_ADDR) | MIPS_MAARX_VH); in write_maar_pair()
88 * @lower: The lowest address that the MAAR pair will affect. Must be
97 * addresses from lower to upper inclusive.
[all …]
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dbackref.h177 /* List of lower level edges, which link this node to its children */
178 struct list_head lower; member
211 #define LOWER 0 macro
215 * Represent an edge connecting upper and lower backref nodes.
219 * list[LOWER] is linked to btrfs_backref_node::upper of lower level
220 * node, and list[UPPER] is linked to btrfs_backref_node::lower of
281 struct btrfs_backref_node *lower, in btrfs_backref_link_edge() argument
285 ASSERT(upper && lower && upper->level == lower->level + 1); in btrfs_backref_link_edge()
286 edge->node[LOWER] = lower; in btrfs_backref_link_edge()
289 list_add_tail(&edge->list[LOWER], &lower->upper); in btrfs_backref_link_edge()
[all …]
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dgov_step_wise.c25 * d. if the trend is THERMAL_TREND_DROP_FULL, use lower limit
27 * If the temperature is lower than a trip point,
29 * b. if the trend is THERMAL_TREND_DROPPING, use lower cooling
31 * equals lower limit, deactivate the thermal instance
33 * d. if the trend is THERMAL_TREND_DROP_FULL, use lower limit,
34 * if the cooling state already equals lower limit,
57 ((cur_state + 1) < instance->lower ? in get_target_state()
58 instance->lower : (cur_state + 1)); in get_target_state()
71 if (next_target < instance->lower) in get_target_state()
72 next_target = instance->lower; in get_target_state()
[all …]
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dexport.c43 * lower decoded dentry. This is done by following the overlay ancestry up to a
53 * copied up and renamed, upper dir /a will be indexed by lower dir /a from
56 * dentry from the connected lower dentry /a/b/c.
61 * and when the time comes to decode the file handle from lower dentry /a/b/c,
66 * entry /a in the lower layers above layer N and find the indexed dir /a from
68 * will need to verify there are no redirects in lower layers above N. In the
87 * lower layer in ovl_connectable_layer()
93 /* We can get upper/overlay path from indexed/lower dentry */ in ovl_connectable_layer()
99 * have the same uppermost lower layer as the origin's layer. We may need to
174 * L = lower file handle
[all …]
H A Dinode.c183 * If lower filesystem supports NFS file handles, this also guaranties in ovl_getattr()
201 * Lower hardlinks may be broken on copy up to different in ovl_getattr()
202 * upper files, so we cannot use the lower origin st_ino in ovl_getattr()
206 * same dir on a lower layer. With the "verify_lower" in ovl_getattr()
207 * feature, we do not use the lower origin st_ino, if in ovl_getattr()
223 * If we are querying a metacopy dentry and lower in ovl_getattr()
226 * vfs_getattr(). If lower itself is metacopy, then in ovl_getattr()
238 * If lower is not same as lowerdata or if there was in ovl_getattr()
268 * and non-covered lower hardlinks. It does not include the upper in ovl_getattr()
529 * overlayfs instance as lower layer. We need to annotate the
[all …]
H A Dnamei.c43 * that will stop further lookup in lower layers (d->stop=true) in ovl_check_redirect()
45 * element and that should force continue lookup in lower in ovl_check_redirect()
161 * Make sure that the stored uuid matches the uuid of the lower in ovl_decode_real_fh()
173 * Treat stale file handle to lower file as "origin unknown". in ovl_decode_real_fh()
351 * If lower fs uuid is not unique among lower fs we cannot match in ovl_check_origin_fh()
510 * OVL_XATTR_ORIGIN and that origin file handle can be decoded to lower path.
630 * Lookup in indexdir for the index entry of a lower real inode or a copy up
631 * origin inode. The index entry name is the hex representation of the lower
634 * If the index dentry in negative, then either no lower aliases have been
732 * index should only exist if all lower aliases have been in ovl_lookup_index()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Doverlayfs.bbclass66 def prepareUnits(data, lower):
72 'CREATE_DIRS_SERVICE': helperUnitName(lower),
73 'LOWERDIR': lower,
76 bb.debug(1, "Generate systemd unit %s" % mountUnitName(lower))
77 with open(os.path.join(d.getVar('WORKDIR'), mountUnitName(lower)), 'w') as f:
80 bb.debug(1, "Generate helper systemd unit %s" % helperUnitName(lower))
81 with open(os.path.join(d.getVar('WORKDIR'), helperUnitName(lower)), 'w') as f:
103 for lower in lowerList.split():
105 (lower, d.getVarFlag('OVERLAYFS_MOUNT_POINT', mountPoint)))
106 prepareUnits(d.getVarFlag('OVERLAYFS_MOUNT_POINT', mountPoint), lower)
[all …]
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Dgroup_descr.rst38 checksum is the lower 16 bits of the checksum of the FS UUID, the group
56 - Lower 32-bits of location of block bitmap.
60 - Lower 32-bits of location of inode bitmap.
64 - Lower 32-bits of location of inode table.
68 - Lower 16-bits of free block count.
72 - Lower 16-bits of free inode count.
76 - Lower 16-bits of directory count.
84 - Lower 32-bits of location of snapshot exclusion bitmap.
88 - Lower 16-bits of the block bitmap checksum.
92 - Lower 16-bits of the inode bitmap checksum.
[all …]
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dmodule.c88 u32 upper, lower, sign, j1, j2; in apply_relocate() local
225 lower = __mem_to_opcode_thumb16(*(u16 *)(loc + 2)); in apply_relocate()
236 * imm11 = lower[10:0] = offset[11:1] in apply_relocate()
237 * J1 = lower[13] in apply_relocate()
238 * J2 = lower[11] in apply_relocate()
241 j1 = (lower >> 13) & 1; in apply_relocate()
242 j2 = (lower >> 11) & 1; in apply_relocate()
246 ((lower & 0x07ff) << 1); in apply_relocate()
276 lower = (u16)((lower & 0xd000) | in apply_relocate()
281 *(u16 *)(loc + 2) = __opcode_to_mem_thumb16(lower); in apply_relocate()
[all …]
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dread_write.c19 * @offset: Byte offset in the lower file to which to write the data
20 * @size: Number of bytes from @data to write at @offset in the lower
23 * Write data to the lower file.
45 * lower file
49 * lower file
53 * the contents of @page_for_lower to the lower inode.
86 * written to the lower page cache (via VFS writes). This function
87 * takes care of all the address translation to locations in the lower
209 * @offset: Byte offset in the lower file from which to read the data
210 * @size: Number of bytes to read from @offset of the lower file and
[all …]
H A Dkthread.c38 * the lower file with RW permissions.
108 * @lower_file: Result of dentry_open by root on lower dentry
109 * @lower_dentry: Lower dentry for file to open
110 * @lower_mnt: Lower vfsmount for file to open
112 * This function gets a r/w file opened against the lower dentry.
131 * lower file is fput() when all eCryptfs files for the inode are in ecryptfs_privileged_open()
146 "aborting privileged request to open lower file\n", in ecryptfs_privileged_open()
H A Dmmap.c5 * decryption of the file data as it passes between the lower
28 * Get one page from cache or lower f/s, return error otherwise.
48 * the lower filesystem. In OpenPGP-compatible mode, we operate on
99 * @page: Sort of a ``virtual'' representation of the encrypted lower
100 * file. The actual lower file does not have the metadata in
159 "extent at offset [%lld] in the lower " in ecryptfs_copy_up_encrypted_with_header()
196 "the encrypted content from the lower " in ecryptfs_readpage()
233 * Called with lower inode mutex held.
289 "lower page segment; rc = [%d]\n", in ecryptfs_write_begin()
302 "from the lower file whilst " in ecryptfs_write_begin()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_llh_internal.h38 /* lower bit position of bitfield rpf_new_rpf_en */
57 /* lower bit position of bitfield l2_uc_req_tag0{f}[2:0] */
75 /* lower bit position of bitfield rpf_l2_bc_req_tag */
92 /* lower bit position of bitfield rpf_rss_red1_data[4:0] */
111 /* lower bit position of bitfield vlan_req_tag0{f}[3:0] */
127 /* Lower bit position of bitfield rx_q{Q}_tc_map[2:0] */
146 /* lower bit position of bitfield tx_tc_q_rand_map_en */
164 /* lower bit position of bitfield tx_buffer_clk_gate_en */
180 /* lower bit position of bitfield tx_q_tc_map{q} */
199 /* lower bit position of bitfield data_tc_arb_mode */
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/mm/ptdump/
H A Dbats.c15 static void bat_show_603(struct seq_file *m, int idx, u32 lower, u32 upper, bool is_d) in bat_show_603() argument
20 phys_addr_t brpn = PHYS_BAT_ADDR(lower); in bat_show_603()
44 if (lower & BPP_RX) in bat_show_603()
46 else if (lower & BPP_RW) in bat_show_603()
51 seq_puts(m, lower & _PAGE_WRITETHRU ? "w " : " "); in bat_show_603()
52 seq_puts(m, lower & _PAGE_NO_CACHE ? "i " : " "); in bat_show_603()
53 seq_puts(m, lower & _PAGE_COHERENT ? "m " : " "); in bat_show_603()
54 seq_puts(m, lower & _PAGE_GUARDED ? "g " : " "); in bat_show_603()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dinode-test.c14 * For constructing the nonnegative timestamp lower bound value.
25 * For constructing the negative timestamp lower bound value.
43 "1901-12-13 Lower bound of 32bit < 0 timestamp, no extra bits"
47 "1970-01-01 Lower bound of 32bit >=0 timestamp, no extra bits"
51 "2038-01-19 Lower bound of 32bit <0 timestamp, lo extra sec bit on"
55 "2106-02-07 Lower bound of 32bit >=0 timestamp, lo extra sec bit on"
59 "2174-02-25 Lower bound of 32bit <0 timestamp, hi extra sec bit on"
63 "2242-03-16 Lower bound of 32bit >=0 timestamp, hi extra sec bit on"
69 "2378-04-22 Lower bound of 32bit>= timestamp. Extra sec bits 1. Max ns"
71 "2378-04-22 Lower bound of 32bit >=0 timestamp. All extra sec bits on"
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Damigahw.h279 unsigned int :28, second2:4; /* lower digit */
281 unsigned int :28, minute2:4; /* lower digit */
283 unsigned int :28, hour2:4; /* lower digit */
286 unsigned int :28, day2:4; /* lower digit */
288 unsigned int :28, month2:4; /* lower digit */
290 unsigned int :28, year2:4; /* lower digit */
301 unsigned int :28, second2:4; /* lower digit */
303 unsigned int :28, minute2:4; /* lower digit */
305 unsigned int :28, hour2:4; /* lower digit */
307 unsigned int :28, day2:4; /* lower digit */
[all …]
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dbq27xxx_battery_hdq.c45 int upper, lower; in bq27xxx_battery_hdq_read() local
51 * lower and the upper part in bq27xxx_battery_hdq_read()
59 lower = w1_bq27000_read(sl, reg); in bq27xxx_battery_hdq_read()
60 if (lower < 0) in bq27xxx_battery_hdq_read()
61 return lower; in bq27xxx_battery_hdq_read()
69 return (upper << 8) | lower; in bq27xxx_battery_hdq_read()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h107 #define SPRN_DBAT0L 0x219 /* Data BAT 0 Lower Register */
109 #define SPRN_DBAT1L 0x21B /* Data BAT 1 Lower Register */
111 #define SPRN_DBAT2L 0x21D /* Data BAT 2 Lower Register */
113 #define SPRN_DBAT3L 0x21F /* Data BAT 3 Lower Register */
115 #define SPRN_DBAT4L 0x239 /* Data BAT 4 Lower Register */
117 #define SPRN_DBAT5L 0x23B /* Data BAT 5 Lower Register */
119 #define SPRN_DBAT6L 0x23D /* Data BAT 6 Lower Register */
121 #define SPRN_DBAT7L 0x23F /* Data BAT 7 Lower Register */
122 #define SPRN_DBAT7U 0x23E /* Data BAT 7 Lower Register */
270 #define SPRN_IBAT0L 0x211 /* Instruction BAT 0 Lower Register */
[all …]

12345678910>>...179