Searched refs:vhalf (Results 1 – 1 of 1) sorted by relevance
36 #define vhalf volatile unsigned short macro88 val = (*(vhalf *) (PA_83902 + ((reg) << 1)) >> 8) & 0xff; in STNIC_READ()96 *(vhalf *) (PA_83902 + ((reg) << 1)) = ((half) (val) << 8); in STNIC_WRITE()168 *(vhalf *) PA_83902_RST = 0; in stnic_reset()172 *(vhalf *) PA_83902_RST = ~0; in stnic_reset()188 buf[0] = *(vhalf *) PA_83902_IF; in stnic_get_hdr()190 buf[1] = *(vhalf *) PA_83902_IF; in stnic_get_hdr()230 val = *(vhalf *) PA_83902_IF; in stnic_block_input()265 *(vhalf *) PA_83902_IF = ((half) buf[1] << 8) | buf[0]; in stnic_block_output()267 *(vhalf *) PA_83902_IF = ((half) buf[0] << 8) | buf[1]; in stnic_block_output()