Home
last modified time | relevance | path

Searched hist:"75 b9d4ae0d69f214eab641caf12ce8af83a39a42" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dtsec.h75b9d4ae0d69f214eab641caf12ce8af83a39a42 Sun Aug 31 21:33:26 UTC 2008 Andy Fleming <afleming@freescale.com> Pass in tsec_info struct through tsec_initialize

The tsec driver contains a hard-coded array of configuration information
for the tsec ethernet controllers. We create a default function that works
for most tsecs, and allow that to be overridden by board code. It creates
an array of tsec_info structures, which are then parsed by the corresponding
driver instance to determine configuration. Also, add regs, miiregs, and
devname fields to the tsec_info structure, so that we don't need the kludgy
"index" parameter.

Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
/rk3399_rockchip-uboot/drivers/net/
H A Dtsec.c75b9d4ae0d69f214eab641caf12ce8af83a39a42 Sun Aug 31 21:33:26 UTC 2008 Andy Fleming <afleming@freescale.com> Pass in tsec_info struct through tsec_initialize

The tsec driver contains a hard-coded array of configuration information
for the tsec ethernet controllers. We create a default function that works
for most tsecs, and allow that to be overridden by board code. It creates
an array of tsec_info structures, which are then parsed by the corresponding
driver instance to determine configuration. Also, add regs, miiregs, and
devname fields to the tsec_info structure, so that we don't need the kludgy
"index" parameter.

Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>