Home
last modified time | relevance | path

Searched refs:CISTPLF_AM_SPACE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis.h215 (((ptr->flags&CISTPLF_AM_SPACE)?(ptr->offset += 2): \
283 #define CISTPLF_AM_SPACE 0x010000000 /* this tuple is in AM space */ macro
291 #define CISTPLF_SPACE_MASK (CISTPLF_AM_SPACE | CISTPLF_CM_SPACE | \
347 #define GET_BYTE(tp) (((tp)->flags & CISTPLF_AM_SPACE) ? \
353 #define GET_LEN(tp) (((tp)->flags & CISTPLF_AM_SPACE) ? \
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c1009 cisptr.flags = (CISTPLF_AM_SPACE | CISTPLF_GLOBAL_CIS); in cis_list_create()
1087 cisptr.flags = (CISTPLF_AM_SPACE | CISTPLF_MF_CIS); in cis_list_create()
1273 cisptr->flags |= CISTPLF_AM_SPACE; in cis_create_cis_chain()
1363 if (ptr->flags & CISTPLF_AM_SPACE) in cis_store_cis_addr()
1373 if (tp->flags & CISTPLF_AM_SPACE) in cis_store_cis_addr()
H A Dcis_handlers.c77 if (tp->flags & CISTPLF_AM_SPACE) { in cis_get_short()
92 if (tp->flags & CISTPLF_AM_SPACE) { in cis_get_be_short()
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c1319 case CISTPLF_AM_SPACE: in cs_get_tuple_data()
1331 if (tuple->CISOffset->flags & CISTPLF_AM_SPACE) { in cs_get_tuple_data()
1332 flags = CISTPLF_AM_SPACE; in cs_get_tuple_data()
1349 if (tuple->CISOffset->flags & CISTPLF_AM_SPACE) in cs_get_tuple_data()
1567 (flags & CISTPLF_AM_SPACE)? in cs_init_cis_window()
1599 if (flags & CISTPLF_AM_SPACE) in cs_init_cis_window()
4135 CISTPLF_AM_SPACE) != CS_SUCCESS) { in cs_read_event_status()
6554 CISTPLF_AM_SPACE) != CS_SUCCESS) {
6877 CISTPLF_AM_SPACE) != CS_SUCCESS) {
7057 CISTPLF_AM_SPACE) != CS_SUCCESS) {
[all …]