Searched refs:vhalf (Results 1 – 1 of 1) sorted by relevance
35 #define vhalf volatile unsigned short macro92 val = (*(vhalf *) (PA_83902 + ((reg) << 1)) >> 8) & 0xff; in STNIC_READ()100 *(vhalf *) (PA_83902 + ((reg) << 1)) = ((half) (val) << 8); in STNIC_WRITE()177 *(vhalf *) PA_83902_RST = 0; in stnic_reset()180 *(vhalf *) PA_83902_RST = ~0; in stnic_reset()198 buf[0] = *(vhalf *) PA_83902_IF; in stnic_get_hdr()200 buf[1] = *(vhalf *) PA_83902_IF; in stnic_get_hdr()239 val = *(vhalf *) PA_83902_IF; in stnic_block_input()274 *(vhalf *) PA_83902_IF = ((half) buf[1] << 8) | buf[0]; in stnic_block_output()276 *(vhalf *) PA_83902_IF = ((half) buf[0] << 8) | buf[1]; in stnic_block_output()