__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
/* Copyright 2024 NXP
*/
#ifndef __NETC_GLOBAL_H
#define __NETC_GLOBAL_H
#include <linux/io.h>
static inline u32 netc_read(void __iomem *reg)
{
return ioread32(reg);
}
static inline void netc_write(void __iomem *reg, u32 val)
{
iowrite32(val, reg);
}
#endif
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| bestcomm | Folder | 0755 |
|
|
| edac.h | File | 155 B | 0644 |
|
| enetc_mdio.h | File | 2.04 KB | 0644 |
|
| ftm.h | File | 2.86 KB | 0644 |
|
| guts.h | File | 12.25 KB | 0644 |
|
| mc.h | File | 20.24 KB | 0644 |
|
| netc_global.h | File | 323 B | 0644 |
|
| ptp_qoriq.h | File | 7.65 KB | 0644 |
|