OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gt_read
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/marvell/
gt.c
76
#define
gt_read
(sc,r) bus_space_read_4((sc)->sc_iot, (sc)->sc_ioh, (r))
macro
252
gt->sc_model = PCI_PRODUCT(
gt_read
(gt, GTPCI_CD(0)));
254
gt->sc_rev = PCI_REVISION(
gt_read
(gt, GTPCI_CD(0)));
279
cpumode =
gt_read
(gt, GT_CPU_Mode);
293
cpumstr =
gt_read
(gt, GT_CPU_Master_Ctl);
302
gt_read
(gt, GT_WDOG_Config),
gt_read
(gt, GT_WDOG_Value));
305
loaddr = GT_LADDR_GET(
gt_read
(gt, GT_SCS0_Low_Decode), gt->sc_model);
306
hiaddr = GT_HADDR_GET(
gt_read
(gt, GT_SCS0_High_Decode), gt->sc_model);
310
loaddr = GT_LADDR_GET(
gt_read
(gt, GT_SCS1_Low_Decode), gt->sc_model)
[
all
...]
gt.c
76
#define
gt_read
(sc,r) bus_space_read_4((sc)->sc_iot, (sc)->sc_ioh, (r))
macro
252
gt->sc_model = PCI_PRODUCT(
gt_read
(gt, GTPCI_CD(0)));
254
gt->sc_rev = PCI_REVISION(
gt_read
(gt, GTPCI_CD(0)));
279
cpumode =
gt_read
(gt, GT_CPU_Mode);
293
cpumstr =
gt_read
(gt, GT_CPU_Master_Ctl);
302
gt_read
(gt, GT_WDOG_Config),
gt_read
(gt, GT_WDOG_Value));
305
loaddr = GT_LADDR_GET(
gt_read
(gt, GT_SCS0_Low_Decode), gt->sc_model);
306
hiaddr = GT_HADDR_GET(
gt_read
(gt, GT_SCS0_High_Decode), gt->sc_model);
310
loaddr = GT_LADDR_GET(
gt_read
(gt, GT_SCS1_Low_Decode), gt->sc_model)
[
all
...]
Completed in 22 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025