OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atppc
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
atppc.c
1
/* $NetBSD:
atppc
.c,v 1.42 2025/07/29 19:07:53 andvar Exp $ */
34
__KERNEL_RCSID(0, "$NetBSD:
atppc
.c,v 1.42 2025/07/29 19:07:53 andvar Exp $");
139
* Generic attach and detach functions for
atppc
device. If sc_dev_ok in soft
143
/* Soft configuration attach for
atppc
*/
281
* Machine independent detection routines for
atppc
driver.
362
atppc_detect_chipset(struct atppc_softc *
atppc
)
367
if ((mode = chipset_detect[i](
atppc
)) != -1) {
368
atppc
->sc_mode = mode;
378
atppc_detect_generic(struct atppc_softc *
atppc
)
380
u_int8_t ecr_sav = atppc_r_ecr(
atppc
);
612
struct
atppc
_softc *
atppc
= device_private(dev);
local
739
struct
atppc
_softc *
atppc
= device_private(dev);
local
763
struct
atppc
_softc *
atppc
= device_private(dev);
local
782
struct
atppc
_softc *
atppc
= device_private(dev);
local
843
struct
atppc
_softc * const
atppc
= device_private(dev);
local
911
struct
atppc
_softc *
atppc
= device_private(dev);
local
1042
struct
atppc
_softc *
atppc
= device_private(dev);
local
1089
struct
atppc
_softc *
atppc
= device_private(dev);
local
1130
struct
atppc
_softc *
atppc
= device_private(dev);
local
1377
struct
atppc
_softc *
atppc
= device_private(dev);
local
1466
struct
atppc
_softc *
atppc
= device_private(dev);
local
1501
struct
atppc
_softc *
atppc
= device_private(dev);
local
1545
struct
atppc
_softc *
atppc
= device_private(dev);
local
1569
struct
atppc
_softc *
atppc
= device_private(dev);
local
[
all
...]
atppcreg.h
134
#define atppc_r_dtr(
atppc
) bus_space_read_1((
atppc
)->sc_iot, (
atppc
)->sc_ioh, \
136
#define atppc_r_str(
atppc
) bus_space_read_1((
atppc
)->sc_iot, (
atppc
)->sc_ioh, \
138
#define atppc_r_ctr(
atppc
) bus_space_read_1((
atppc
)->sc_iot, (
atppc
)->sc_ioh, \
140
#define atppc_r_eppA(
atppc
) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh,
[
all
...]
/src/sys/arch/sgimips/hpc/
pi1ppc.c
347
switch (
atppc
->sc_mode) {
350
atppc
->sc_irqstat = ATPPC_IRQ_nACK;
351
if (
atppc
->sc_outb)
360
if (!(
atppc
->sc_str_intr & nACK)) {
364
atppc
->sc_irqstat = ATPPC_IRQ_nACK;
365
if (
atppc
->sc_inb)
372
if (
atppc
->sc_ecr_intr & ATPPC_SERVICE_INTR) {
373
if (
atppc
->sc_ecr_intr & ATPPC_ENABLE_DMA)
374
atppc
->sc_irqstat |= ATPPC_IRQ_DMA;
376
atppc
->sc_irqstat |= ATPPC_IRQ_FIFO
[
all
...]
/src/share/man/man4/
Makefile
10
ath.4 athn.4 atphy.4
atppc
.4 attimer.4 atw.4 \
Completed in 16 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026