Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153326109
D6920.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D6920.diff
View Options
Index: head/sys/dev/bhnd/bcma/bcma.c
===================================================================
--- head/sys/dev/bhnd/bcma/bcma.c
+++ head/sys/dev/bhnd/bcma/bcma.c
@@ -274,7 +274,7 @@
return (true);
}
- if (rst & BMCA_DMP_RC_RESET)
+ if (rst & BCMA_DMP_RC_RESET)
return (true);
/* Is core clocked? */
@@ -367,11 +367,11 @@
/* Already in reset? */
rst = bhnd_bus_read_4(r, BCMA_DMP_RESETCTRL);
- if (rst & BMCA_DMP_RC_RESET)
+ if (rst & BCMA_DMP_RC_RESET)
return (0);
/* Put core into reset */
- if ((error = bcma_dmp_write_reset(child, dinfo, BMCA_DMP_RC_RESET)))
+ if ((error = bcma_dmp_write_reset(child, dinfo, BCMA_DMP_RC_RESET)))
return (error);
/* Clear core flags */
Index: head/sys/dev/bhnd/bcma/bcma_dmp.h
===================================================================
--- head/sys/dev/bhnd/bcma/bcma_dmp.h
+++ head/sys/dev/bhnd/bcma/bcma_dmp.h
@@ -252,7 +252,7 @@
#define BCMA_DMP_IOST_MASK 0x0000FFFF
/* resetctrl */
-#define BMCA_DMP_RC_RESET 0x00000001
+#define BCMA_DMP_RC_RESET 0x00000001
/* config */
#define BCMA_DMP_CFG_OOB 0x00000020
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 12:09 PM (9 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31909387
Default Alt Text
D6920.diff (1 KB)
Attached To
Mode
D6920: [BHND/bcma] Add implementation of BHND_BUS_RESET_CORE function for BCMA
Attached
Detach File
Event Timeline
Log In to Comment