1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/arm/at91
2013-10-29 23:55:17 +00:00
..
at91_aicreg.h
at91_cfata.c
at91_machdep.c Call soc_info.soc_data->soc_clock_init() before at91_pmc_init_clock(), so 2013-03-29 18:47:08 +00:00
at91_mci.c Remove #include <machine/frame.h> from all the arm code that doesn't 2013-10-27 01:34:10 +00:00
at91_mcireg.h
at91_pdcreg.h
at91_pio_sam9g20.h
at91_pio_sam9g45.h
at91_pio.c Fix regression issue after r248910. 2013-04-07 13:03:57 +00:00
at91_pioreg.h
at91_piovar.h Fix regression issue after r248910. 2013-04-07 13:03:57 +00:00
at91_pit.c
at91_pitreg.h
at91_pmc.c Remove #include <machine/frame.h> from all the arm code that doesn't 2013-10-27 01:34:10 +00:00
at91_pmcreg.h Add charge pump current register. 2012-08-10 04:47:20 +00:00
at91_pmcvar.h Correct the PLLA setting functions and centralize. 2012-08-11 05:45:19 +00:00
at91_reset.S
at91_rst.c
at91_rstreg.h
at91_rtc.c Loop reading the RTC registers until the same values are obtained 2012-10-07 20:36:46 +00:00
at91_rtcreg.h Use the RTC unit to get the time. This works on all known AT91SAM9* 2012-10-07 01:58:32 +00:00
at91_spi.c Fetch the chip select in the bridge driver, like all the other spi 2012-08-23 22:38:37 +00:00
at91_spireg.h
at91_ssc.c
at91_sscreg.h
at91_st.c
at91_streg.h
at91_twi.c
at91_twiio.h
at91_twireg.h
at91_usartreg.h
at91_wdt.c
at91_wdtreg.h
at91.c Fix typo. Sorry! 2013-10-29 23:55:17 +00:00
at91board.h
at91reg.h
at91rm92reg.h
at91rm9200_devices.c Fix a typo: the RXD0 pin is PA18, not PA19. 2013-03-29 18:06:54 +00:00
at91rm9200.c Fix a typo in the CF device driver name that prevented instantiation. 2013-03-31 12:51:56 +00:00
at91rm9200var.h
at91sam9g20.c Correct the PLLA setting functions and centralize. 2012-08-11 05:45:19 +00:00
at91sam9g20reg.h
at91sam9g45.c Correct the PLLA setting functions and centralize. 2012-08-11 05:45:19 +00:00
at91sam9g45reg.h
at91sam9x5.c Correct the PLLA setting functions and centralize. 2012-08-11 05:45:19 +00:00
at91sam9x5reg.h These files will support the whole at91sam9x5 family when done, 2012-07-30 21:30:43 +00:00
at91sam9260.c Update comments about setting PLLA and refernce the tables in the 2012-08-11 05:12:46 +00:00
at91sam9260reg.h
at91soc.c
at91soc.h
at91var.h
board_bwct.c
board_eb9200.c Preliminary Embest ATEB9200 support. 2012-08-16 05:03:59 +00:00
board_ethernut5.c
board_hl200.c
board_hl201.c
board_kb920x.c
board_qila9g20.c
board_sam9g20ek.c
board_sam9x25ek.c
board_sam9260ek.c
board_sn9g45.c
board_tsc4370.c
files.at91 Unbreak building a kernel with EHCI: there's no ehci_atmelarm.c. 2012-11-26 23:30:47 +00:00
if_ate.c Sweep up a bit of arm-land fallout after r257244; include necessary 2013-10-28 15:20:17 +00:00
if_atereg.h
if_macb.c Mechanically substitute flags from historic mbuf allocator with 2012-12-05 08:04:20 +00:00
if_macbreg.h
if_macbvar.h
std.at91 Set machine correctly on ARM. This allows universe to use the correct world 2012-08-18 05:48:19 +00:00
std.at91sam9 Set machine correctly on ARM. This allows universe to use the correct world 2012-08-18 05:48:19 +00:00
std.at91sam9g45 Set machine correctly on ARM. This allows universe to use the correct world 2012-08-18 05:48:19 +00:00
std.atmel Set machine correctly on ARM. This allows universe to use the correct world 2012-08-18 05:48:19 +00:00
std.bwct
std.eb9200 Preliminary Embest ATEB9200 support. 2012-08-16 05:03:59 +00:00
std.ethernut5
std.hl200
std.hl201
std.kb920x
std.qila9g20
std.sam9g20ek
std.sam9x25ek These files will support the whole at91sam9x5 family when done, 2012-07-30 21:30:43 +00:00
std.sam9260ek
std.sn9g45
std.tsc4370
uart_bus_at91usart.c
uart_cpu_at91usart.c
uart_dev_at91usart.c Enable hardware flow control and high speed bulk data transfer in at91 uarts. 2013-04-01 00:00:10 +00:00