Home
last modified time | relevance | path

Searched refs:gmac (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Deth_sam_gmac.c246 static int rx_descriptors_init(Gmac *gmac, struct gmac_queue *queue);
247 static void tx_descriptors_init(Gmac *gmac, struct gmac_queue *queue);
248 static int nonpriority_queue_init(Gmac *gmac, struct gmac_queue *queue);
251 static inline void set_receive_buf_queue_pointer(Gmac *gmac, in set_receive_buf_queue_pointer() argument
256 gmac->GMAC_RBQB = (uint32_t)queue->rx_desc_list.buf; in set_receive_buf_queue_pointer()
258 gmac->GMAC_RBQBAPQ[queue->que_idx - 1] = in set_receive_buf_queue_pointer()
263 static inline void disable_all_priority_queue_interrupt(Gmac *gmac) in disable_all_priority_queue_interrupt() argument
268 gmac->GMAC_IDRPQ[idx] = UINT32_MAX; in disable_all_priority_queue_interrupt()
269 (void)gmac->GMAC_ISRPQ[idx]; in disable_all_priority_queue_interrupt()
273 static int priority_queue_init(Gmac *gmac, struct gmac_queue *queue) in priority_queue_init() argument
[all …]
DKconfig.sam_gmac22 DT_ETH_SAM_GMAC_PATH := $(dt_nodelabel_path,gmac)
/Zephyr-latest/dts/arm/atmel/
Dsamx7xb.dtsi9 &gmac {
11 interrupt-names = "gmac", "q1", "q2", "q3", "q4", "q5";
Dsame5x.dtsi13 gmac: ethernet@42000800 { label
14 compatible = "atmel,sam0-gmac";
17 interrupt-names = "gmac";
Dsam4e.dtsi168 gmac: ethernet@40034000 { label
169 compatible = "atmel,sam-gmac";
173 interrupt-names = "gmac";
Dsamx7x.dtsi228 gmac: ethernet@40050000 { label
229 compatible = "atmel,sam-gmac";
233 interrupt-names = "gmac", "q1", "q2";
/Zephyr-latest/samples/net/sockets/txtime/
DREADME.rst15 are supported. Other mcux or gmac Ethernet driver based boards should
/Zephyr-latest/boards/atmel/sam0/same54_xpro/
Dsame54_xpro.dts132 &gmac {
/Zephyr-latest/boards/atmel/sam/sam_e70_xplained/
Dsam_e70_xplained-common.dtsi123 &gmac {
/Zephyr-latest/boards/atmel/sam/sam4e_xpro/
Dsam4e_xpro.dts184 &gmac {
/Zephyr-latest/boards/atmel/sam/sam_v71_xult/
Dsam_v71_xult-common.dtsi233 &gmac {
/Zephyr-latest/dts/arm/nxp/
Dnxp_s32k344_m7.dtsi641 compatible = "nxp,s32-gmac";
649 compatible = "nxp,s32-gmac-mdio";
/Zephyr-latest/doc/releases/
Drelease-notes-2.3.rst386 * Added SAM0 family support to gmac driver
387 * Added sam4e support to queue in gmac
391 * Added Ethernet cable link status support to gmac
395 * Various fixes to setup and cache handling in gmac
1381 * :github:`16096` - Sam gmac Ethernet driver should be able to detect the carrier state
Drelease-notes-3.5.rst535 * Updated esp32 and sam-gmac DT so that the phy is pointed by a phandle rather than
1573 * :dtcompatible:`nxp,s32-gmac`
Drelease-notes-1.13.rst87 * eth: Enabled gPTP support in mcux and gmac drivers
Drelease-notes-2.6.rst508 * Separated PTP clock from gPTP support in mcux and gmac drivers. This allows
511 * Changed to allow changing MAC address in gmac driver.
Drelease-notes-1.14.rst879 - SAM-E70 gmac Ethernet driver Qav fixes.
2144 * :github:`9812` - drivers: eth: gmac: Fix incorrect cache coherency handling code
Drelease-notes-2.0.rst402 - Ethernet gmac
Drelease-notes-2.7.rst839 :dtcompatible:`arm,gic-v3-its`, :dtcompatible:`atmel,sam0-gmac`,
Drelease-notes-3.2.rst593 * Atmel gmac: Add EEPROM devicetree bindings for MAC address.