OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rc_size
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
radeonfbvar.h
150
struct wsdisplay_curpos
rc_size
;
member in struct:radeonfb_cursor
radeonfb.c
3911
nc->
rc_size
= wc->size;
3922
if (nc->rc_hot.x >= nc->
rc_size
.x)
3923
nc->rc_hot.x = nc->
rc_size
.x - 1;
3924
if (nc->rc_hot.y >= nc->
rc_size
.y)
3925
nc->rc_hot.y = nc->
rc_size
.y - 1;
4012
/* pitch = ((dp->rd_cursor.
rc_size
.x + 7) / 8); */
4022
if ((i < dp->rd_cursor.
rc_size
.y) &&
4023
(j < dp->rd_cursor.
rc_size
.x)) {
/src/sys/arch/arm/apple/
apple_pcie.c
315
bus_size_t cs_size,
rc_size
;
local in function:apple_pcie_attach
323
if (fdtbus_get_reg_byname(phandle, "rc", &rc_addr, &
rc_size
) != 0) {
343
error = bus_space_map(asc->sc_rc_bst, rc_addr,
rc_size
, 0,
Completed in 16 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025